#0FAF57
A dark, vivid green closely aligning with Mediumseagreen.
About #0FAF57
The precise color #0FAF57 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumseagreen. This translates to an RGB value of rgb(15, 175, 87).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 91% Cyan, 0% Magenta, 50% Yellow, and 31% Black. The HSL representation is 147.0° hue, 84.2% saturation, and 37.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FAF57
RGB15, 175, 87
HSL147.0°, 84.2%, 37.3%
CMYK91%, 0%, 50%, 31%
HSV147.0°, 91.4%, 68.6%
LAB62.9, -57.0, 34.6
XYZ17.2, 31.4, 14.2
Decimal1027927
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.88:1
Text on #FFFFFF
FAIL
7.29:1
Text on #000000
AAA
2.75:1
Text on #F8FAFC
FAIL
6.20:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FAF57;
}
.text-color {
color: #0FAF57;
}
.border-color {
border: 2px solid #0FAF57;
}