Shades of Medium Spring Green #00ECA0
Tints of Medium Spring Green #00ECA0
RGB
CMYK
RGB Variations
Color information
#00ECA0 (or 0x00ECA0) is known color: Medium Spring Green. HEX triplet: 00, EC and A0. RGB value is (0,236,160). Sum of RGB (Red+Green+Blue) = 0+236+160=396 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 396); Green value is 236 (92.58% from 255 or 59.60% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 236 - color contains mainly: green. Hex color #00ECA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00ECA0 is #FF135F. Grayscale: #9C9C9C. Windows color (decimal): -16716640 or 10546176. OLE color: 10546176.
HSL color Cylindrical-coordinate representation of color #00ECA0: hue angle of 160.68º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ECA0 is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 160 | - |
| CMYK | 1 | 0 | 0.32 | 0.07 |
| HSL | 160.68º | 1% | 0.46% | - |
| HSV(B) | 160.68º | 1% | 0.93% | - |
| XYZ | 36.34 | 62.53 | 43.41 | - |
| YUV | 156.77 | 129.81 | 16.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 160 | 1 | 0 | 0.32 | 0.07 | 160.68 | 1 | 0.46 |
| Hex | 0 | EC | A0 | 64 | 0 | 20 | 7 | A1 | 64 | 2E |
| Octal | 0 | 354 | 240 | 144 | 0 | 40 | 7 | 241 | 144 | 56 |
| Binary | 0 | 11101100 | 10100000 | 1100100 | 0 | 100000 | 111 | 10100001 | 1100100 | 101110 |
Color Harmonies of #00ECA0
Complementary color
Monochromatic Colors of #00ECA0
Black with #00ECA0
Text Example
Text Example
White with #00ECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ECA0; }
p { color: rgb(0,236,160); }
H1.HeaderClassName
{
color: #00ECA0;
}
.AnyTagClassName
{
color: #00ECA0;
}
</style>
background-color css
<style>
a { background-color: #00ECA0; }
a { background-color: rgb(0,236,160); }
div.DivClassName
{
background-color: #00ECA0;
}
.BgClassName
{
background-color: #00ECA0;
}
</style>
border-color css
<style>
span { border-color: #00ECA0; }
span { border-color: rgb(0,236,160); }
td.TdClassName
{
border-color: #00ECA0;
}
.TagClassName
{
border-color: #00ECA0;
}
</style>