Shades of Padua #7AC29B
Tints of Padua #7AC29B
RGB
CMYK
RGB Variations
Color information
#7AC29B (or 0x7AC29B) is known color: Padua. HEX triplet: 7A, C2 and 9B. RGB value is (122,194,155). Sum of RGB (Red+Green+Blue) = 122+194+155=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC29B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC29B is #853D64. Grayscale: #A8A8A8. Windows color (decimal): -8732005 or 10207866. OLE color: 10207866.
HSL color Cylindrical-coordinate representation of color #7AC29B: hue angle of 147.5º 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 #7AC29B is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 194 | 155 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.24 |
| HSL | 147.5º | 0.37% | 0.62% | - |
| HSV(B) | 147.5º | 0.37% | 0.76% | - |
| XYZ | 33.23 | 45.09 | 37.96 | - |
| YUV | 168.03 | 120.65 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 155 | 0.37 | 0 | 0.20 | 0.24 | 147.5 | 0.37 | 0.62 |
| Hex | 7A | C2 | 9B | 25 | 0 | 14 | 18 | 94 | 25 | 3E |
| Octal | 172 | 302 | 233 | 45 | 0 | 24 | 30 | 224 | 45 | 76 |
| Binary | 1111010 | 11000010 | 10011011 | 100101 | 0 | 10100 | 11000 | 10010100 | 100101 | 111110 |
Color Harmonies of #7AC29B
Complementary color
Monochromatic Colors of #7AC29B
Black with #7AC29B
Text Example
Text Example
White with #7AC29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC29B; }
p { color: rgb(122,194,155); }
H1.HeaderClassName
{
color: #7AC29B;
}
.AnyTagClassName
{
color: #7AC29B;
}
</style>
background-color css
<style>
a { background-color: #7AC29B; }
a { background-color: rgb(122,194,155); }
div.DivClassName
{
background-color: #7AC29B;
}
.BgClassName
{
background-color: #7AC29B;
}
</style>
border-color css
<style>
span { border-color: #7AC29B; }
span { border-color: rgb(122,194,155); }
td.TdClassName
{
border-color: #7AC29B;
}
.TagClassName
{
border-color: #7AC29B;
}
</style>