Shades of Padua #7AC398
Tints of Padua #7AC398
RGB
CMYK
RGB Variations
Color information
#7AC398 (or 0x7AC398) is known color: Padua. HEX triplet: 7A, C3 and 98. RGB value is (122,195,152). Sum of RGB (Red+Green+Blue) = 122+195+152=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC398 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC398 is #853C67. Grayscale: #A8A8A8. Windows color (decimal): -8731752 or 10011514. OLE color: 10011514.
HSL color Cylindrical-coordinate representation of color #7AC398: hue angle of 144.66º degrees, saturation: 0.38, 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 #7AC398 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 195 | 152 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.24 |
| HSL | 144.66º | 0.38% | 0.62% | - |
| HSV(B) | 144.66º | 0.37% | 0.76% | - |
| XYZ | 33.21 | 45.43 | 36.73 | - |
| YUV | 168.27 | 118.82 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 195 | 152 | 0.37 | 0 | 0.22 | 0.24 | 144.66 | 0.38 | 0.62 |
| Hex | 7A | C3 | 98 | 25 | 0 | 16 | 18 | 91 | 26 | 3E |
| Octal | 172 | 303 | 230 | 45 | 0 | 26 | 30 | 221 | 46 | 76 |
| Binary | 1111010 | 11000011 | 10011000 | 100101 | 0 | 10110 | 11000 | 10010001 | 100110 | 111110 |
Color Harmonies of #7AC398
Complementary color
Monochromatic Colors of #7AC398
Black with #7AC398
Text Example
Text Example
White with #7AC398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC398; }
p { color: rgb(122,195,152); }
H1.HeaderClassName
{
color: #7AC398;
}
.AnyTagClassName
{
color: #7AC398;
}
</style>
background-color css
<style>
a { background-color: #7AC398; }
a { background-color: rgb(122,195,152); }
div.DivClassName
{
background-color: #7AC398;
}
.BgClassName
{
background-color: #7AC398;
}
</style>
border-color css
<style>
span { border-color: #7AC398; }
span { border-color: rgb(122,195,152); }
td.TdClassName
{
border-color: #7AC398;
}
.TagClassName
{
border-color: #7AC398;
}
</style>