Shades of Padua #7ECC9D
Tints of Padua #7ECC9D
RGB
CMYK
RGB Variations
Color information
#7ECC9D (or 0x7ECC9D) is known color: Padua. HEX triplet: 7E, CC and 9D. RGB value is (126,204,157). Sum of RGB (Red+Green+Blue) = 126+204+157=487 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.87% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #7ECC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECC9D is #813362. Grayscale: #AFAFAF. Windows color (decimal): -8467299 or 10341502. OLE color: 10341502.
HSL color Cylindrical-coordinate representation of color #7ECC9D: hue angle of 143.85º 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 #7ECC9D is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 204 | 157 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.2 |
| HSL | 143.85º | 0.43% | 0.65% | - |
| HSV(B) | 143.85º | 0.38% | 0.8% | - |
| XYZ | 36.28 | 50.06 | 39.65 | - |
| YUV | 175.32 | 117.66 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 204 | 157 | 0.38 | 0 | 0.23 | 0.2 | 143.85 | 0.43 | 0.65 |
| Hex | 7E | CC | 9D | 26 | 0 | 17 | 14 | 90 | 2B | 41 |
| Octal | 176 | 314 | 235 | 46 | 0 | 27 | 24 | 220 | 53 | 101 |
| Binary | 1111110 | 11001100 | 10011101 | 100110 | 0 | 10111 | 10100 | 10010000 | 101011 | 1000001 |
Color Harmonies of #7ECC9D
Complementary color
Monochromatic Colors of #7ECC9D
Black with #7ECC9D
Text Example
Text Example
White with #7ECC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECC9D; }
p { color: rgb(126,204,157); }
H1.HeaderClassName
{
color: #7ECC9D;
}
.AnyTagClassName
{
color: #7ECC9D;
}
</style>
background-color css
<style>
a { background-color: #7ECC9D; }
a { background-color: rgb(126,204,157); }
div.DivClassName
{
background-color: #7ECC9D;
}
.BgClassName
{
background-color: #7ECC9D;
}
</style>
border-color css
<style>
span { border-color: #7ECC9D; }
span { border-color: rgb(126,204,157); }
td.TdClassName
{
border-color: #7ECC9D;
}
.TagClassName
{
border-color: #7ECC9D;
}
</style>