#5FA057
A medium, muted green closely aligning with Seagreen.
About #5FA057
Visually, #5FA057 is defined as a muted green. Designers often compare it to the standard color Seagreen. In the RGB color space, it consists of 95 red, 160 green, and 87 blue.
Translating this color to physical media requires the CMYK color model. The color uses 41% Cyan, 0% Magenta, 46% Yellow, and 37% Black. With a hue angle of 113.4 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5FA057
RGB95, 160, 87
HSL113.4°, 29.6%, 48.4%
CMYK41%, 0%, 46%, 37%
HSV113.4°, 45.6%, 62.7%
LAB60.1, -35.7, 31.6
XYZ19.0, 28.3, 13.5
Decimal6266967
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.16:1
Text on #FFFFFF
AA Large
6.65:1
Text on #000000
AA
3.02:1
Text on #F8FAFC
AA Large
5.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FA057;
}
.text-color {
color: #5FA057;
}
.border-color {
border: 2px solid #5FA057;
}