#00F0A8
A medium, vivid green closely aligning with Mediumspringgreen.
About #00F0A8
Visually, #00F0A8 is defined as a vivid green. Designers often compare it to the standard color Mediumspringgreen. In the RGB color space, it consists of 0 red, 240 green, and 168 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 100% C, 0% M, 30% Y, and 6% K. The HSL representation is 162.0° hue, 100.0% saturation, and 47.1% lightness.
Contrast ratios determine whether this color is safe for typography. 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#00F0A8
RGB0, 240, 168
HSL162.0°, 100.0%, 47.1%
CMYK100%, 0%, 30%, 6%
HSV162.0°, 100.0%, 94.1%
LAB84.6, -64.4, 21.6
XYZ38.2, 65.1, 47.6
Decimal61608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
14.03:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F0A8;
}
.text-color {
color: #00F0A8;
}
.border-color {
border: 2px solid #00F0A8;
}