#0FD366
A medium, vivid green closely aligning with Mediumspringgreen.
About #0FD366
At its core, #0FD366 is a medium and vivid hue. Designers often compare it to the standard color Mediumspringgreen. Its digital footprint relies on 15 parts red, 211 parts green, and 102 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 93% C, 0% M, 52% Y, and 17% K. With a hue angle of 146.6 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FD366
RGB15, 211, 102
HSL146.6°, 86.7%, 44.3%
CMYK93%, 0%, 52%, 17%
HSV146.6°, 92.9%, 82.7%
LAB74.6, -66.4, 41.8
XYZ25.9, 47.6, 20.4
Decimal1037158
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.53:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FD366;
}
.text-color {
color: #0FD366;
}
.border-color {
border: 2px solid #0FD366;
}