Shades of Padua #7CC99C
Tints of Padua #7CC99C
RGB
CMYK
RGB Variations
Color information
#7CC99C (or 0x7CC99C) is known color: Padua. HEX triplet: 7C, C9 and 9C. RGB value is (124,201,156). Sum of RGB (Red+Green+Blue) = 124+201+156=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC99C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC99C is #833663. Grayscale: #ACACAC. Windows color (decimal): -8599140 or 10275196. OLE color: 10275196.
HSL color Cylindrical-coordinate representation of color #7CC99C: hue angle of 144.94º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC99C is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 201 | 156 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.21 |
| HSL | 144.94º | 0.42% | 0.64% | - |
| HSV(B) | 144.94º | 0.38% | 0.79% | - |
| XYZ | 35.2 | 48.46 | 38.95 | - |
| YUV | 172.85 | 118.49 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 201 | 156 | 0.38 | 0 | 0.22 | 0.21 | 144.94 | 0.42 | 0.64 |
| Hex | 7C | C9 | 9C | 26 | 0 | 16 | 15 | 91 | 2A | 40 |
| Octal | 174 | 311 | 234 | 46 | 0 | 26 | 25 | 221 | 52 | 100 |
| Binary | 1111100 | 11001001 | 10011100 | 100110 | 0 | 10110 | 10101 | 10010001 | 101010 | 1000000 |
Color Harmonies of #7CC99C
Complementary color
Monochromatic Colors of #7CC99C
Black with #7CC99C
Text Example
Text Example
White with #7CC99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC99C; }
p { color: rgb(124,201,156); }
H1.HeaderClassName
{
color: #7CC99C;
}
.AnyTagClassName
{
color: #7CC99C;
}
</style>
background-color css
<style>
a { background-color: #7CC99C; }
a { background-color: rgb(124,201,156); }
div.DivClassName
{
background-color: #7CC99C;
}
.BgClassName
{
background-color: #7CC99C;
}
</style>
border-color css
<style>
span { border-color: #7CC99C; }
span { border-color: rgb(124,201,156); }
td.TdClassName
{
border-color: #7CC99C;
}
.TagClassName
{
border-color: #7CC99C;
}
</style>