Shades of Padua #7AC097
Tints of Padua #7AC097
RGB
CMYK
RGB Variations
Color information
#7AC097 (or 0x7AC097) is known color: Padua. HEX triplet: 7A, C0 and 97. RGB value is (122,192,151). Sum of RGB (Red+Green+Blue) = 122+192+151=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC097 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC097 is #853F68. Grayscale: #A6A6A6. Windows color (decimal): -8732521 or 9945210. OLE color: 9945210.
HSL color Cylindrical-coordinate representation of color #7AC097: hue angle of 144.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AC097 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 192 | 151 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.25 |
| HSL | 144.86º | 0.36% | 0.62% | - |
| HSV(B) | 144.86º | 0.36% | 0.75% | - |
| XYZ | 32.46 | 44.07 | 36.07 | - |
| YUV | 166.4 | 119.31 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 151 | 0.36 | 0 | 0.21 | 0.25 | 144.86 | 0.36 | 0.62 |
| Hex | 7A | C0 | 97 | 24 | 0 | 15 | 19 | 91 | 24 | 3E |
| Octal | 172 | 300 | 227 | 44 | 0 | 25 | 31 | 221 | 44 | 76 |
| Binary | 1111010 | 11000000 | 10010111 | 100100 | 0 | 10101 | 11001 | 10010001 | 100100 | 111110 |
Color Harmonies of #7AC097
Complementary color
Monochromatic Colors of #7AC097
Black with #7AC097
Text Example
Text Example
White with #7AC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC097; }
p { color: rgb(122,192,151); }
H1.HeaderClassName
{
color: #7AC097;
}
.AnyTagClassName
{
color: #7AC097;
}
</style>
background-color css
<style>
a { background-color: #7AC097; }
a { background-color: rgb(122,192,151); }
div.DivClassName
{
background-color: #7AC097;
}
.BgClassName
{
background-color: #7AC097;
}
</style>
border-color css
<style>
span { border-color: #7AC097; }
span { border-color: rgb(122,192,151); }
td.TdClassName
{
border-color: #7AC097;
}
.TagClassName
{
border-color: #7AC097;
}
</style>