Html Css Color HEX #0CEC95 Medium Spring Green
📋 copy color: '#0CEC95'red 12 ◦ green 236 ◦ blue 149
Shades of Medium Spring Green #0CEC95
Tints of Medium Spring Green #0CEC95
RGB
CMYK
RGB Variations
Color information
#0CEC95 (or 0x0CEC95) is known color: Medium Spring Green. HEX triplet: 0C, EC and 95. RGB value is (12,236,149). Sum of RGB (Red+Green+Blue) = 12+236+149=397 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.02% from 397); Green value is 236 (92.58% from 255 or 59.45% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 236 - color contains mainly: green. Hex color #0CEC95 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEC95 is #F3136A. Grayscale: #9F9F9F. Windows color (decimal): -15930219 or 9825292. OLE color: 9825292.
HSL color Cylindrical-coordinate representation of color #0CEC95: hue angle of 156.7º 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 #0CEC95 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 236 | 149 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.07 |
| HSL | 156.7º | 0.9% | 0.49% | - |
| HSV(B) | 156.7º | 0.95% | 0.93% | - |
| XYZ | 35.57 | 62.24 | 38.57 | - |
| YUV | 159.11 | 122.29 | 23.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 236 | 149 | 0.95 | 0 | 0.37 | 0.07 | 156.7 | 0.9 | 0.49 |
| Hex | C | EC | 95 | 5F | 0 | 25 | 7 | 9D | 5A | 31 |
| Octal | 14 | 354 | 225 | 137 | 0 | 45 | 7 | 235 | 132 | 61 |
| Binary | 1100 | 11101100 | 10010101 | 1011111 | 0 | 100101 | 111 | 10011101 | 1011010 | 110001 |
Color Harmonies of #0CEC95
Complementary color
Monochromatic Colors of #0CEC95
Black with #0CEC95
Text Example
Text Example
White with #0CEC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEC95; }
p { color: rgb(12,236,149); }
H1.HeaderClassName
{
color: #0CEC95;
}
.AnyTagClassName
{
color: #0CEC95;
}
</style>
background-color css
<style>
a { background-color: #0CEC95; }
a { background-color: rgb(12,236,149); }
div.DivClassName
{
background-color: #0CEC95;
}
.BgClassName
{
background-color: #0CEC95;
}
</style>
border-color css
<style>
span { border-color: #0CEC95; }
span { border-color: rgb(12,236,149); }
td.TdClassName
{
border-color: #0CEC95;
}
.TagClassName
{
border-color: #0CEC95;
}
</style>