#6DA80F
A dark, vivid green closely aligning with Yellowgreen.
About #6DA80F
At its core, #6DA80F is a dark and vivid hue. Designers often compare it to the standard color Yellowgreen. In the RGB color space, it consists of 109 red, 168 green, and 15 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 35% cyan, 0% magenta, 91% yellow, and 34% black. With a hue angle of 83.1 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DA80F
RGB109, 168, 15
HSL83.1°, 83.6%, 35.9%
CMYK35%, 0%, 91%, 34%
HSV83.1°, 91.1%, 65.9%
LAB62.8, -40.1, 62.2
XYZ20.4, 31.3, 5.4
Decimal7186447
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.89:1
Text on #FFFFFF
FAIL
7.26:1
Text on #000000
AAA
2.77:1
Text on #F8FAFC
FAIL
6.17:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6DA80F;
}
.text-color {
color: #6DA80F;
}
.border-color {
border: 2px solid #6DA80F;
}