Html Css Color HEX #0CEB9F Medium Spring Green
📋 copy color: '#0CEB9F'red 12 ◦ green 235 ◦ blue 159
Shades of Medium Spring Green #0CEB9F
Tints of Medium Spring Green #0CEB9F
RGB
CMYK
RGB Variations
Color information
#0CEB9F (or 0x0CEB9F) is known color: Medium Spring Green. HEX triplet: 0C, EB and 9F. RGB value is (12,235,159). Sum of RGB (Red+Green+Blue) = 12+235+159=406 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 406); Green value is 235 (92.19% from 255 or 57.88% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEB9F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEB9F is #F31460. Grayscale: #9F9F9F. Windows color (decimal): -15930465 or 10480396. OLE color: 10480396.
HSL color Cylindrical-coordinate representation of color #0CEB9F: hue angle of 159.55º 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 #0CEB9F is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 235 | 159 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.08 |
| HSL | 159.55º | 0.9% | 0.48% | - |
| HSV(B) | 159.55º | 0.95% | 0.92% | - |
| XYZ | 36.12 | 62 | 42.86 | - |
| YUV | 159.66 | 127.62 | 22.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 235 | 159 | 0.95 | 0 | 0.32 | 0.08 | 159.55 | 0.9 | 0.48 |
| Hex | C | EB | 9F | 5F | 0 | 20 | 8 | A0 | 5A | 30 |
| Octal | 14 | 353 | 237 | 137 | 0 | 40 | 10 | 240 | 132 | 60 |
| Binary | 1100 | 11101011 | 10011111 | 1011111 | 0 | 100000 | 1000 | 10100000 | 1011010 | 110000 |
Color Harmonies of #0CEB9F
Complementary color
Monochromatic Colors of #0CEB9F
Black with #0CEB9F
Text Example
Text Example
White with #0CEB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEB9F; }
p { color: rgb(12,235,159); }
H1.HeaderClassName
{
color: #0CEB9F;
}
.AnyTagClassName
{
color: #0CEB9F;
}
</style>
background-color css
<style>
a { background-color: #0CEB9F; }
a { background-color: rgb(12,235,159); }
div.DivClassName
{
background-color: #0CEB9F;
}
.BgClassName
{
background-color: #0CEB9F;
}
</style>
border-color css
<style>
span { border-color: #0CEB9F; }
span { border-color: rgb(12,235,159); }
td.TdClassName
{
border-color: #0CEB9F;
}
.TagClassName
{
border-color: #0CEB9F;
}
</style>