#A8FF49
A light, vivid green closely aligning with Greenyellow.
About #A8FF49
The precise color #A8FF49 is an excellent choice for modern design projects. Its closest recognized web color is Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 255, and 73.
Translating this color to physical media requires the CMYK color model. The color uses 34% Cyan, 0% Magenta, 71% Yellow, and 0% Black. The HSL representation is 88.7° hue, 100.0% saturation, and 64.3% lightness.
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#A8FF49
RGB168, 255, 73
HSL88.7°, 100.0%, 64.3%
CMYK34%, 0%, 71%, 0%
HSV88.7°, 71.4%, 100.0%
LAB91.8, -53.0, 74.1
XYZ53.1, 80.3, 19.0
Decimal11075401
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.07:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8FF49;
}
.text-color {
color: #A8FF49;
}
.border-color {
border: 2px solid #A8FF49;
}