Shades of Medium Spring Green #01ECAA
Tints of Medium Spring Green #01ECAA
RGB
CMYK
RGB Variations
Color information
#01ECAA (or 0x01ECAA) is known color: Medium Spring Green. HEX triplet: 01, EC and AA. RGB value is (1,236,170). Sum of RGB (Red+Green+Blue) = 1+236+170=407 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 407); Green value is 236 (92.58% from 255 or 57.99% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 236 - color contains mainly: green. Hex color #01ECAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01ECAA is #FE1355. Grayscale: #9E9E9E. Windows color (decimal): -16651094 or 11201537. OLE color: 11201537.
HSL color Cylindrical-coordinate representation of color #01ECAA: hue angle of 163.15º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ECAA is Cyan = 1.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 170 | - |
| CMYK | 1.00 | 0 | 0.28 | 0.07 |
| HSL | 163.15º | 0.99% | 0.46% | - |
| HSV(B) | 163.15º | 1% | 0.93% | - |
| XYZ | 37.26 | 62.9 | 48.21 | - |
| YUV | 158.21 | 134.64 | 15.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 170 | 1.00 | 0 | 0.28 | 0.07 | 163.15 | 0.99 | 0.46 |
| Hex | 1 | EC | AA | 64 | 0 | 1C | 7 | A3 | 63 | 2E |
| Octal | 1 | 354 | 252 | 144 | 0 | 34 | 7 | 243 | 143 | 56 |
| Binary | 1 | 11101100 | 10101010 | 1100100 | 0 | 11100 | 111 | 10100011 | 1100011 | 101110 |
Color Harmonies of #01ECAA
Complementary color
Monochromatic Colors of #01ECAA
Black with #01ECAA
Text Example
Text Example
White with #01ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ECAA; }
p { color: rgb(1,236,170); }
H1.HeaderClassName
{
color: #01ECAA;
}
.AnyTagClassName
{
color: #01ECAA;
}
</style>
background-color css
<style>
a { background-color: #01ECAA; }
a { background-color: rgb(1,236,170); }
div.DivClassName
{
background-color: #01ECAA;
}
.BgClassName
{
background-color: #01ECAA;
}
</style>
border-color css
<style>
span { border-color: #01ECAA; }
span { border-color: rgb(1,236,170); }
td.TdClassName
{
border-color: #01ECAA;
}
.TagClassName
{
border-color: #01ECAA;
}
</style>