Shades of Gossip #A0DB84
Tints of Gossip #A0DB84
RGB
CMYK
RGB Variations
Color information
#A0DB84 (or 0xA0DB84) is known color: Gossip. HEX triplet: A0, DB and 84. RGB value is (160,219,132). Sum of RGB (Red+Green+Blue) = 160+219+132=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DB84 is #5F247B. Grayscale: #BFBFBF. Windows color (decimal): -6235260 or 8706976. OLE color: 8706976.
HSL color Cylindrical-coordinate representation of color #A0DB84: hue angle of 100.69º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0DB84 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 132 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.14 |
| HSL | 100.69º | 0.55% | 0.69% | - |
| HSV(B) | 100.69º | 0.4% | 0.86% | - |
| XYZ | 43.99 | 59.8 | 31.05 | - |
| YUV | 191.44 | 94.45 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 132 | 0.27 | 0 | 0.40 | 0.14 | 100.69 | 0.55 | 0.69 |
| Hex | A0 | DB | 84 | 1B | 0 | 28 | E | 65 | 37 | 45 |
| Octal | 240 | 333 | 204 | 33 | 0 | 50 | 16 | 145 | 67 | 105 |
| Binary | 10100000 | 11011011 | 10000100 | 11011 | 0 | 101000 | 1110 | 1100101 | 110111 | 1000101 |
Color Harmonies of #A0DB84
Complementary color
Monochromatic Colors of #A0DB84
Black with #A0DB84
Text Example
Text Example
White with #A0DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DB84; }
p { color: rgb(160,219,132); }
H1.HeaderClassName
{
color: #A0DB84;
}
.AnyTagClassName
{
color: #A0DB84;
}
</style>
background-color css
<style>
a { background-color: #A0DB84; }
a { background-color: rgb(160,219,132); }
div.DivClassName
{
background-color: #A0DB84;
}
.BgClassName
{
background-color: #A0DB84;
}
</style>
border-color css
<style>
span { border-color: #A0DB84; }
span { border-color: rgb(160,219,132); }
td.TdClassName
{
border-color: #A0DB84;
}
.TagClassName
{
border-color: #A0DB84;
}
</style>