Paolo Veronese Green (#009B7D)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 3.51:1 — vs black: 5.98:1
Color values
-
HEX
#009B7D -
RGB
rgb(0, 155, 125) -
HSL
hsl(168, 100%, 60%) -
CMYK
cmyk( 100, 0, 19.35, 39.22 )
Tags
Mood
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #009B7D based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#009B7D
Base
#9B001E
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#009B7D
Base
#009B30
#006C9B
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#009B7D
Base
#7D009B
#9B7D00
Two colors flanking the complement — high contrast with less tension than full complementary.
#009B7D
Base
#9B006C
#9B3000
Four colors at 90° intervals — rich variety, best when one color dominates.
#009B7D
Base
#30009B
#9B001E
#6C9B00
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#009B7D
Base
#001A15
#004F3F
#00725C
#00C49E
#00E8BB
#35FFD8
Darker shades and lighter tints of Paolo Veronese Green, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#001A15
#003329
#004D3E
#006753
#008168
#009B7D
Base
#00DDB2
#20FFD4
#62FFE1
#A4FFED
#E6FFFA
Ready-to-use code snippets for #009B7D. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #009B7D;
}
/* Text */
.element {
color: #009B7D;
}
/* Border */
.element {
border: 1px solid #009B7D;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#009B7D,
#FF375E
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#009B7D,
#FF375E
);
}
// SCSS variable
$paolo-veronese-green: #009B7D;
// With RGB channels (useful for rgba() usage)
$paolo-veronese-green-r: 0;
$paolo-veronese-green-g: 155;
$paolo-veronese-green-b: 125;
// Usage
.element {
background-color: $paolo-veronese-green;
color: rgba($paolo-veronese-green-r, $paolo-veronese-green-g, $paolo-veronese-green-b, 0.8);
}
How Paolo Veronese Green appears to people with different types of color vision deficiency.
#009B7D
How the color appears with full color vision.
#84847F
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#93937D
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#229898
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#898989
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.