#168A07
A dark, vivid green closely aligning with Green.
About #168A07
Visually, #168A07 is defined as a vivid green. It is closely associated with the named CSS color Green. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 138, and 7.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 84% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#168A07
RGB22, 138, 7
HSL113.1°, 90.3%, 28.4%
CMYK84%, 0%, 95%, 46%
HSV113.1°, 94.9%, 54.1%
LAB49.9, -52.5, 51.7
XYZ9.5, 18.4, 3.2
Decimal1477127
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.49:1
Text on #FFFFFF
AA Large
4.67:1
Text on #000000
AA
4.30:1
Text on #F8FAFC
AA Large
3.97:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #168A07;
}
.text-color {
color: #168A07;
}
.border-color {
border: 2px solid #168A07;
}