#A8FF1D
A medium, vivid green closely aligning with Greenyellow.
About #A8FF1D
The precise color #A8FF1D is an excellent choice for modern design projects. Its closest recognized web color is Greenyellow. This translates to an RGB value of rgb(168, 255, 29).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 34% cyan and 0% magenta inks. With a hue angle of 83.1 degrees, it sits comfortably in the green spectrum.
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#A8FF1D
RGB168, 255, 29
HSL83.1°, 100.0%, 55.7%
CMYK34%, 0%, 89%, 0%
HSV83.1°, 88.6%, 100.0%
LAB91.7, -54.8, 85.0
XYZ52.1, 79.9, 13.8
Decimal11075357
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.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8FF1D;
}
.text-color {
color: #A8FF1D;
}
.border-color {
border: 2px solid #A8FF1D;
}