#5FA06D
A medium, muted green closely aligning with Seagreen.
About #5FA06D
The hex code #5FA06D represents a beautifully specific shade of green. Designers often compare it to the standard color Seagreen. In the RGB color space, it consists of 95 red, 160 green, and 109 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 41% Cyan, 0% Magenta, 32% Yellow, and 37% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#5FA06D
RGB95, 160, 109
HSL132.9°, 25.5%, 50.0%
CMYK41%, 0%, 32%, 37%
HSV132.9°, 40.6%, 62.7%
LAB60.5, -32.1, 20.2
XYZ20.1, 28.7, 18.9
Decimal6266989
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.12:1
Text on #FFFFFF
AA Large
6.74:1
Text on #000000
AA
2.98:1
Text on #F8FAFC
FAIL
5.73:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FA06D;
}
.text-color {
color: #5FA06D;
}
.border-color {
border: 2px solid #5FA06D;
}