Shades of Padua #7ACC9A
Tints of Padua #7ACC9A
RGB
CMYK
RGB Variations
Color information
#7ACC9A (or 0x7ACC9A) is known color: Padua. HEX triplet: 7A, CC and 9A. RGB value is (122,204,154). Sum of RGB (Red+Green+Blue) = 122+204+154=480 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.42% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACC9A is #853365. Grayscale: #ADADAD. Windows color (decimal): -8729446 or 10144890. OLE color: 10144890.
HSL color Cylindrical-coordinate representation of color #7ACC9A: hue angle of 143.41º 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 #7ACC9A is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 204 | 154 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.2 |
| HSL | 143.41º | 0.45% | 0.64% | - |
| HSV(B) | 143.41º | 0.4% | 0.8% | - |
| XYZ | 35.45 | 49.66 | 38.29 | - |
| YUV | 173.78 | 116.83 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 154 | 0.40 | 0 | 0.25 | 0.2 | 143.41 | 0.45 | 0.64 |
| Hex | 7A | CC | 9A | 28 | 0 | 19 | 14 | 8F | 2D | 40 |
| Octal | 172 | 314 | 232 | 50 | 0 | 31 | 24 | 217 | 55 | 100 |
| Binary | 1111010 | 11001100 | 10011010 | 101000 | 0 | 11001 | 10100 | 10001111 | 101101 | 1000000 |
Color Harmonies of #7ACC9A
Complementary color
Monochromatic Colors of #7ACC9A
Black with #7ACC9A
Text Example
Text Example
White with #7ACC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACC9A; }
p { color: rgb(122,204,154); }
H1.HeaderClassName
{
color: #7ACC9A;
}
.AnyTagClassName
{
color: #7ACC9A;
}
</style>
background-color css
<style>
a { background-color: #7ACC9A; }
a { background-color: rgb(122,204,154); }
div.DivClassName
{
background-color: #7ACC9A;
}
.BgClassName
{
background-color: #7ACC9A;
}
</style>
border-color css
<style>
span { border-color: #7ACC9A; }
span { border-color: rgb(122,204,154); }
td.TdClassName
{
border-color: #7ACC9A;
}
.TagClassName
{
border-color: #7ACC9A;
}
</style>