#5FAF16
A dark, vivid green closely aligning with Yellowgreen.
About #5FAF16
At its core, #5FAF16 is a dark and vivid hue. Designers often compare it to the standard color Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 175, and 22.
If you are designing for print, the four-color process is what matters most. The color uses 46% Cyan, 0% Magenta, 87% Yellow, and 31% Black. With a hue angle of 91.4 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FAF16
RGB95, 175, 22
HSL91.4°, 77.7%, 38.6%
CMYK46%, 0%, 87%, 31%
HSV91.4°, 87.4%, 68.6%
LAB64.3, -47.7, 61.9
XYZ20.2, 33.2, 6.1
Decimal6270742
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.75:1
Text on #FFFFFF
FAIL
7.63:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.49:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FAF16;
}
.text-color {
color: #5FAF16;
}
.border-color {
border: 2px solid #5FAF16;
}