#A4F14E
A light, vivid green closely aligning with Greenyellow.
About #A4F14E
When working with digital screens, the color #A4F14E is rendered by mixing light. If you're using CSS, you might find it aligns closely with Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 164, 241, and 78.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 32% C, 0% M, 68% Y, and 5% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A4F14E
RGB164, 241, 78
HSL88.3°, 85.3%, 62.5%
CMYK32%, 0%, 68%, 5%
HSV88.3°, 67.6%, 94.5%
LAB87.7, -48.2, 68.1
XYZ48.1, 71.4, 18.4
Decimal10809678
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.27:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
12.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A4F14E;
}
.text-color {
color: #A4F14E;
}
.border-color {
border: 2px solid #A4F14E;
}