Jade green color: code #00A86B
Jade green
#00A86B
Color codes
- HEX
#00A86B - RGB
rgb(0, 168, 107) - HSL
hsl(158, 100%, 33%) - HSV
hsv(158, 100%, 66%) - CMYK
cmyk(100%, 0%, 36%, 34%) - LAB
lab(60.8% -51.4 21.4) - OKLCH
oklch(64.5% 0.149 158.8)
About the color Jade green
Jade green has the HEX code #00A86B, which corresponds to rgb(0, 168, 107) in the RGB model. On the color wheel its hue sits at 158°, with 100% saturation and 33% lightness (hsl(158, 100%, 33%)).
Because of its hue it reads as a cool color: it tends to feel calm and distant, and it visually “recedes” in a composition.
As a background it calls for dark text: black reaches a 6.81:1 contrast ratio on it, versus 3.08:1 for white.
For print, the approximate conversion is cmyk(100%, 0%, 36%, 34%). Always confirm with your printer’s color profile, because the result depends on paper and ink.
Lighter tints
Darker shades
Color combinations with Jade green
Complementary
#00A86B · #A8003E
Analogous
#00A816 · #00A86B · #0092A8
Triadic
#00A86B · #6B00A8 · #A86B00
Tetradic
#00A86B · #1600A8 · #A8003E · #92A800
Split-complementary
#00A86B · #A80092 · #A81600
Monochromatic
#00291A · #00754A · #00A86B · #00F59B · #42FFBA
Jade green with white and black text
How to use it in CSS
:root {
--color-jade-green: #00A86B;
--color-jade-green-rgb: 0, 168, 107;
}
.elemento {
background-color: var(--color-jade-green);
color: #000000;
}