#07F0A0
A medium, vivid green closely aligning with Mediumspringgreen.
About #07F0A0
The hex code #07F0A0 represents a beautifully specific shade of green. Its closest recognized web color is Mediumspringgreen. This translates to an RGB value of rgb(7, 240, 160).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 97% C, 0% M, 33% Y, and 6% K. The HSL representation is 159.4° hue, 94.3% saturation, and 48.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07F0A0
RGB7, 240, 160
HSL159.4°, 94.3%, 48.4%
CMYK97%, 0%, 33%, 6%
HSV159.4°, 97.1%, 94.1%
LAB84.4, -65.9, 25.5
XYZ37.6, 64.9, 43.8
Decimal520352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
13.98:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F0A0;
}
.text-color {
color: #07F0A0;
}
.border-color {
border: 2px solid #07F0A0;
}