#6DA00F
A dark, vivid green closely aligning with Olivedrab.
About #6DA00F
Visually, #6DA00F is defined as a vivid green. Designers often compare it to the standard color Olivedrab. In the RGB color space, it consists of 109 red, 160 green, and 15 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 32% cyan and 0% magenta inks. The HSL representation is 81.1° hue, 82.9% saturation, and 34.3% lightness.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6DA00F
RGB109, 160, 15
HSL81.1°, 82.9%, 34.3%
CMYK32%, 0%, 91%, 37%
HSV81.1°, 90.6%, 62.7%
LAB60.3, -36.6, 60.2
XYZ19.0, 28.4, 4.9
Decimal7184399
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.14:1
Text on #FFFFFF
AA Large
6.69:1
Text on #000000
AA
3.00:1
Text on #F8FAFC
AA Large
5.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6DA00F;
}
.text-color {
color: #6DA00F;
}
.border-color {
border: 2px solid #6DA00F;
}