Shades of Padua #7AC19D
Tints of Padua #7AC19D
RGB
CMYK
RGB Variations
Color information
#7AC19D (or 0x7AC19D) is known color: Padua. HEX triplet: 7A, C1 and 9D. RGB value is (122,193,157). Sum of RGB (Red+Green+Blue) = 122+193+157=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC19D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC19D is #853E62. Grayscale: #A7A7A7. Windows color (decimal): -8732259 or 10338682. OLE color: 10338682.
HSL color Cylindrical-coordinate representation of color #7AC19D: hue angle of 149.58º 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 #7AC19D is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 193 | 157 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.24 |
| HSL | 149.58º | 0.36% | 0.62% | - |
| HSV(B) | 149.58º | 0.37% | 0.76% | - |
| XYZ | 33.18 | 44.71 | 38.78 | - |
| YUV | 167.67 | 121.98 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 193 | 157 | 0.37 | 0 | 0.19 | 0.24 | 149.58 | 0.36 | 0.62 |
| Hex | 7A | C1 | 9D | 25 | 0 | 13 | 18 | 96 | 24 | 3E |
| Octal | 172 | 301 | 235 | 45 | 0 | 23 | 30 | 226 | 44 | 76 |
| Binary | 1111010 | 11000001 | 10011101 | 100101 | 0 | 10011 | 11000 | 10010110 | 100100 | 111110 |
Color Harmonies of #7AC19D
Complementary color
Monochromatic Colors of #7AC19D
Black with #7AC19D
Text Example
Text Example
White with #7AC19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC19D; }
p { color: rgb(122,193,157); }
H1.HeaderClassName
{
color: #7AC19D;
}
.AnyTagClassName
{
color: #7AC19D;
}
</style>
background-color css
<style>
a { background-color: #7AC19D; }
a { background-color: rgb(122,193,157); }
div.DivClassName
{
background-color: #7AC19D;
}
.BgClassName
{
background-color: #7AC19D;
}
</style>
border-color css
<style>
span { border-color: #7AC19D; }
span { border-color: rgb(122,193,157); }
td.TdClassName
{
border-color: #7AC19D;
}
.TagClassName
{
border-color: #7AC19D;
}
</style>