#00FF8A
A medium, vivid green closely aligning with Springgreen.
About #00FF8A
Visually, #00FF8A is defined as a vivid green. Designers often compare it to the standard color Springgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 255, and 138.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 0% M, 46% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
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#00FF8A
RGB0, 255, 138
HSL152.5°, 100.0%, 50.0%
CMYK100%, 0%, 46%, 0%
HSV152.5°, 100.0%, 100.0%
LAB88.6, -75.2, 42.0
XYZ40.3, 73.4, 36.1
Decimal65418
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.67:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00FF8A;
}
.text-color {
color: #00FF8A;
}
.border-color {
border: 2px solid #00FF8A;
}