#167C0F
A dark, vivid green closely aligning with Green.
About #167C0F
Visually, #167C0F is defined as a vivid green. It is closely associated with the named CSS color Green. This translates to an RGB value of rgb(22, 124, 15).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 82% cyan and 0% magenta inks. The HSL representation is 116.1° hue, 78.4% saturation, and 27.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#167C0F
RGB22, 124, 15
HSL116.1°, 78.4%, 27.3%
CMYK82%, 0%, 88%, 51%
HSV116.1°, 87.9%, 48.6%
LAB45.1, -47.8, 45.8
XYZ7.6, 14.6, 2.9
Decimal1473551
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.35:1
Text on #FFFFFF
AA
3.92:1
Text on #000000
AA Large
5.11:1
Text on #F8FAFC
AA
3.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #167C0F;
}
.text-color {
color: #167C0F;
}
.border-color {
border: 2px solid #167C0F;
}