Shades of Gossip #A0DA84
Tints of Gossip #A0DA84
RGB
CMYK
RGB Variations
Color information
#A0DA84 (or 0xA0DA84) is known color: Gossip. HEX triplet: A0, DA and 84. RGB value is (160,218,132). Sum of RGB (Red+Green+Blue) = 160+218+132=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DA84 is #5F257B. Grayscale: #BFBFBF. Windows color (decimal): -6235516 or 8706720. OLE color: 8706720.
HSL color Cylindrical-coordinate representation of color #A0DA84: hue angle of 100.47º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0DA84 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 132 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.15 |
| HSL | 100.47º | 0.54% | 0.69% | - |
| HSV(B) | 100.47º | 0.39% | 0.85% | - |
| XYZ | 43.73 | 59.28 | 30.97 | - |
| YUV | 190.85 | 94.78 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 132 | 0.27 | 0 | 0.39 | 0.15 | 100.47 | 0.54 | 0.69 |
| Hex | A0 | DA | 84 | 1B | 0 | 27 | F | 64 | 36 | 45 |
| Octal | 240 | 332 | 204 | 33 | 0 | 47 | 17 | 144 | 66 | 105 |
| Binary | 10100000 | 11011010 | 10000100 | 11011 | 0 | 100111 | 1111 | 1100100 | 110110 | 1000101 |
Color Harmonies of #A0DA84
Complementary color
Monochromatic Colors of #A0DA84
Black with #A0DA84
Text Example
Text Example
White with #A0DA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA84; }
p { color: rgb(160,218,132); }
H1.HeaderClassName
{
color: #A0DA84;
}
.AnyTagClassName
{
color: #A0DA84;
}
</style>
background-color css
<style>
a { background-color: #A0DA84; }
a { background-color: rgb(160,218,132); }
div.DivClassName
{
background-color: #A0DA84;
}
.BgClassName
{
background-color: #A0DA84;
}
</style>
border-color css
<style>
span { border-color: #A0DA84; }
span { border-color: rgb(160,218,132); }
td.TdClassName
{
border-color: #A0DA84;
}
.TagClassName
{
border-color: #A0DA84;
}
</style>