#0FF092
A medium, vivid green closely aligning with Mediumspringgreen.
About #0FF092
When working with digital screens, the color #0FF092 is rendered by mixing light. Designers often compare it to the standard color Mediumspringgreen. This translates to an RGB value of rgb(15, 240, 146).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 94% C, 0% M, 39% Y, and 6% K. The HSL representation is 154.9° hue, 88.2% saturation, and 50.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#0FF092
RGB15, 240, 146
HSL154.9°, 88.2%, 50.0%
CMYK94%, 0%, 39%, 6%
HSV154.9°, 93.8%, 94.1%
LAB84.2, -68.4, 32.3
XYZ36.5, 64.5, 37.7
Decimal1044626
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.90:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF092;
}
.text-color {
color: #0FF092;
}
.border-color {
border: 2px solid #0FF092;
}