#A8FF07
A medium, vivid green closely aligning with Greenyellow.
About #A8FF07
Visually, #A8FF07 is defined as a vivid green. Designers often compare it to the standard color Greenyellow. In the RGB color space, it consists of 168 red, 255 green, and 7 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 34% C, 0% M, 97% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A8FF07
RGB168, 255, 7
HSL81.0°, 100.0%, 51.4%
CMYK34%, 0%, 97%, 0%
HSV81.0°, 97.3%, 100.0%
LAB91.6, -55.1, 87.4
XYZ51.9, 79.9, 12.9
Decimal11075335
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: #A8FF07;
}
.text-color {
color: #A8FF07;
}
.border-color {
border: 2px solid #A8FF07;
}