#169200
A dark, vivid green closely aligning with Green.
About #169200
Visually, #169200 is defined as a vivid green. Designers often compare it to the standard color Green. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 146, and 0.
For print applications, it's crucial to understand its CMYK makeup. The color uses 85% Cyan, 0% Magenta, 100% Yellow, and 43% Black. With a hue angle of 111.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#169200
RGB22, 146, 0
HSL111.0°, 100.0%, 28.6%
CMYK85%, 0%, 100%, 43%
HSV111.0°, 100.0%, 57.3%
LAB52.7, -55.2, 55.1
XYZ10.6, 20.7, 3.4
Decimal1479168
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.08:1
Text on #FFFFFF
AA Large
5.15:1
Text on #000000
AA
3.90:1
Text on #F8FAFC
AA Large
4.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #169200;
}
.text-color {
color: #169200;
}
.border-color {
border: 2px solid #169200;
}