Shades of Padua #7AC19A
Tints of Padua #7AC19A
RGB
CMYK
RGB Variations
Color information
#7AC19A (or 0x7AC19A) is known color: Padua. HEX triplet: 7A, C1 and 9A. RGB value is (122,193,154). Sum of RGB (Red+Green+Blue) = 122+193+154=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC19A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC19A is #853E65. Grayscale: #A7A7A7. Windows color (decimal): -8732262 or 10142074. OLE color: 10142074.
HSL color Cylindrical-coordinate representation of color #7AC19A: hue angle of 147.04º degrees, saturation: 0.36, 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 #7AC19A is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 193 | 154 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.24 |
| HSL | 147.04º | 0.36% | 0.62% | - |
| HSV(B) | 147.04º | 0.37% | 0.76% | - |
| XYZ | 32.93 | 44.61 | 37.45 | - |
| YUV | 167.33 | 120.48 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 193 | 154 | 0.37 | 0 | 0.20 | 0.24 | 147.04 | 0.36 | 0.62 |
| Hex | 7A | C1 | 9A | 25 | 0 | 14 | 18 | 93 | 24 | 3E |
| Octal | 172 | 301 | 232 | 45 | 0 | 24 | 30 | 223 | 44 | 76 |
| Binary | 1111010 | 11000001 | 10011010 | 100101 | 0 | 10100 | 11000 | 10010011 | 100100 | 111110 |
Color Harmonies of #7AC19A
Complementary color
Monochromatic Colors of #7AC19A
Black with #7AC19A
Text Example
Text Example
White with #7AC19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC19A; }
p { color: rgb(122,193,154); }
H1.HeaderClassName
{
color: #7AC19A;
}
.AnyTagClassName
{
color: #7AC19A;
}
</style>
background-color css
<style>
a { background-color: #7AC19A; }
a { background-color: rgb(122,193,154); }
div.DivClassName
{
background-color: #7AC19A;
}
.BgClassName
{
background-color: #7AC19A;
}
</style>
border-color css
<style>
span { border-color: #7AC19A; }
span { border-color: rgb(122,193,154); }
td.TdClassName
{
border-color: #7AC19A;
}
.TagClassName
{
border-color: #7AC19A;
}
</style>