Shades of Padua #7CCC9A
Tints of Padua #7CCC9A
RGB
CMYK
RGB Variations
Color information
#7CCC9A (or 0x7CCC9A) is known color: Padua. HEX triplet: 7C, CC and 9A. RGB value is (124,204,154). Sum of RGB (Red+Green+Blue) = 124+204+154=482 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.73% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCC9A is #833365. Grayscale: #AEAEAE. Windows color (decimal): -8598374 or 10144892. OLE color: 10144892.
HSL color Cylindrical-coordinate representation of color #7CCC9A: hue angle of 142.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCC9A is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 154 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.2 |
| HSL | 142.5º | 0.44% | 0.64% | - |
| HSV(B) | 142.5º | 0.39% | 0.8% | - |
| XYZ | 35.74 | 49.8 | 38.3 | - |
| YUV | 174.38 | 116.5 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 154 | 0.39 | 0 | 0.25 | 0.2 | 142.5 | 0.44 | 0.64 |
| Hex | 7C | CC | 9A | 27 | 0 | 19 | 14 | 8E | 2C | 40 |
| Octal | 174 | 314 | 232 | 47 | 0 | 31 | 24 | 216 | 54 | 100 |
| Binary | 1111100 | 11001100 | 10011010 | 100111 | 0 | 11001 | 10100 | 10001110 | 101100 | 1000000 |
Color Harmonies of #7CCC9A
Complementary color
Monochromatic Colors of #7CCC9A
Black with #7CCC9A
Text Example
Text Example
White with #7CCC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC9A; }
p { color: rgb(124,204,154); }
H1.HeaderClassName
{
color: #7CCC9A;
}
.AnyTagClassName
{
color: #7CCC9A;
}
</style>
background-color css
<style>
a { background-color: #7CCC9A; }
a { background-color: rgb(124,204,154); }
div.DivClassName
{
background-color: #7CCC9A;
}
.BgClassName
{
background-color: #7CCC9A;
}
</style>
border-color css
<style>
span { border-color: #7CCC9A; }
span { border-color: rgb(124,204,154); }
td.TdClassName
{
border-color: #7CCC9A;
}
.TagClassName
{
border-color: #7CCC9A;
}
</style>