Shades of Padua #7AC298
Tints of Padua #7AC298
RGB
CMYK
RGB Variations
Color information
#7AC298 (or 0x7AC298) is known color: Padua. HEX triplet: 7A, C2 and 98. RGB value is (122,194,152). Sum of RGB (Red+Green+Blue) = 122+194+152=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC298 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC298 is #853D67. Grayscale: #A7A7A7. Windows color (decimal): -8732008 or 10011258. OLE color: 10011258.
HSL color Cylindrical-coordinate representation of color #7AC298: hue angle of 145º 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 #7AC298 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 194 | 152 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.24 |
| HSL | 145º | 0.37% | 0.62% | - |
| HSV(B) | 145º | 0.37% | 0.76% | - |
| XYZ | 32.99 | 44.99 | 36.65 | - |
| YUV | 167.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 152 | 0.37 | 0 | 0.22 | 0.24 | 145 | 0.37 | 0.62 |
| Hex | 7A | C2 | 98 | 25 | 0 | 16 | 18 | 91 | 25 | 3E |
| Octal | 172 | 302 | 230 | 45 | 0 | 26 | 30 | 221 | 45 | 76 |
| Binary | 1111010 | 11000010 | 10011000 | 100101 | 0 | 10110 | 11000 | 10010001 | 100101 | 111110 |
Color Harmonies of #7AC298
Complementary color
Monochromatic Colors of #7AC298
Black with #7AC298
Text Example
Text Example
White with #7AC298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC298; }
p { color: rgb(122,194,152); }
H1.HeaderClassName
{
color: #7AC298;
}
.AnyTagClassName
{
color: #7AC298;
}
</style>
background-color css
<style>
a { background-color: #7AC298; }
a { background-color: rgb(122,194,152); }
div.DivClassName
{
background-color: #7AC298;
}
.BgClassName
{
background-color: #7AC298;
}
</style>
border-color css
<style>
span { border-color: #7AC298; }
span { border-color: rgb(122,194,152); }
td.TdClassName
{
border-color: #7AC298;
}
.TagClassName
{
border-color: #7AC298;
}
</style>