Shades of Gossip #A0D986
Tints of Gossip #A0D986
RGB
CMYK
RGB Variations
Color information
#A0D986 (or 0xA0D986) is known color: Gossip. HEX triplet: A0, D9 and 86. RGB value is (160,217,134). Sum of RGB (Red+Green+Blue) = 160+217+134=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D986 is #5F2679. Grayscale: #BEBEBE. Windows color (decimal): -6235770 or 8837536. OLE color: 8837536.
HSL color Cylindrical-coordinate representation of color #A0D986: hue angle of 101.2º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0D986 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 134 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.15 |
| HSL | 101.2º | 0.52% | 0.69% | - |
| HSV(B) | 101.2º | 0.38% | 0.85% | - |
| XYZ | 43.61 | 58.82 | 31.61 | - |
| YUV | 190.5 | 96.12 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 134 | 0.26 | 0 | 0.38 | 0.15 | 101.2 | 0.52 | 0.69 |
| Hex | A0 | D9 | 86 | 1A | 0 | 26 | F | 65 | 34 | 45 |
| Octal | 240 | 331 | 206 | 32 | 0 | 46 | 17 | 145 | 64 | 105 |
| Binary | 10100000 | 11011001 | 10000110 | 11010 | 0 | 100110 | 1111 | 1100101 | 110100 | 1000101 |
Color Harmonies of #A0D986
Complementary color
Monochromatic Colors of #A0D986
Black with #A0D986
Text Example
Text Example
White with #A0D986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D986; }
p { color: rgb(160,217,134); }
H1.HeaderClassName
{
color: #A0D986;
}
.AnyTagClassName
{
color: #A0D986;
}
</style>
background-color css
<style>
a { background-color: #A0D986; }
a { background-color: rgb(160,217,134); }
div.DivClassName
{
background-color: #A0D986;
}
.BgClassName
{
background-color: #A0D986;
}
</style>
border-color css
<style>
span { border-color: #A0D986; }
span { border-color: rgb(160,217,134); }
td.TdClassName
{
border-color: #A0D986;
}
.TagClassName
{
border-color: #A0D986;
}
</style>