Shades of Padua #7ED29A
Tints of Padua #7ED29A
RGB
CMYK
RGB Variations
Color information
#7ED29A (or 0x7ED29A) is known color: Padua. HEX triplet: 7E, D2 and 9A. RGB value is (126,210,154). Sum of RGB (Red+Green+Blue) = 126+210+154=490 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.71% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED29A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED29A is #812D65. Grayscale: #B2B2B2. Windows color (decimal): -8465766 or 10146430. OLE color: 10146430.
HSL color Cylindrical-coordinate representation of color #7ED29A: hue angle of 140º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED29A is Cyan = 0.4, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 154 | - |
| CMYK | 0.4 | 0 | 0.27 | 0.18 |
| HSL | 140º | 0.48% | 0.66% | - |
| HSV(B) | 140º | 0.4% | 0.82% | - |
| XYZ | 37.48 | 52.86 | 38.8 | - |
| YUV | 178.5 | 114.17 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 154 | 0.4 | 0 | 0.27 | 0.18 | 140 | 0.48 | 0.66 |
| Hex | 7E | D2 | 9A | 28 | 0 | 1B | 12 | 8C | 30 | 42 |
| Octal | 176 | 322 | 232 | 50 | 0 | 33 | 22 | 214 | 60 | 102 |
| Binary | 1111110 | 11010010 | 10011010 | 101000 | 0 | 11011 | 10010 | 10001100 | 110000 | 1000010 |
Color Harmonies of #7ED29A
Complementary color
Monochromatic Colors of #7ED29A
Black with #7ED29A
Text Example
Text Example
White with #7ED29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED29A; }
p { color: rgb(126,210,154); }
H1.HeaderClassName
{
color: #7ED29A;
}
.AnyTagClassName
{
color: #7ED29A;
}
</style>
background-color css
<style>
a { background-color: #7ED29A; }
a { background-color: rgb(126,210,154); }
div.DivClassName
{
background-color: #7ED29A;
}
.BgClassName
{
background-color: #7ED29A;
}
</style>
border-color css
<style>
span { border-color: #7ED29A; }
span { border-color: rgb(126,210,154); }
td.TdClassName
{
border-color: #7ED29A;
}
.TagClassName
{
border-color: #7ED29A;
}
</style>