#005F16
A very dark, vivid green closely aligning with Darkgreen.
About #005F16
Visually, #005F16 is defined as a vivid green. Designers often compare it to the standard color Darkgreen. In the RGB color space, it consists of 0 red, 95 green, and 22 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 100% cyan, 0% magenta, 77% yellow, and 63% black. The HSL representation is 133.9° hue, 100.0% saturation, and 18.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#005F16
RGB0, 95, 22
HSL133.9°, 100.0%, 18.6%
CMYK100%, 0%, 77%, 63%
HSV133.9°, 100.0%, 37.3%
LAB34.5, -40.3, 33.2
XYZ4.2, 8.2, 2.1
Decimal24342
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.93:1
Text on #FFFFFF
AAA
2.65:1
Text on #000000
FAIL
7.58:1
Text on #F8FAFC
AAA
2.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #005F16;
}
.text-color {
color: #005F16;
}
.border-color {
border: 2px solid #005F16;
}