Shades of Gossip #A0CC80
Tints of Gossip #A0CC80
RGB
CMYK
RGB Variations
Color information
#A0CC80 (or 0xA0CC80) is known color: Gossip. HEX triplet: A0, CC and 80. RGB value is (160,204,128). Sum of RGB (Red+Green+Blue) = 160+204+128=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CC80 is #5F337F. Grayscale: #B6B6B6. Windows color (decimal): -6239104 or 8440992. OLE color: 8440992.
HSL color Cylindrical-coordinate representation of color #A0CC80: hue angle of 94.74º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0CC80 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 128 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.2 |
| HSL | 94.74º | 0.43% | 0.65% | - |
| HSV(B) | 94.74º | 0.37% | 0.8% | - |
| XYZ | 39.99 | 52.22 | 28.39 | - |
| YUV | 182.18 | 97.42 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 128 | 0.22 | 0 | 0.37 | 0.2 | 94.74 | 0.43 | 0.65 |
| Hex | A0 | CC | 80 | 16 | 0 | 25 | 14 | 5F | 2B | 41 |
| Octal | 240 | 314 | 200 | 26 | 0 | 45 | 24 | 137 | 53 | 101 |
| Binary | 10100000 | 11001100 | 10000000 | 10110 | 0 | 100101 | 10100 | 1011111 | 101011 | 1000001 |
Color Harmonies of #A0CC80
Complementary color
Monochromatic Colors of #A0CC80
Black with #A0CC80
Text Example
Text Example
White with #A0CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC80; }
p { color: rgb(160,204,128); }
H1.HeaderClassName
{
color: #A0CC80;
}
.AnyTagClassName
{
color: #A0CC80;
}
</style>
background-color css
<style>
a { background-color: #A0CC80; }
a { background-color: rgb(160,204,128); }
div.DivClassName
{
background-color: #A0CC80;
}
.BgClassName
{
background-color: #A0CC80;
}
</style>
border-color css
<style>
span { border-color: #A0CC80; }
span { border-color: rgb(160,204,128); }
td.TdClassName
{
border-color: #A0CC80;
}
.TagClassName
{
border-color: #A0CC80;
}
</style>