Html Css Color HEX #0EECAD Medium Spring Green
📋 copy color: '#0EECAD'red 14 ◦ green 236 ◦ blue 173
Shades of Medium Spring Green #0EECAD
Tints of Medium Spring Green #0EECAD
RGB
CMYK
RGB Variations
Color information
#0EECAD (or 0x0EECAD) is known color: Medium Spring Green. HEX triplet: 0E, EC and AD. RGB value is (14,236,173). Sum of RGB (Red+Green+Blue) = 14+236+173=423 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.31% from 423); Green value is 236 (92.58% from 255 or 55.79% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 236 - color contains mainly: green. Hex color #0EECAD is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EECAD is #F11352. Grayscale: #A2A2A2. Windows color (decimal): -15799123 or 11398158. OLE color: 11398158.
HSL color Cylindrical-coordinate representation of color #0EECAD: hue angle of 162.97º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EECAD is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 236 | 173 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.07 |
| HSL | 162.97º | 0.89% | 0.49% | - |
| HSV(B) | 162.97º | 0.94% | 0.93% | - |
| XYZ | 37.72 | 63.1 | 49.73 | - |
| YUV | 162.44 | 133.95 | 22.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 236 | 173 | 0.94 | 0 | 0.27 | 0.07 | 162.97 | 0.89 | 0.49 |
| Hex | E | EC | AD | 5E | 0 | 1B | 7 | A3 | 59 | 31 |
| Octal | 16 | 354 | 255 | 136 | 0 | 33 | 7 | 243 | 131 | 61 |
| Binary | 1110 | 11101100 | 10101101 | 1011110 | 0 | 11011 | 111 | 10100011 | 1011001 | 110001 |
Color Harmonies of #0EECAD
Complementary color
Monochromatic Colors of #0EECAD
Black with #0EECAD
Text Example
Text Example
White with #0EECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EECAD; }
p { color: rgb(14,236,173); }
H1.HeaderClassName
{
color: #0EECAD;
}
.AnyTagClassName
{
color: #0EECAD;
}
</style>
background-color css
<style>
a { background-color: #0EECAD; }
a { background-color: rgb(14,236,173); }
div.DivClassName
{
background-color: #0EECAD;
}
.BgClassName
{
background-color: #0EECAD;
}
</style>
border-color css
<style>
span { border-color: #0EECAD; }
span { border-color: rgb(14,236,173); }
td.TdClassName
{
border-color: #0EECAD;
}
.TagClassName
{
border-color: #0EECAD;
}
</style>