Shades of Padua #7ECC9E
Tints of Padua #7ECC9E
RGB
CMYK
RGB Variations
Color information
#7ECC9E (or 0x7ECC9E) is known color: Padua. HEX triplet: 7E, CC and 9E. RGB value is (126,204,158). Sum of RGB (Red+Green+Blue) = 126+204+158=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #7ECC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECC9E is #813361. Grayscale: #AFAFAF. Windows color (decimal): -8467298 or 10407038. OLE color: 10407038.
HSL color Cylindrical-coordinate representation of color #7ECC9E: hue angle of 144.62º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECC9E is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 204 | 158 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.2 |
| HSL | 144.62º | 0.43% | 0.65% | - |
| HSV(B) | 144.62º | 0.38% | 0.8% | - |
| XYZ | 36.37 | 50.09 | 40.1 | - |
| YUV | 175.43 | 118.16 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 204 | 158 | 0.38 | 0 | 0.23 | 0.2 | 144.62 | 0.43 | 0.65 |
| Hex | 7E | CC | 9E | 26 | 0 | 17 | 14 | 91 | 2B | 41 |
| Octal | 176 | 314 | 236 | 46 | 0 | 27 | 24 | 221 | 53 | 101 |
| Binary | 1111110 | 11001100 | 10011110 | 100110 | 0 | 10111 | 10100 | 10010001 | 101011 | 1000001 |
Color Harmonies of #7ECC9E
Complementary color
Monochromatic Colors of #7ECC9E
Black with #7ECC9E
Text Example
Text Example
White with #7ECC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECC9E; }
p { color: rgb(126,204,158); }
H1.HeaderClassName
{
color: #7ECC9E;
}
.AnyTagClassName
{
color: #7ECC9E;
}
</style>
background-color css
<style>
a { background-color: #7ECC9E; }
a { background-color: rgb(126,204,158); }
div.DivClassName
{
background-color: #7ECC9E;
}
.BgClassName
{
background-color: #7ECC9E;
}
</style>
border-color css
<style>
span { border-color: #7ECC9E; }
span { border-color: rgb(126,204,158); }
td.TdClassName
{
border-color: #7ECC9E;
}
.TagClassName
{
border-color: #7ECC9E;
}
</style>