Shades of Padua #7ACC9D
Tints of Padua #7ACC9D
RGB
CMYK
RGB Variations
Color information
#7ACC9D (or 0x7ACC9D) is known color: Padua. HEX triplet: 7A, CC and 9D. RGB value is (122,204,157). Sum of RGB (Red+Green+Blue) = 122+204+157=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACC9D is #853362. Grayscale: #AEAEAE. Windows color (decimal): -8729443 or 10341498. OLE color: 10341498.
HSL color Cylindrical-coordinate representation of color #7ACC9D: hue angle of 145.61º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACC9D is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 204 | 157 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.2 |
| HSL | 145.61º | 0.45% | 0.64% | - |
| HSV(B) | 145.61º | 0.4% | 0.8% | - |
| XYZ | 35.7 | 49.76 | 39.62 | - |
| YUV | 174.12 | 118.33 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 157 | 0.40 | 0 | 0.23 | 0.2 | 145.61 | 0.45 | 0.64 |
| Hex | 7A | CC | 9D | 28 | 0 | 17 | 14 | 92 | 2D | 40 |
| Octal | 172 | 314 | 235 | 50 | 0 | 27 | 24 | 222 | 55 | 100 |
| Binary | 1111010 | 11001100 | 10011101 | 101000 | 0 | 10111 | 10100 | 10010010 | 101101 | 1000000 |
Color Harmonies of #7ACC9D
Complementary color
Monochromatic Colors of #7ACC9D
Black with #7ACC9D
Text Example
Text Example
White with #7ACC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACC9D; }
p { color: rgb(122,204,157); }
H1.HeaderClassName
{
color: #7ACC9D;
}
.AnyTagClassName
{
color: #7ACC9D;
}
</style>
background-color css
<style>
a { background-color: #7ACC9D; }
a { background-color: rgb(122,204,157); }
div.DivClassName
{
background-color: #7ACC9D;
}
.BgClassName
{
background-color: #7ACC9D;
}
</style>
border-color css
<style>
span { border-color: #7ACC9D; }
span { border-color: rgb(122,204,157); }
td.TdClassName
{
border-color: #7ACC9D;
}
.TagClassName
{
border-color: #7ACC9D;
}
</style>