Shades of Spring Green #0CEC88
Tints of Spring Green #0CEC88
RGB
CMYK
RGB Variations
Color information
#0CEC88 (or 0x0CEC88) is known color: Spring Green. HEX triplet: 0C, EC and 88. RGB value is (12,236,136). Sum of RGB (Red+Green+Blue) = 12+236+136=384 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 384); Green value is 236 (92.58% from 255 or 61.46% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 236 - color contains mainly: green. Hex color #0CEC88 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEC88 is #F31377. Grayscale: #9D9D9D. Windows color (decimal): -15930232 or 8973324. OLE color: 8973324.
HSL color Cylindrical-coordinate representation of color #0CEC88: hue angle of 153.21º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEC88 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 236 | 136 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.07 |
| HSL | 153.21º | 0.9% | 0.49% | - |
| HSV(B) | 153.21º | 0.95% | 0.93% | - |
| XYZ | 34.59 | 61.85 | 33.41 | - |
| YUV | 157.62 | 115.79 | 24.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 236 | 136 | 0.95 | 0 | 0.42 | 0.07 | 153.21 | 0.9 | 0.49 |
| Hex | C | EC | 88 | 5F | 0 | 2A | 7 | 99 | 5A | 31 |
| Octal | 14 | 354 | 210 | 137 | 0 | 52 | 7 | 231 | 132 | 61 |
| Binary | 1100 | 11101100 | 10001000 | 1011111 | 0 | 101010 | 111 | 10011001 | 1011010 | 110001 |
Color Harmonies of #0CEC88
Complementary color
Monochromatic Colors of #0CEC88
Black with #0CEC88
Text Example
Text Example
White with #0CEC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEC88; }
p { color: rgb(12,236,136); }
H1.HeaderClassName
{
color: #0CEC88;
}
.AnyTagClassName
{
color: #0CEC88;
}
</style>
background-color css
<style>
a { background-color: #0CEC88; }
a { background-color: rgb(12,236,136); }
div.DivClassName
{
background-color: #0CEC88;
}
.BgClassName
{
background-color: #0CEC88;
}
</style>
border-color css
<style>
span { border-color: #0CEC88; }
span { border-color: rgb(12,236,136); }
td.TdClassName
{
border-color: #0CEC88;
}
.TagClassName
{
border-color: #0CEC88;
}
</style>