Shades of Spring Green #0CEA87
Tints of Spring Green #0CEA87
RGB
CMYK
RGB Variations
Color information
#0CEA87 (or 0x0CEA87) is known color: Spring Green. HEX triplet: 0C, EA and 87. RGB value is (12,234,135). Sum of RGB (Red+Green+Blue) = 12+234+135=381 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.15% from 381); Green value is 234 (91.80% from 255 or 61.42% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEA87 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEA87 is #F31578. Grayscale: #9C9C9C. Windows color (decimal): -15930745 or 8907276. OLE color: 8907276.
HSL color Cylindrical-coordinate representation of color #0CEA87: hue angle of 153.24º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEA87 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 234 | 135 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.08 |
| HSL | 153.24º | 0.9% | 0.48% | - |
| HSV(B) | 153.24º | 0.95% | 0.92% | - |
| XYZ | 33.95 | 60.67 | 32.84 | - |
| YUV | 156.34 | 115.95 | 25.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 234 | 135 | 0.95 | 0 | 0.42 | 0.08 | 153.24 | 0.9 | 0.48 |
| Hex | C | EA | 87 | 5F | 0 | 2A | 8 | 99 | 5A | 30 |
| Octal | 14 | 352 | 207 | 137 | 0 | 52 | 10 | 231 | 132 | 60 |
| Binary | 1100 | 11101010 | 10000111 | 1011111 | 0 | 101010 | 1000 | 10011001 | 1011010 | 110000 |
Color Harmonies of #0CEA87
Complementary color
Monochromatic Colors of #0CEA87
Black with #0CEA87
Text Example
Text Example
White with #0CEA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEA87; }
p { color: rgb(12,234,135); }
H1.HeaderClassName
{
color: #0CEA87;
}
.AnyTagClassName
{
color: #0CEA87;
}
</style>
background-color css
<style>
a { background-color: #0CEA87; }
a { background-color: rgb(12,234,135); }
div.DivClassName
{
background-color: #0CEA87;
}
.BgClassName
{
background-color: #0CEA87;
}
</style>
border-color css
<style>
span { border-color: #0CEA87; }
span { border-color: rgb(12,234,135); }
td.TdClassName
{
border-color: #0CEA87;
}
.TagClassName
{
border-color: #0CEA87;
}
</style>