Shades of Padua #7EC59A
Tints of Padua #7EC59A
RGB
CMYK
RGB Variations
Color information
#7EC59A (or 0x7EC59A) is known color: Padua. HEX triplet: 7E, C5 and 9A. RGB value is (126,197,154). Sum of RGB (Red+Green+Blue) = 126+197+154=477 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.42% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC59A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC59A is #813A65. Grayscale: #AAAAAA. Windows color (decimal): -8469094 or 10143102. OLE color: 10143102.
HSL color Cylindrical-coordinate representation of color #7EC59A: hue angle of 143.66º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EC59A is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 197 | 154 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.23 |
| HSL | 143.66º | 0.38% | 0.63% | - |
| HSV(B) | 143.66º | 0.36% | 0.77% | - |
| XYZ | 34.4 | 46.7 | 37.77 | - |
| YUV | 170.87 | 118.48 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 154 | 0.36 | 0 | 0.22 | 0.23 | 143.66 | 0.38 | 0.63 |
| Hex | 7E | C5 | 9A | 24 | 0 | 16 | 17 | 90 | 26 | 3F |
| Octal | 176 | 305 | 232 | 44 | 0 | 26 | 27 | 220 | 46 | 77 |
| Binary | 1111110 | 11000101 | 10011010 | 100100 | 0 | 10110 | 10111 | 10010000 | 100110 | 111111 |
Color Harmonies of #7EC59A
Complementary color
Monochromatic Colors of #7EC59A
Black with #7EC59A
Text Example
Text Example
White with #7EC59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC59A; }
p { color: rgb(126,197,154); }
H1.HeaderClassName
{
color: #7EC59A;
}
.AnyTagClassName
{
color: #7EC59A;
}
</style>
background-color css
<style>
a { background-color: #7EC59A; }
a { background-color: rgb(126,197,154); }
div.DivClassName
{
background-color: #7EC59A;
}
.BgClassName
{
background-color: #7EC59A;
}
</style>
border-color css
<style>
span { border-color: #7EC59A; }
span { border-color: rgb(126,197,154); }
td.TdClassName
{
border-color: #7EC59A;
}
.TagClassName
{
border-color: #7EC59A;
}
</style>