Shades of Padua #7ACD96
Tints of Padua #7ACD96
RGB
CMYK
RGB Variations
Color information
#7ACD96 (or 0x7ACD96) is known color: Padua. HEX triplet: 7A, CD and 96. RGB value is (122,205,150). Sum of RGB (Red+Green+Blue) = 122+205+150=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACD96 is #853269. Grayscale: #AEAEAE. Windows color (decimal): -8729194 or 9883002. OLE color: 9883002.
HSL color Cylindrical-coordinate representation of color #7ACD96: hue angle of 140.24º 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 #7ACD96 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 205 | 150 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.20 |
| HSL | 140.24º | 0.45% | 0.64% | - |
| HSV(B) | 140.24º | 0.4% | 0.8% | - |
| XYZ | 35.36 | 50 | 36.64 | - |
| YUV | 173.91 | 114.5 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 205 | 150 | 0.40 | 0 | 0.27 | 0.20 | 140.24 | 0.45 | 0.64 |
| Hex | 7A | CD | 96 | 28 | 0 | 1B | 14 | 8C | 2D | 40 |
| Octal | 172 | 315 | 226 | 50 | 0 | 33 | 24 | 214 | 55 | 100 |
| Binary | 1111010 | 11001101 | 10010110 | 101000 | 0 | 11011 | 10100 | 10001100 | 101101 | 1000000 |
Color Harmonies of #7ACD96
Complementary color
Monochromatic Colors of #7ACD96
Black with #7ACD96
Text Example
Text Example
White with #7ACD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACD96; }
p { color: rgb(122,205,150); }
H1.HeaderClassName
{
color: #7ACD96;
}
.AnyTagClassName
{
color: #7ACD96;
}
</style>
background-color css
<style>
a { background-color: #7ACD96; }
a { background-color: rgb(122,205,150); }
div.DivClassName
{
background-color: #7ACD96;
}
.BgClassName
{
background-color: #7ACD96;
}
</style>
border-color css
<style>
span { border-color: #7ACD96; }
span { border-color: rgb(122,205,150); }
td.TdClassName
{
border-color: #7ACD96;
}
.TagClassName
{
border-color: #7ACD96;
}
</style>