#0FAF66
A dark, vivid green closely aligning with Mediumseagreen.
About #0FAF66
At its core, #0FAF66 is a dark and vivid hue. It is closely associated with the named CSS color Mediumseagreen. Its digital footprint relies on 15 parts red, 175 parts green, and 102 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 91% C, 0% M, 42% Y, and 31% K. With a hue angle of 152.6 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FAF66
RGB15, 175, 102
HSL152.6°, 84.2%, 37.3%
CMYK91%, 0%, 42%, 31%
HSV152.6°, 91.4%, 68.6%
LAB63.1, -54.3, 27.1
XYZ17.9, 31.7, 17.7
Decimal1027942
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.86:1
Text on #FFFFFF
FAIL
7.34:1
Text on #000000
AAA
2.73:1
Text on #F8FAFC
FAIL
6.24:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FAF66;
}
.text-color {
color: #0FAF66;
}
.border-color {
border: 2px solid #0FAF66;
}