Html Css Color HEX #0CEF9E Medium Spring Green
📋 copy color: '#0CEF9E'red 12 ◦ green 239 ◦ blue 158
Shades of Medium Spring Green #0CEF9E
Tints of Medium Spring Green #0CEF9E
RGB
CMYK
RGB Variations
Color information
#0CEF9E (or 0x0CEF9E) is known color: Medium Spring Green. HEX triplet: 0C, EF and 9E. RGB value is (12,239,158). Sum of RGB (Red+Green+Blue) = 12+239+158=409 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 409); Green value is 239 (93.75% from 255 or 58.44% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 239 - color contains mainly: green. Hex color #0CEF9E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEF9E is #F31061. Grayscale: #A1A1A1. Windows color (decimal): -15929442 or 10415884. OLE color: 10415884.
HSL color Cylindrical-coordinate representation of color #0CEF9E: hue angle of 158.59º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEF9E is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 239 | 158 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.06 |
| HSL | 158.59º | 0.9% | 0.49% | - |
| HSV(B) | 158.59º | 0.95% | 0.94% | - |
| XYZ | 37.19 | 64.28 | 42.79 | - |
| YUV | 161.89 | 125.79 | 21.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 239 | 158 | 0.95 | 0 | 0.34 | 0.06 | 158.59 | 0.9 | 0.49 |
| Hex | C | EF | 9E | 5F | 0 | 22 | 6 | 9F | 5A | 31 |
| Octal | 14 | 357 | 236 | 137 | 0 | 42 | 6 | 237 | 132 | 61 |
| Binary | 1100 | 11101111 | 10011110 | 1011111 | 0 | 100010 | 110 | 10011111 | 1011010 | 110001 |
Color Harmonies of #0CEF9E
Complementary color
Monochromatic Colors of #0CEF9E
Black with #0CEF9E
Text Example
Text Example
White with #0CEF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEF9E; }
p { color: rgb(12,239,158); }
H1.HeaderClassName
{
color: #0CEF9E;
}
.AnyTagClassName
{
color: #0CEF9E;
}
</style>
background-color css
<style>
a { background-color: #0CEF9E; }
a { background-color: rgb(12,239,158); }
div.DivClassName
{
background-color: #0CEF9E;
}
.BgClassName
{
background-color: #0CEF9E;
}
</style>
border-color css
<style>
span { border-color: #0CEF9E; }
span { border-color: rgb(12,239,158); }
td.TdClassName
{
border-color: #0CEF9E;
}
.TagClassName
{
border-color: #0CEF9E;
}
</style>