Shades of Padua #7ACB9A
Tints of Padua #7ACB9A
RGB
CMYK
RGB Variations
Color information
#7ACB9A (or 0x7ACB9A) is known color: Padua. HEX triplet: 7A, CB and 9A. RGB value is (122,203,154). Sum of RGB (Red+Green+Blue) = 122+203+154=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACB9A is #853465. Grayscale: #ADADAD. Windows color (decimal): -8729702 or 10144634. OLE color: 10144634.
HSL color Cylindrical-coordinate representation of color #7ACB9A: hue angle of 143.7º degrees, saturation: 0.44, 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 #7ACB9A is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 154 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.20 |
| HSL | 143.7º | 0.44% | 0.64% | - |
| HSV(B) | 143.7º | 0.4% | 0.8% | - |
| XYZ | 35.21 | 49.18 | 38.21 | - |
| YUV | 173.2 | 117.16 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 154 | 0.40 | 0 | 0.24 | 0.20 | 143.7 | 0.44 | 0.64 |
| Hex | 7A | CB | 9A | 28 | 0 | 18 | 14 | 90 | 2C | 40 |
| Octal | 172 | 313 | 232 | 50 | 0 | 30 | 24 | 220 | 54 | 100 |
| Binary | 1111010 | 11001011 | 10011010 | 101000 | 0 | 11000 | 10100 | 10010000 | 101100 | 1000000 |
Color Harmonies of #7ACB9A
Complementary color
Monochromatic Colors of #7ACB9A
Black with #7ACB9A
Text Example
Text Example
White with #7ACB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB9A; }
p { color: rgb(122,203,154); }
H1.HeaderClassName
{
color: #7ACB9A;
}
.AnyTagClassName
{
color: #7ACB9A;
}
</style>
background-color css
<style>
a { background-color: #7ACB9A; }
a { background-color: rgb(122,203,154); }
div.DivClassName
{
background-color: #7ACB9A;
}
.BgClassName
{
background-color: #7ACB9A;
}
</style>
border-color css
<style>
span { border-color: #7ACB9A; }
span { border-color: rgb(122,203,154); }
td.TdClassName
{
border-color: #7ACB9A;
}
.TagClassName
{
border-color: #7ACB9A;
}
</style>