Shades of Padua #7AC29E
Tints of Padua #7AC29E
RGB
CMYK
RGB Variations
Color information
#7AC29E (or 0x7AC29E) is known color: Padua. HEX triplet: 7A, C2 and 9E. RGB value is (122,194,158). Sum of RGB (Red+Green+Blue) = 122+194+158=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC29E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC29E is #853D61. Grayscale: #A8A8A8. Windows color (decimal): -8732002 or 10404474. OLE color: 10404474.
HSL color Cylindrical-coordinate representation of color #7AC29E: hue angle of 150º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AC29E is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 194 | 158 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.24 |
| HSL | 150º | 0.37% | 0.62% | - |
| HSV(B) | 150º | 0.37% | 0.76% | - |
| XYZ | 33.49 | 45.19 | 39.31 | - |
| YUV | 168.37 | 122.15 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 158 | 0.37 | 0 | 0.19 | 0.24 | 150 | 0.37 | 0.62 |
| Hex | 7A | C2 | 9E | 25 | 0 | 13 | 18 | 96 | 25 | 3E |
| Octal | 172 | 302 | 236 | 45 | 0 | 23 | 30 | 226 | 45 | 76 |
| Binary | 1111010 | 11000010 | 10011110 | 100101 | 0 | 10011 | 11000 | 10010110 | 100101 | 111110 |
Color Harmonies of #7AC29E
Complementary color
Monochromatic Colors of #7AC29E
Black with #7AC29E
Text Example
Text Example
White with #7AC29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC29E; }
p { color: rgb(122,194,158); }
H1.HeaderClassName
{
color: #7AC29E;
}
.AnyTagClassName
{
color: #7AC29E;
}
</style>
background-color css
<style>
a { background-color: #7AC29E; }
a { background-color: rgb(122,194,158); }
div.DivClassName
{
background-color: #7AC29E;
}
.BgClassName
{
background-color: #7AC29E;
}
</style>
border-color css
<style>
span { border-color: #7AC29E; }
span { border-color: rgb(122,194,158); }
td.TdClassName
{
border-color: #7AC29E;
}
.TagClassName
{
border-color: #7AC29E;
}
</style>