Shades of Padua #7AC296
Tints of Padua #7AC296
RGB
CMYK
RGB Variations
Color information
#7AC296 (or 0x7AC296) is known color: Padua. HEX triplet: 7A, C2 and 96. RGB value is (122,194,150). Sum of RGB (Red+Green+Blue) = 122+194+150=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC296 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC296 is #853D69. Grayscale: #A7A7A7. Windows color (decimal): -8732010 or 9880186. OLE color: 9880186.
HSL color Cylindrical-coordinate representation of color #7AC296: hue angle of 143.33º 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 #7AC296 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 194 | 150 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.24 |
| HSL | 143.33º | 0.37% | 0.62% | - |
| HSV(B) | 143.33º | 0.37% | 0.76% | - |
| XYZ | 32.82 | 44.92 | 35.8 | - |
| YUV | 167.46 | 118.15 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 150 | 0.37 | 0 | 0.23 | 0.24 | 143.33 | 0.37 | 0.62 |
| Hex | 7A | C2 | 96 | 25 | 0 | 17 | 18 | 8F | 25 | 3E |
| Octal | 172 | 302 | 226 | 45 | 0 | 27 | 30 | 217 | 45 | 76 |
| Binary | 1111010 | 11000010 | 10010110 | 100101 | 0 | 10111 | 11000 | 10001111 | 100101 | 111110 |
Color Harmonies of #7AC296
Complementary color
Monochromatic Colors of #7AC296
Black with #7AC296
Text Example
Text Example
White with #7AC296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC296; }
p { color: rgb(122,194,150); }
H1.HeaderClassName
{
color: #7AC296;
}
.AnyTagClassName
{
color: #7AC296;
}
</style>
background-color css
<style>
a { background-color: #7AC296; }
a { background-color: rgb(122,194,150); }
div.DivClassName
{
background-color: #7AC296;
}
.BgClassName
{
background-color: #7AC296;
}
</style>
border-color css
<style>
span { border-color: #7AC296; }
span { border-color: rgb(122,194,150); }
td.TdClassName
{
border-color: #7AC296;
}
.TagClassName
{
border-color: #7AC296;
}
</style>