#07F8AF
A medium, vivid green closely aligning with Mediumspringgreen.
About #07F8AF
The hex code #07F8AF represents a beautifully specific shade of green. Its closest recognized web color is Mediumspringgreen. This translates to an RGB value of rgb(7, 248, 175).
If you are designing for print, the four-color process is what matters most. The color uses 97% Cyan, 0% Magenta, 29% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07F8AF
RGB7, 248, 175
HSL161.8°, 94.5%, 50.0%
CMYK97%, 0%, 29%, 3%
HSV161.8°, 97.2%, 97.3%
LAB87.1, -65.5, 21.5
XYZ41.4, 70.3, 51.9
Decimal522415
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.06:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F8AF;
}
.text-color {
color: #07F8AF;
}
.border-color {
border: 2px solid #07F8AF;
}