Shades of Padua #7EC29B
Tints of Padua #7EC29B
RGB
CMYK
RGB Variations
Color information
#7EC29B (or 0x7EC29B) is known color: Padua. HEX triplet: 7E, C2 and 9B. RGB value is (126,194,155). Sum of RGB (Red+Green+Blue) = 126+194+155=475 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.53% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC29B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC29B is #813D64. Grayscale: #A9A9A9. Windows color (decimal): -8469861 or 10207870. OLE color: 10207870.
HSL color Cylindrical-coordinate representation of color #7EC29B: hue angle of 145.59º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EC29B is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 194 | 155 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.24 |
| HSL | 145.59º | 0.36% | 0.63% | - |
| HSV(B) | 145.59º | 0.35% | 0.76% | - |
| XYZ | 33.81 | 45.39 | 37.99 | - |
| YUV | 169.22 | 119.97 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 194 | 155 | 0.35 | 0 | 0.20 | 0.24 | 145.59 | 0.36 | 0.63 |
| Hex | 7E | C2 | 9B | 23 | 0 | 14 | 18 | 92 | 24 | 3F |
| Octal | 176 | 302 | 233 | 43 | 0 | 24 | 30 | 222 | 44 | 77 |
| Binary | 1111110 | 11000010 | 10011011 | 100011 | 0 | 10100 | 11000 | 10010010 | 100100 | 111111 |
Color Harmonies of #7EC29B
Complementary color
Monochromatic Colors of #7EC29B
Black with #7EC29B
Text Example
Text Example
White with #7EC29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC29B; }
p { color: rgb(126,194,155); }
H1.HeaderClassName
{
color: #7EC29B;
}
.AnyTagClassName
{
color: #7EC29B;
}
</style>
background-color css
<style>
a { background-color: #7EC29B; }
a { background-color: rgb(126,194,155); }
div.DivClassName
{
background-color: #7EC29B;
}
.BgClassName
{
background-color: #7EC29B;
}
</style>
border-color css
<style>
span { border-color: #7EC29B; }
span { border-color: rgb(126,194,155); }
td.TdClassName
{
border-color: #7EC29B;
}
.TagClassName
{
border-color: #7EC29B;
}
</style>