#5FA849
A medium, moderate green closely aligning with Forestgreen.
About #5FA849
The hex code #5FA849 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Forestgreen. This translates to an RGB value of rgb(95, 168, 73).
Translating this color to physical media requires the CMYK color model. The color uses 43% Cyan, 0% Magenta, 57% Yellow, and 34% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FA849
RGB95, 168, 73
HSL106.1°, 39.4%, 47.3%
CMYK43%, 0%, 57%, 34%
HSV106.1°, 56.5%, 65.9%
LAB62.4, -41.1, 41.5
XYZ19.9, 30.9, 11.2
Decimal6269001
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.92:1
Text on #FFFFFF
FAIL
7.18:1
Text on #000000
AAA
2.79:1
Text on #F8FAFC
FAIL
6.11:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FA849;
}
.text-color {
color: #5FA849;
}
.border-color {
border: 2px solid #5FA849;
}