#0FCC8A
A medium, vivid green closely aligning with Mediumseagreen.
About #0FCC8A
At its core, #0FCC8A is a medium and vivid hue. Its closest recognized web color is Mediumseagreen. In the RGB color space, it consists of 15 red, 204 green, and 138 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 93% cyan, 0% magenta, 32% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FCC8A
RGB15, 204, 138
HSL159.0°, 86.3%, 42.9%
CMYK93%, 0%, 32%, 20%
HSV159.0°, 92.6%, 80.0%
LAB73.0, -57.4, 21.3
XYZ26.4, 45.1, 31.4
Decimal1035402
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.09:1
Text on #FFFFFF
FAIL
10.02:1
Text on #000000
AAA
2.00:1
Text on #F8FAFC
FAIL
8.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FCC8A;
}
.text-color {
color: #0FCC8A;
}
.border-color {
border: 2px solid #0FCC8A;
}