#00FFAF
A medium, vivid green closely aligning with Mediumspringgreen.
About #00FFAF
Visually, #00FFAF is defined as a vivid green. If you're using CSS, you might find it aligns closely with Mediumspringgreen. In the RGB color space, it consists of 0 red, 255 green, and 175 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. With a hue angle of 161.2 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00FFAF
RGB0, 255, 175
HSL161.2°, 100.0%, 50.0%
CMYK100%, 0%, 31%, 0%
HSV161.2°, 100.0%, 100.0%
LAB89.2, -68.2, 24.4
XYZ43.5, 74.6, 52.7
Decimal65455
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.92:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00FFAF;
}
.text-color {
color: #00FFAF;
}
.border-color {
border: 2px solid #00FFAF;
}