Html Css Color HEX #0CECAE Medium Spring Green
📋 copy color: '#0CECAE'red 12 ◦ green 236 ◦ blue 174
Shades of Medium Spring Green #0CECAE
Tints of Medium Spring Green #0CECAE
RGB
CMYK
RGB Variations
Color information
#0CECAE (or 0x0CECAE) is known color: Medium Spring Green. HEX triplet: 0C, EC and AE. RGB value is (12,236,174). Sum of RGB (Red+Green+Blue) = 12+236+174=422 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 422); Green value is 236 (92.58% from 255 or 55.92% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 236 - color contains mainly: green. Hex color #0CECAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CECAE is #F31351. Grayscale: #A1A1A1. Windows color (decimal): -15930194 or 11463692. OLE color: 11463692.
HSL color Cylindrical-coordinate representation of color #0CECAE: hue angle of 163.39º 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 #0CECAE is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 236 | 174 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.07 |
| HSL | 163.39º | 0.9% | 0.49% | - |
| HSV(B) | 163.39º | 0.95% | 0.93% | - |
| XYZ | 37.79 | 63.13 | 50.24 | - |
| YUV | 161.96 | 134.79 | 21.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 236 | 174 | 0.95 | 0 | 0.26 | 0.07 | 163.39 | 0.9 | 0.49 |
| Hex | C | EC | AE | 5F | 0 | 1A | 7 | A3 | 5A | 31 |
| Octal | 14 | 354 | 256 | 137 | 0 | 32 | 7 | 243 | 132 | 61 |
| Binary | 1100 | 11101100 | 10101110 | 1011111 | 0 | 11010 | 111 | 10100011 | 1011010 | 110001 |
Color Harmonies of #0CECAE
Complementary color
Monochromatic Colors of #0CECAE
Black with #0CECAE
Text Example
Text Example
White with #0CECAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CECAE; }
p { color: rgb(12,236,174); }
H1.HeaderClassName
{
color: #0CECAE;
}
.AnyTagClassName
{
color: #0CECAE;
}
</style>
background-color css
<style>
a { background-color: #0CECAE; }
a { background-color: rgb(12,236,174); }
div.DivClassName
{
background-color: #0CECAE;
}
.BgClassName
{
background-color: #0CECAE;
}
</style>
border-color css
<style>
span { border-color: #0CECAE; }
span { border-color: rgb(12,236,174); }
td.TdClassName
{
border-color: #0CECAE;
}
.TagClassName
{
border-color: #0CECAE;
}
</style>