#A8FF00
A medium, vivid green closely aligning with Greenyellow.
About #A8FF00
The hex code #A8FF00 represents a beautifully specific shade of green. Its closest recognized web color is Greenyellow. Its digital footprint relies on 168 parts red, 255 parts green, and 0 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 34% cyan, 0% magenta, 100% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#A8FF00
RGB168, 255, 0
HSL80.5°, 100.0%, 50.0%
CMYK34%, 0%, 100%, 0%
HSV80.5°, 100.0%, 100.0%
LAB91.6, -55.2, 87.9
XYZ51.9, 79.8, 12.7
Decimal11075328
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.97:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8FF00;
}
.text-color {
color: #A8FF00;
}
.border-color {
border: 2px solid #A8FF00;
}