#6DCC8A
A light, moderate green closely aligning with Mediumseagreen.
About #6DCC8A
Visually, #6DCC8A is defined as a moderate green. It is closely associated with the named CSS color Mediumseagreen. This translates to an RGB value of rgb(109, 204, 138).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 47% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6DCC8A
RGB109, 204, 138
HSL138.3°, 48.2%, 61.4%
CMYK47%, 0%, 32%, 20%
HSV138.3°, 46.6%, 80.0%
LAB75.0, -42.6, 24.4
XYZ32.5, 48.3, 31.6
Decimal7195786
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.65:1
Text on #000000
AAA
1.88:1
Text on #F8FAFC
FAIL
9.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DCC8A;
}
.text-color {
color: #6DCC8A;
}
.border-color {
border: 2px solid #6DCC8A;
}