Flag green color: code #009C3B
Flag green
#009C3B
Color codes
- HEX
#009C3B - RGB
rgb(0, 156, 59) - HSL
hsl(143, 100%, 31%) - HSV
hsv(143, 100%, 61%) - CMYK
cmyk(100%, 0%, 62%, 39%) - LAB
lab(56.2% -55.7 40.3) - OKLCH
oklch(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
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;
}