Shades of Padua #7ACC99
Tints of Padua #7ACC99
RGB
CMYK
RGB Variations
Color information
#7ACC99 (or 0x7ACC99) is known color: Padua. HEX triplet: 7A, CC and 99. RGB value is (122,204,153). Sum of RGB (Red+Green+Blue) = 122+204+153=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACC99 is #853366. Grayscale: #ADADAD. Windows color (decimal): -8729447 or 10079354. OLE color: 10079354.
HSL color Cylindrical-coordinate representation of color #7ACC99: hue angle of 142.68º 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 #7ACC99 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 204 | 153 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.2 |
| HSL | 142.68º | 0.45% | 0.64% | - |
| HSV(B) | 142.68º | 0.4% | 0.8% | - |
| XYZ | 35.37 | 49.62 | 37.85 | - |
| YUV | 173.67 | 116.33 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 153 | 0.40 | 0 | 0.25 | 0.2 | 142.68 | 0.45 | 0.64 |
| Hex | 7A | CC | 99 | 28 | 0 | 19 | 14 | 8F | 2D | 40 |
| Octal | 172 | 314 | 231 | 50 | 0 | 31 | 24 | 217 | 55 | 100 |
| Binary | 1111010 | 11001100 | 10011001 | 101000 | 0 | 11001 | 10100 | 10001111 | 101101 | 1000000 |
Color Harmonies of #7ACC99
Complementary color
Monochromatic Colors of #7ACC99
Black with #7ACC99
Text Example
Text Example
White with #7ACC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACC99; }
p { color: rgb(122,204,153); }
H1.HeaderClassName
{
color: #7ACC99;
}
.AnyTagClassName
{
color: #7ACC99;
}
</style>
background-color css
<style>
a { background-color: #7ACC99; }
a { background-color: rgb(122,204,153); }
div.DivClassName
{
background-color: #7ACC99;
}
.BgClassName
{
background-color: #7ACC99;
}
</style>
border-color css
<style>
span { border-color: #7ACC99; }
span { border-color: rgb(122,204,153); }
td.TdClassName
{
border-color: #7ACC99;
}
.TagClassName
{
border-color: #7ACC99;
}
</style>