#3A9916
A dark, vivid green closely aligning with Forestgreen.
About #3A9916
At its core, #3A9916 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Forestgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 153, and 22.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 62% C, 0% M, 86% Y, and 40% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A9916
RGB58, 153, 22
HSL103.5°, 74.9%, 34.3%
CMYK62%, 0%, 86%, 40%
HSV103.5°, 85.6%, 60.0%
LAB55.8, -50.1, 54.0
XYZ13.3, 23.7, 4.6
Decimal3840278
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.65:1
Text on #FFFFFF
AA Large
5.75:1
Text on #000000
AA
3.49:1
Text on #F8FAFC
AA Large
4.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3A9916;
}
.text-color {
color: #3A9916;
}
.border-color {
border: 2px solid #3A9916;
}