#07E2A8
A medium, vivid green closely aligning with Aquamarine.
About #07E2A8
The hex code #07E2A8 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 226, and 168.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 97% C, 0% M, 26% Y, and 11% K. With a hue angle of 164.1 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07E2A8
RGB7, 226, 168
HSL164.1°, 94.0%, 45.7%
CMYK97%, 0%, 26%, 11%
HSV164.1°, 96.9%, 88.6%
LAB80.3, -59.1, 15.7
XYZ34.4, 57.3, 46.3
Decimal516776
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.45:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E2A8;
}
.text-color {
color: #07E2A8;
}
.border-color {
border: 2px solid #07E2A8;
}