#00F8AF
A medium, vivid green closely aligning with Mediumspringgreen.
About #00F8AF
When working with digital screens, the color #00F8AF is rendered by mixing light. It is closely associated with the named CSS color Mediumspringgreen. In the RGB color space, it consists of 0 red, 248 green, and 175 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, 29% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00F8AF
RGB0, 248, 175
HSL162.3°, 100.0%, 48.6%
CMYK100%, 0%, 29%, 3%
HSV162.3°, 100.0%, 97.3%
LAB87.1, -65.7, 21.5
XYZ41.3, 70.2, 51.9
Decimal63663
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
15.05:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F8AF;
}
.text-color {
color: #00F8AF;
}
.border-color {
border: 2px solid #00F8AF;
}