#5FA83A
A medium, moderate green closely aligning with Forestgreen.
About #5FA83A
At its core, #5FA83A is a medium and moderate hue. It is closely associated with the named CSS color Forestgreen. In the RGB color space, it consists of 95 red, 168 green, and 58 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 43% cyan and 0% magenta inks. The HSL representation is 99.8° hue, 48.7% saturation, and 44.3% lightness.
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#5FA83A
RGB95, 168, 58
HSL99.8°, 48.7%, 44.3%
CMYK43%, 0%, 65%, 34%
HSV99.8°, 65.5%, 65.9%
LAB62.3, -42.6, 48.2
XYZ19.5, 30.7, 8.9
Decimal6268986
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.94:1
Text on #FFFFFF
FAIL
7.15:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.08:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FA83A;
}
.text-color {
color: #5FA83A;
}
.border-color {
border: 2px solid #5FA83A;
}