#8ADB16
A medium, vivid green closely aligning with Greenyellow.
About #8ADB16
At its core, #8ADB16 is a medium and vivid hue. Designers often compare it to the standard color Greenyellow. This translates to an RGB value of rgb(138, 219, 22).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 37% cyan, 0% magenta, 90% yellow, and 14% black. With a hue angle of 84.7 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8ADB16
RGB138, 219, 22
HSL84.7°, 81.7%, 47.3%
CMYK37%, 0%, 90%, 14%
HSV84.7°, 90.0%, 85.9%
LAB79.7, -50.8, 75.7
XYZ36.0, 56.1, 9.7
Decimal9100054
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.72:1
Text on #FFFFFF
FAIL
12.22:1
Text on #000000
AAA
1.64:1
Text on #F8FAFC
FAIL
10.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8ADB16;
}
.text-color {
color: #8ADB16;
}
.border-color {
border: 2px solid #8ADB16;
}