Shades of Padua #7AC592
Tints of Padua #7AC592
RGB
CMYK
RGB Variations
Color information
#7AC592 (or 0x7AC592) is known color: Padua. HEX triplet: 7A, C5 and 92. RGB value is (122,197,146). Sum of RGB (Red+Green+Blue) = 122+197+146=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC592 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC592 is #853A6D. Grayscale: #A8A8A8. Windows color (decimal): -8731246 or 9618810. OLE color: 9618810.
HSL color Cylindrical-coordinate representation of color #7AC592: hue angle of 139.2º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AC592 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 197 | 146 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.23 |
| HSL | 139.2º | 0.39% | 0.63% | - |
| HSV(B) | 139.2º | 0.38% | 0.77% | - |
| XYZ | 33.18 | 46.15 | 34.35 | - |
| YUV | 168.76 | 115.15 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 197 | 146 | 0.38 | 0 | 0.26 | 0.23 | 139.2 | 0.39 | 0.63 |
| Hex | 7A | C5 | 92 | 26 | 0 | 1A | 17 | 8B | 27 | 3F |
| Octal | 172 | 305 | 222 | 46 | 0 | 32 | 27 | 213 | 47 | 77 |
| Binary | 1111010 | 11000101 | 10010010 | 100110 | 0 | 11010 | 10111 | 10001011 | 100111 | 111111 |
Color Harmonies of #7AC592
Complementary color
Monochromatic Colors of #7AC592
Black with #7AC592
Text Example
Text Example
White with #7AC592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC592; }
p { color: rgb(122,197,146); }
H1.HeaderClassName
{
color: #7AC592;
}
.AnyTagClassName
{
color: #7AC592;
}
</style>
background-color css
<style>
a { background-color: #7AC592; }
a { background-color: rgb(122,197,146); }
div.DivClassName
{
background-color: #7AC592;
}
.BgClassName
{
background-color: #7AC592;
}
</style>
border-color css
<style>
span { border-color: #7AC592; }
span { border-color: rgb(122,197,146); }
td.TdClassName
{
border-color: #7AC592;
}
.TagClassName
{
border-color: #7AC592;
}
</style>