Html Css Color HEX #0CECA5 Medium Spring Green
📋 copy color: '#0CECA5'red 12 ◦ green 236 ◦ blue 165
Shades of Medium Spring Green #0CECA5
Tints of Medium Spring Green #0CECA5
RGB
CMYK
RGB Variations
Color information
#0CECA5 (or 0x0CECA5) is known color: Medium Spring Green. HEX triplet: 0C, EC and A5. RGB value is (12,236,165). Sum of RGB (Red+Green+Blue) = 12+236+165=413 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.91% from 413); Green value is 236 (92.58% from 255 or 57.14% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 236 - color contains mainly: green. Hex color #0CECA5 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CECA5 is #F3135A. Grayscale: #A0A0A0. Windows color (decimal): -15930203 or 10873868. OLE color: 10873868.
HSL color Cylindrical-coordinate representation of color #0CECA5: hue angle of 160.98º 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 #0CECA5 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 236 | 165 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.07 |
| HSL | 160.98º | 0.9% | 0.49% | - |
| HSV(B) | 160.98º | 0.95% | 0.93% | - |
| XYZ | 36.94 | 62.79 | 45.77 | - |
| YUV | 160.93 | 130.29 | 21.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 236 | 165 | 0.95 | 0 | 0.30 | 0.07 | 160.98 | 0.9 | 0.49 |
| Hex | C | EC | A5 | 5F | 0 | 1E | 7 | A1 | 5A | 31 |
| Octal | 14 | 354 | 245 | 137 | 0 | 36 | 7 | 241 | 132 | 61 |
| Binary | 1100 | 11101100 | 10100101 | 1011111 | 0 | 11110 | 111 | 10100001 | 1011010 | 110001 |
Color Harmonies of #0CECA5
Complementary color
Monochromatic Colors of #0CECA5
Black with #0CECA5
Text Example
Text Example
White with #0CECA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CECA5; }
p { color: rgb(12,236,165); }
H1.HeaderClassName
{
color: #0CECA5;
}
.AnyTagClassName
{
color: #0CECA5;
}
</style>
background-color css
<style>
a { background-color: #0CECA5; }
a { background-color: rgb(12,236,165); }
div.DivClassName
{
background-color: #0CECA5;
}
.BgClassName
{
background-color: #0CECA5;
}
</style>
border-color css
<style>
span { border-color: #0CECA5; }
span { border-color: rgb(12,236,165); }
td.TdClassName
{
border-color: #0CECA5;
}
.TagClassName
{
border-color: #0CECA5;
}
</style>