#A8E200
A medium, vivid green closely aligning with Greenyellow.
About #A8E200
When working with digital screens, the color #A8E200 is rendered by mixing light. Its closest recognized web color is Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 226, and 0.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 26% C, 0% M, 100% Y, and 11% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A8E200
RGB168, 226, 0
HSL75.4°, 100.0%, 44.3%
CMYK26%, 0%, 100%, 11%
HSV75.4°, 100.0%, 88.6%
LAB83.3, -43.1, 81.5
XYZ43.3, 62.7, 9.8
Decimal11067904
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.54:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8E200;
}
.text-color {
color: #A8E200;
}
.border-color {
border: 2px solid #A8E200;
}