#49CC8A
A medium, moderate green closely aligning with Mediumseagreen.
About #49CC8A
When working with digital screens, the color #49CC8A is rendered by mixing light. It is closely associated with the named CSS color Mediumseagreen. This translates to an RGB value of rgb(73, 204, 138).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 64% cyan, 0% magenta, 32% yellow, and 20% black. The HSL representation is 149.8° hue, 56.2% saturation, and 54.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#49CC8A
RGB73, 204, 138
HSL149.8°, 56.2%, 54.3%
CMYK64%, 0%, 32%, 20%
HSV149.8°, 64.2%, 80.0%
LAB73.8, -50.9, 22.6
XYZ28.9, 46.4, 31.5
Decimal4836490
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.29:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49CC8A;
}
.text-color {
color: #49CC8A;
}
.border-color {
border: 2px solid #49CC8A;
}