#00F8A8
A medium, vivid green closely aligning with Mediumspringgreen.
About #00F8A8
Visually, #00F8A8 is defined as a vivid green. Designers often compare it to the standard color Mediumspringgreen. Its digital footprint relies on 0 parts red, 248 parts green, and 168 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00F8A8
RGB0, 248, 168
HSL160.6°, 100.0%, 48.6%
CMYK100%, 0%, 32%, 3%
HSV160.6°, 100.0%, 97.3%
LAB87.0, -67.2, 24.9
XYZ40.6, 70.0, 48.4
Decimal63656
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
14.99:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F8A8;
}
.text-color {
color: #00F8A8;
}
.border-color {
border: 2px solid #00F8A8;
}