#0FFF8A
A medium, vivid green closely aligning with Springgreen.
About #0FFF8A
The hex code #0FFF8A represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Springgreen. In the RGB color space, it consists of 15 red, 255 green, and 138 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 94% C, 0% M, 46% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FFF8A
RGB15, 255, 138
HSL150.8°, 100.0%, 52.9%
CMYK94%, 0%, 46%, 0%
HSV150.8°, 94.1%, 100.0%
LAB88.7, -74.8, 42.0
XYZ40.5, 73.5, 36.1
Decimal1048458
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.69:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FFF8A;
}
.text-color {
color: #0FFF8A;
}
.border-color {
border: 2px solid #0FFF8A;
}