#07FFA0
A medium, vivid green closely aligning with Mediumspringgreen.
About #07FFA0
The hex code #07FFA0 represents a beautifully specific shade of green. Its closest recognized web color is Mediumspringgreen. In the RGB color space, it consists of 7 red, 255 green, and 160 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 97% C, 0% M, 37% Y, and 0% K. With a hue angle of 157.0 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#07FFA0
RGB7, 255, 160
HSL157.0°, 100.0%, 51.4%
CMYK97%, 0%, 37%, 0%
HSV157.0°, 97.3%, 100.0%
LAB89.0, -71.0, 31.6
XYZ42.2, 74.1, 45.3
Decimal524192
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.82:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07FFA0;
}
.text-color {
color: #07FFA0;
}
.border-color {
border: 2px solid #07FFA0;
}