Shades of Padua #7ACB9D
Tints of Padua #7ACB9D
RGB
CMYK
RGB Variations
Color information
#7ACB9D (or 0x7ACB9D) is known color: Padua. HEX triplet: 7A, CB and 9D. RGB value is (122,203,157). Sum of RGB (Red+Green+Blue) = 122+203+157=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACB9D is #853462. Grayscale: #ADADAD. Windows color (decimal): -8729699 or 10341242. OLE color: 10341242.
HSL color Cylindrical-coordinate representation of color #7ACB9D: hue angle of 145.93º 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 #7ACB9D is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 157 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.20 |
| HSL | 145.93º | 0.44% | 0.64% | - |
| HSV(B) | 145.93º | 0.4% | 0.8% | - |
| XYZ | 35.47 | 49.28 | 39.54 | - |
| YUV | 173.54 | 118.66 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 157 | 0.40 | 0 | 0.23 | 0.20 | 145.93 | 0.44 | 0.64 |
| Hex | 7A | CB | 9D | 28 | 0 | 17 | 14 | 92 | 2C | 40 |
| Octal | 172 | 313 | 235 | 50 | 0 | 27 | 24 | 222 | 54 | 100 |
| Binary | 1111010 | 11001011 | 10011101 | 101000 | 0 | 10111 | 10100 | 10010010 | 101100 | 1000000 |
Color Harmonies of #7ACB9D
Complementary color
Monochromatic Colors of #7ACB9D
Black with #7ACB9D
Text Example
Text Example
White with #7ACB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB9D; }
p { color: rgb(122,203,157); }
H1.HeaderClassName
{
color: #7ACB9D;
}
.AnyTagClassName
{
color: #7ACB9D;
}
</style>
background-color css
<style>
a { background-color: #7ACB9D; }
a { background-color: rgb(122,203,157); }
div.DivClassName
{
background-color: #7ACB9D;
}
.BgClassName
{
background-color: #7ACB9D;
}
</style>
border-color css
<style>
span { border-color: #7ACB9D; }
span { border-color: rgb(122,203,157); }
td.TdClassName
{
border-color: #7ACB9D;
}
.TagClassName
{
border-color: #7ACB9D;
}
</style>