Html Css Color HEX #0CE496 Medium Spring Green
📋 copy color: '#0CE496'red 12 ◦ green 228 ◦ blue 150
Shades of Medium Spring Green #0CE496
Tints of Medium Spring Green #0CE496
RGB
CMYK
RGB Variations
Color information
#0CE496 (or 0x0CE496) is known color: Medium Spring Green. HEX triplet: 0C, E4 and 96. RGB value is (12,228,150). Sum of RGB (Red+Green+Blue) = 12+228+150=390 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 390); Green value is 228 (89.45% from 255 or 58.46% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 228 - color contains mainly: green. Hex color #0CE496 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CE496 is #F31B69. Grayscale: #9A9A9A. Windows color (decimal): -15932266 or 9888780. OLE color: 9888780.
HSL color Cylindrical-coordinate representation of color #0CE496: hue angle of 158.33º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE496 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 228 | 150 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.11 |
| HSL | 158.33º | 0.9% | 0.47% | - |
| HSV(B) | 158.33º | 0.95% | 0.89% | - |
| XYZ | 33.4 | 57.77 | 38.24 | - |
| YUV | 154.52 | 125.44 | 26.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 228 | 150 | 0.95 | 0 | 0.34 | 0.11 | 158.33 | 0.9 | 0.47 |
| Hex | C | E4 | 96 | 5F | 0 | 22 | B | 9E | 5A | 2F |
| Octal | 14 | 344 | 226 | 137 | 0 | 42 | 13 | 236 | 132 | 57 |
| Binary | 1100 | 11100100 | 10010110 | 1011111 | 0 | 100010 | 1011 | 10011110 | 1011010 | 101111 |
Color Harmonies of #0CE496
Complementary color
Monochromatic Colors of #0CE496
Black with #0CE496
Text Example
Text Example
White with #0CE496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE496; }
p { color: rgb(12,228,150); }
H1.HeaderClassName
{
color: #0CE496;
}
.AnyTagClassName
{
color: #0CE496;
}
</style>
background-color css
<style>
a { background-color: #0CE496; }
a { background-color: rgb(12,228,150); }
div.DivClassName
{
background-color: #0CE496;
}
.BgClassName
{
background-color: #0CE496;
}
</style>
border-color css
<style>
span { border-color: #0CE496; }
span { border-color: rgb(12,228,150); }
td.TdClassName
{
border-color: #0CE496;
}
.TagClassName
{
border-color: #0CE496;
}
</style>