#A0F007
A medium, vivid green closely aligning with Greenyellow.
About #A0F007
The hex code #A0F007 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Greenyellow. This translates to an RGB value of rgb(160, 240, 7).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 33% cyan and 0% magenta inks. 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. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0F007
RGB160, 240, 7
HSL80.6°, 94.3%, 48.4%
CMYK33%, 0%, 97%, 6%
HSV80.6°, 97.1%, 94.1%
LAB86.9, -51.9, 83.5
XYZ45.7, 69.8, 11.3
Decimal10547207
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
14.96:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F007;
}
.text-color {
color: #A0F007;
}
.border-color {
border: 2px solid #A0F007;
}