#A8E900
A medium, vivid green closely aligning with Greenyellow.
About #A8E900
The hex code #A8E900 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(168, 233, 0).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 28% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#A8E900
RGB168, 233, 0
HSL76.7°, 100.0%, 45.7%
CMYK28%, 0%, 100%, 9%
HSV76.7°, 100.0%, 91.4%
LAB85.3, -46.1, 83.0
XYZ45.3, 66.6, 10.5
Decimal11069696
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.32:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8E900;
}
.text-color {
color: #A8E900;
}
.border-color {
border: 2px solid #A8E900;
}