Shades of Gossip #A0D987
Tints of Gossip #A0D987
RGB
CMYK
RGB Variations
Color information
#A0D987 (or 0xA0D987) is known color: Gossip. HEX triplet: A0, D9 and 87. RGB value is (160,217,135). Sum of RGB (Red+Green+Blue) = 160+217+135=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 135 (53.12% from 255 or 26.37% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D987 is #5F2678. Grayscale: #BEBEBE. Windows color (decimal): -6235769 or 8903072. OLE color: 8903072.
HSL color Cylindrical-coordinate representation of color #A0D987: hue angle of 101.71º 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 #A0D987 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 135 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.15 |
| HSL | 101.71º | 0.52% | 0.69% | - |
| HSV(B) | 101.71º | 0.38% | 0.85% | - |
| XYZ | 43.68 | 58.85 | 31.98 | - |
| YUV | 190.61 | 96.62 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 135 | 0.26 | 0 | 0.38 | 0.15 | 101.71 | 0.52 | 0.69 |
| Hex | A0 | D9 | 87 | 1A | 0 | 26 | F | 66 | 34 | 45 |
| Octal | 240 | 331 | 207 | 32 | 0 | 46 | 17 | 146 | 64 | 105 |
| Binary | 10100000 | 11011001 | 10000111 | 11010 | 0 | 100110 | 1111 | 1100110 | 110100 | 1000101 |
Color Harmonies of #A0D987
Complementary color
Monochromatic Colors of #A0D987
Black with #A0D987
Text Example
Text Example
White with #A0D987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D987; }
p { color: rgb(160,217,135); }
H1.HeaderClassName
{
color: #A0D987;
}
.AnyTagClassName
{
color: #A0D987;
}
</style>
background-color css
<style>
a { background-color: #A0D987; }
a { background-color: rgb(160,217,135); }
div.DivClassName
{
background-color: #A0D987;
}
.BgClassName
{
background-color: #A0D987;
}
</style>
border-color css
<style>
span { border-color: #A0D987; }
span { border-color: rgb(160,217,135); }
td.TdClassName
{
border-color: #A0D987;
}
.TagClassName
{
border-color: #A0D987;
}
</style>