#07F0AF
A medium, vivid green closely aligning with Mediumspringgreen.
About #07F0AF
At its core, #07F0AF is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumspringgreen. Its digital footprint relies on 7 parts red, 240 parts green, and 175 parts blue light.
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, 27% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07F0AF
RGB7, 240, 175
HSL163.3°, 94.3%, 48.4%
CMYK97%, 0%, 27%, 6%
HSV163.3°, 97.1%, 94.1%
LAB84.7, -62.6, 18.2
XYZ39.0, 65.5, 51.1
Decimal520367
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.09:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
11.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F0AF;
}
.text-color {
color: #07F0AF;
}
.border-color {
border: 2px solid #07F0AF;
}