Shades of Gossip #A0D985
Tints of Gossip #A0D985
RGB
CMYK
RGB Variations
Color information
#A0D985 (or 0xA0D985) is known color: Gossip. HEX triplet: A0, D9 and 85. RGB value is (160,217,133). Sum of RGB (Red+Green+Blue) = 160+217+133=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D985 is #5F267A. Grayscale: #BEBEBE. Windows color (decimal): -6235771 or 8772000. OLE color: 8772000.
HSL color Cylindrical-coordinate representation of color #A0D985: hue angle of 100.71º degrees, saturation: 0.52, 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 #A0D985 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 133 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.15 |
| HSL | 100.71º | 0.53% | 0.69% | - |
| HSV(B) | 100.71º | 0.39% | 0.85% | - |
| XYZ | 43.54 | 58.79 | 31.24 | - |
| YUV | 190.38 | 95.62 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 133 | 0.26 | 0 | 0.39 | 0.15 | 100.71 | 0.53 | 0.69 |
| Hex | A0 | D9 | 85 | 1A | 0 | 27 | F | 65 | 34 | 45 |
| Octal | 240 | 331 | 205 | 32 | 0 | 47 | 17 | 145 | 64 | 105 |
| Binary | 10100000 | 11011001 | 10000101 | 11010 | 0 | 100111 | 1111 | 1100101 | 110100 | 1000101 |
Color Harmonies of #A0D985
Complementary color
Monochromatic Colors of #A0D985
Black with #A0D985
Text Example
Text Example
White with #A0D985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D985; }
p { color: rgb(160,217,133); }
H1.HeaderClassName
{
color: #A0D985;
}
.AnyTagClassName
{
color: #A0D985;
}
</style>
background-color css
<style>
a { background-color: #A0D985; }
a { background-color: rgb(160,217,133); }
div.DivClassName
{
background-color: #A0D985;
}
.BgClassName
{
background-color: #A0D985;
}
</style>
border-color css
<style>
span { border-color: #A0D985; }
span { border-color: rgb(160,217,133); }
td.TdClassName
{
border-color: #A0D985;
}
.TagClassName
{
border-color: #A0D985;
}
</style>