#5FA85F
A medium, muted green closely aligning with Mediumseagreen.
About #5FA85F
The precise color #5FA85F is an excellent choice for modern design projects. Its closest recognized web color is Mediumseagreen. This translates to an RGB value of rgb(95, 168, 95).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 43% cyan, 0% magenta, 43% yellow, and 34% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FA85F
RGB95, 168, 95
HSL120.0°, 29.6%, 51.6%
CMYK43%, 0%, 43%, 34%
HSV120.0°, 43.5%, 65.9%
LAB62.7, -38.1, 30.7
XYZ20.8, 31.3, 15.8
Decimal6269023
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.90:1
Text on #FFFFFF
FAIL
7.25:1
Text on #000000
AAA
2.77:1
Text on #F8FAFC
FAIL
6.17:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FA85F;
}
.text-color {
color: #5FA85F;
}
.border-color {
border: 2px solid #5FA85F;
}