#169233
A dark, vivid green closely aligning with Forestgreen.
About #169233
Visually, #169233 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Forestgreen. This translates to an RGB value of rgb(22, 146, 51).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 85% cyan and 0% magenta inks. The HSL representation is 134.0° hue, 73.8% saturation, and 32.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#169233
RGB22, 146, 51
HSL134.0°, 73.8%, 32.9%
CMYK85%, 0%, 65%, 43%
HSV134.0°, 84.9%, 57.3%
LAB52.9, -51.9, 40.3
XYZ11.2, 21.0, 6.6
Decimal1479219
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.04:1
Text on #FFFFFF
AA Large
5.19:1
Text on #000000
AA
3.86:1
Text on #F8FAFC
AA Large
4.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #169233;
}
.text-color {
color: #169233;
}
.border-color {
border: 2px solid #169233;
}