Html Css Color HEX #0EECA9 Medium Spring Green
📋 copy color: '#0EECA9'red 14 ◦ green 236 ◦ blue 169
Shades of Medium Spring Green #0EECA9
Tints of Medium Spring Green #0EECA9
RGB
CMYK
RGB Variations
Color information
#0EECA9 (or 0x0EECA9) is known color: Medium Spring Green. HEX triplet: 0E, EC and A9. RGB value is (14,236,169). Sum of RGB (Red+Green+Blue) = 14+236+169=419 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.34% from 419); Green value is 236 (92.58% from 255 or 56.32% from 419); Blue value is 169 (66.41% from 255 or 40.33% from 419); Max value from RGB is 236 - color contains mainly: green. Hex color #0EECA9 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EECA9 is #F11356. Grayscale: #A2A2A2. Windows color (decimal): -15799127 or 11136014. OLE color: 11136014.
HSL color Cylindrical-coordinate representation of color #0EECA9: hue angle of 161.89º 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 #0EECA9 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 236 | 169 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.07 |
| HSL | 161.89º | 0.89% | 0.49% | - |
| HSV(B) | 161.89º | 0.94% | 0.93% | - |
| XYZ | 37.34 | 62.95 | 47.72 | - |
| YUV | 161.98 | 131.95 | 22.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 236 | 169 | 0.94 | 0 | 0.28 | 0.07 | 161.89 | 0.89 | 0.49 |
| Hex | E | EC | A9 | 5E | 0 | 1C | 7 | A2 | 59 | 31 |
| Octal | 16 | 354 | 251 | 136 | 0 | 34 | 7 | 242 | 131 | 61 |
| Binary | 1110 | 11101100 | 10101001 | 1011110 | 0 | 11100 | 111 | 10100010 | 1011001 | 110001 |
Color Harmonies of #0EECA9
Complementary color
Monochromatic Colors of #0EECA9
Black with #0EECA9
Text Example
Text Example
White with #0EECA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EECA9; }
p { color: rgb(14,236,169); }
H1.HeaderClassName
{
color: #0EECA9;
}
.AnyTagClassName
{
color: #0EECA9;
}
</style>
background-color css
<style>
a { background-color: #0EECA9; }
a { background-color: rgb(14,236,169); }
div.DivClassName
{
background-color: #0EECA9;
}
.BgClassName
{
background-color: #0EECA9;
}
</style>
border-color css
<style>
span { border-color: #0EECA9; }
span { border-color: rgb(14,236,169); }
td.TdClassName
{
border-color: #0EECA9;
}
.TagClassName
{
border-color: #0EECA9;
}
</style>