Shades of Gossip #A0D080
Tints of Gossip #A0D080
RGB
CMYK
RGB Variations
Color information
#A0D080 (or 0xA0D080) is known color: Gossip. HEX triplet: A0, D0 and 80. RGB value is (160,208,128). Sum of RGB (Red+Green+Blue) = 160+208+128=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D080 is #5F2F7F. Grayscale: #B8B8B8. Windows color (decimal): -6238080 or 8442016. OLE color: 8442016.
HSL color Cylindrical-coordinate representation of color #A0D080: hue angle of 96º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0D080 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 128 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.18 |
| HSL | 96º | 0.46% | 0.66% | - |
| HSV(B) | 96º | 0.38% | 0.82% | - |
| XYZ | 40.95 | 54.14 | 28.71 | - |
| YUV | 184.53 | 96.1 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 128 | 0.23 | 0 | 0.38 | 0.18 | 96 | 0.46 | 0.66 |
| Hex | A0 | D0 | 80 | 17 | 0 | 26 | 12 | 60 | 2E | 42 |
| Octal | 240 | 320 | 200 | 27 | 0 | 46 | 22 | 140 | 56 | 102 |
| Binary | 10100000 | 11010000 | 10000000 | 10111 | 0 | 100110 | 10010 | 1100000 | 101110 | 1000010 |
Color Harmonies of #A0D080
Complementary color
Monochromatic Colors of #A0D080
Black with #A0D080
Text Example
Text Example
White with #A0D080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D080; }
p { color: rgb(160,208,128); }
H1.HeaderClassName
{
color: #A0D080;
}
.AnyTagClassName
{
color: #A0D080;
}
</style>
background-color css
<style>
a { background-color: #A0D080; }
a { background-color: rgb(160,208,128); }
div.DivClassName
{
background-color: #A0D080;
}
.BgClassName
{
background-color: #A0D080;
}
</style>
border-color css
<style>
span { border-color: #A0D080; }
span { border-color: rgb(160,208,128); }
td.TdClassName
{
border-color: #A0D080;
}
.TagClassName
{
border-color: #A0D080;
}
</style>