Html Css Color HEX #0CEB9C Medium Spring Green
📋 copy color: '#0CEB9C'red 12 ◦ green 235 ◦ blue 156
Shades of Medium Spring Green #0CEB9C
Tints of Medium Spring Green #0CEB9C
RGB
CMYK
RGB Variations
Color information
#0CEB9C (or 0x0CEB9C) is known color: Medium Spring Green. HEX triplet: 0C, EB and 9C. RGB value is (12,235,156). Sum of RGB (Red+Green+Blue) = 12+235+156=403 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.98% from 403); Green value is 235 (92.19% from 255 or 58.31% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEB9C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEB9C is #F31463. Grayscale: #9F9F9F. Windows color (decimal): -15930468 or 10283788. OLE color: 10283788.
HSL color Cylindrical-coordinate representation of color #0CEB9C: hue angle of 158.74º 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 #0CEB9C is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 235 | 156 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.08 |
| HSL | 158.74º | 0.9% | 0.48% | - |
| HSV(B) | 158.74º | 0.95% | 0.92% | - |
| XYZ | 35.86 | 61.9 | 41.51 | - |
| YUV | 159.32 | 126.12 | 22.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 235 | 156 | 0.95 | 0 | 0.34 | 0.08 | 158.74 | 0.9 | 0.48 |
| Hex | C | EB | 9C | 5F | 0 | 22 | 8 | 9F | 5A | 30 |
| Octal | 14 | 353 | 234 | 137 | 0 | 42 | 10 | 237 | 132 | 60 |
| Binary | 1100 | 11101011 | 10011100 | 1011111 | 0 | 100010 | 1000 | 10011111 | 1011010 | 110000 |
Color Harmonies of #0CEB9C
Complementary color
Monochromatic Colors of #0CEB9C
Black with #0CEB9C
Text Example
Text Example
White with #0CEB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEB9C; }
p { color: rgb(12,235,156); }
H1.HeaderClassName
{
color: #0CEB9C;
}
.AnyTagClassName
{
color: #0CEB9C;
}
</style>
background-color css
<style>
a { background-color: #0CEB9C; }
a { background-color: rgb(12,235,156); }
div.DivClassName
{
background-color: #0CEB9C;
}
.BgClassName
{
background-color: #0CEB9C;
}
</style>
border-color css
<style>
span { border-color: #0CEB9C; }
span { border-color: rgb(12,235,156); }
td.TdClassName
{
border-color: #0CEB9C;
}
.TagClassName
{
border-color: #0CEB9C;
}
</style>