#A8F049
A light, vivid green closely aligning with Greenyellow.
About #A8F049
At its core, #A8F049 is a light and vivid hue. It is closely associated with the named CSS color Greenyellow. Its digital footprint relies on 168 parts red, 240 parts green, and 73 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 30% C, 0% M, 70% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#A8F049
RGB168, 240, 73
HSL85.9°, 84.8%, 61.4%
CMYK30%, 0%, 70%, 6%
HSV85.9°, 69.6%, 94.1%
LAB87.5, -46.7, 69.8
XYZ48.5, 71.1, 17.5
Decimal11071561
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.23:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8F049;
}
.text-color {
color: #A8F049;
}
.border-color {
border: 2px solid #A8F049;
}