Flag green color: code #009C3B

Flag green

#009C3B

Color codes

  • HEX#009C3B
  • RGBrgb(0, 156, 59)
  • HSLhsl(143, 100%, 31%)
  • HSVhsv(143, 100%, 61%)
  • CMYKcmyk(100%, 0%, 62%, 39%)
  • LABlab(56.2% -55.7 40.3)
  • OKLCHoklch(60.4% 0.177 147.6)

About the color Flag green

Flag green has the HEX code #009C3B, which corresponds to rgb(0, 156, 59) in the RGB model. On the color wheel its hue sits at 143°, with 100% saturation and 31% lightness (hsl(143, 100%, 31%)).

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 5.81:1 contrast ratio on it, versus 3.60:1 for white.

For print, the approximate conversion is cmyk(100%, 0%, 62%, 39%). Always confirm with your printer’s color profile, because the result depends on paper and ink.

Lighter tints

Darker shades

Color combinations with Flag green

Complementary

#009C3B · #9E0061

Analogous

#129E00 · #009C3B · #009E8C

Triadic

#009C3B · #3D009E · #9E3D00

Tetradic

#009C3B · #00129E · #9E0061 · #9E8C00

Split-complementary

#009C3B · #8C009E · #9E0012

Monochromatic

#001F0C · #006B29 · #009C3B · #00EB5A · #38FF84

Flag green with white and black text

White text Aa Bb Cc 123
3.60:1 · large text only
Black text Aa Bb Cc 123
5.81:1 · AA

Test other pairs in the contrast checker

How to use it in CSS

:root {
  --color-flag-green: #009C3B;
  --color-flag-green-rgb: 0, 156, 59;
}

.elemento {
  background-color: var(--color-flag-green);
  color: #000000;
}