Shades of Medium Spring Green #07ECA0
Tints of Medium Spring Green #07ECA0
RGB
CMYK
RGB Variations
Color information
#07ECA0 (or 0x07ECA0) is known color: Medium Spring Green. HEX triplet: 07, EC and A0. RGB value is (7,236,160). Sum of RGB (Red+Green+Blue) = 7+236+160=403 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 403); Green value is 236 (92.58% from 255 or 58.56% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 236 - color contains mainly: green. Hex color #07ECA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #07ECA0 is #F8135F. Grayscale: #9E9E9E. Windows color (decimal): -16257888 or 10546183. OLE color: 10546183.
HSL color Cylindrical-coordinate representation of color #07ECA0: hue angle of 160.09º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ECA0 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 236 | 160 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.07 |
| HSL | 160.09º | 0.94% | 0.48% | - |
| HSV(B) | 160.09º | 0.97% | 0.93% | - |
| XYZ | 36.43 | 62.57 | 43.42 | - |
| YUV | 158.87 | 128.63 | 19.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 236 | 160 | 0.97 | 0 | 0.32 | 0.07 | 160.09 | 0.94 | 0.48 |
| Hex | 7 | EC | A0 | 61 | 0 | 20 | 7 | A0 | 5E | 30 |
| Octal | 7 | 354 | 240 | 141 | 0 | 40 | 7 | 240 | 136 | 60 |
| Binary | 111 | 11101100 | 10100000 | 1100001 | 0 | 100000 | 111 | 10100000 | 1011110 | 110000 |
Color Harmonies of #07ECA0
Complementary color
Monochromatic Colors of #07ECA0
Black with #07ECA0
Text Example
Text Example
White with #07ECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ECA0; }
p { color: rgb(7,236,160); }
H1.HeaderClassName
{
color: #07ECA0;
}
.AnyTagClassName
{
color: #07ECA0;
}
</style>
background-color css
<style>
a { background-color: #07ECA0; }
a { background-color: rgb(7,236,160); }
div.DivClassName
{
background-color: #07ECA0;
}
.BgClassName
{
background-color: #07ECA0;
}
</style>
border-color css
<style>
span { border-color: #07ECA0; }
span { border-color: rgb(7,236,160); }
td.TdClassName
{
border-color: #07ECA0;
}
.TagClassName
{
border-color: #07ECA0;
}
</style>