Jade green color: code #00A86B

Jade green

#00A86B

Color codes

  • HEX#00A86B
  • RGBrgb(0, 168, 107)
  • HSLhsl(158, 100%, 33%)
  • HSVhsv(158, 100%, 66%)
  • CMYKcmyk(100%, 0%, 36%, 34%)
  • LABlab(60.8% -51.4 21.4)
  • OKLCHoklch(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

White text Aa Bb Cc 123
3.08:1 · large text only
Black text Aa Bb Cc 123
6.81:1 · AA

Test other pairs in the contrast checker

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;
}