Html Css Color HEX #0EECAA Medium Spring Green
📋 copy color: '#0EECAA'red 14 ◦ green 236 ◦ blue 170
Shades of Medium Spring Green #0EECAA
Tints of Medium Spring Green #0EECAA
RGB
CMYK
RGB Variations
Color information
#0EECAA (or 0x0EECAA) is known color: Medium Spring Green. HEX triplet: 0E, EC and AA. RGB value is (14,236,170). Sum of RGB (Red+Green+Blue) = 14+236+170=420 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.33% from 420); Green value is 236 (92.58% from 255 or 56.19% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 236 - color contains mainly: green. Hex color #0EECAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EECAA is #F11355. Grayscale: #A2A2A2. Windows color (decimal): -15799126 or 11201550. OLE color: 11201550.
HSL color Cylindrical-coordinate representation of color #0EECAA: hue angle of 162.16º 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 #0EECAA is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 236 | 170 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.07 |
| HSL | 162.16º | 0.89% | 0.49% | - |
| HSV(B) | 162.16º | 0.94% | 0.93% | - |
| XYZ | 37.43 | 62.99 | 48.21 | - |
| YUV | 162.1 | 132.45 | 22.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 236 | 170 | 0.94 | 0 | 0.28 | 0.07 | 162.16 | 0.89 | 0.49 |
| Hex | E | EC | AA | 5E | 0 | 1C | 7 | A2 | 59 | 31 |
| Octal | 16 | 354 | 252 | 136 | 0 | 34 | 7 | 242 | 131 | 61 |
| Binary | 1110 | 11101100 | 10101010 | 1011110 | 0 | 11100 | 111 | 10100010 | 1011001 | 110001 |
Color Harmonies of #0EECAA
Complementary color
Monochromatic Colors of #0EECAA
Black with #0EECAA
Text Example
Text Example
White with #0EECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EECAA; }
p { color: rgb(14,236,170); }
H1.HeaderClassName
{
color: #0EECAA;
}
.AnyTagClassName
{
color: #0EECAA;
}
</style>
background-color css
<style>
a { background-color: #0EECAA; }
a { background-color: rgb(14,236,170); }
div.DivClassName
{
background-color: #0EECAA;
}
.BgClassName
{
background-color: #0EECAA;
}
</style>
border-color css
<style>
span { border-color: #0EECAA; }
span { border-color: rgb(14,236,170); }
td.TdClassName
{
border-color: #0EECAA;
}
.TagClassName
{
border-color: #0EECAA;
}
</style>