#A8FF24
A medium, vivid green closely aligning with Greenyellow.
About #A8FF24
When working with digital screens, the color #A8FF24 is rendered by mixing light. Designers often compare it to the standard color Greenyellow. In the RGB color space, it consists of 168 red, 255 green, and 36 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 34% cyan, 0% magenta, 86% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8FF24
RGB168, 255, 36
HSL83.8°, 100.0%, 57.1%
CMYK34%, 0%, 86%, 0%
HSV83.8°, 85.9%, 100.0%
LAB91.7, -54.6, 83.9
XYZ52.2, 80.0, 14.4
Decimal11075364
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.99:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8FF24;
}
.text-color {
color: #A8FF24;
}
.border-color {
border: 2px solid #A8FF24;
}