#165F00
A very dark, vivid green closely aligning with Darkgreen.
About #165F00
At its core, #165F00 is a very dark and vivid hue. Designers often compare it to the standard color Darkgreen. In the RGB color space, it consists of 22 red, 95 green, and 0 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 77% C, 0% M, 100% Y, and 63% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#165F00
RGB22, 95, 0
HSL106.1°, 100.0%, 18.6%
CMYK77%, 0%, 100%, 63%
HSV106.1°, 100.0%, 37.3%
LAB34.7, -38.7, 40.8
XYZ4.4, 8.4, 1.4
Decimal1466112
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.86:1
Text on #FFFFFF
AAA
2.67:1
Text on #000000
FAIL
7.51:1
Text on #F8FAFC
AAA
2.27:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #165F00;
}
.text-color {
color: #165F00;
}
.border-color {
border: 2px solid #165F00;
}