Shades of Gossip #A0D983
Tints of Gossip #A0D983
RGB
CMYK
RGB Variations
Color information
#A0D983 (or 0xA0D983) is known color: Gossip. HEX triplet: A0, D9 and 83. RGB value is (160,217,131). Sum of RGB (Red+Green+Blue) = 160+217+131=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 131 (51.56% from 255 or 25.79% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D983 is #5F267C. Grayscale: #BEBEBE. Windows color (decimal): -6235773 or 8640928. OLE color: 8640928.
HSL color Cylindrical-coordinate representation of color #A0D983: hue angle of 99.77º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0D983 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 131 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.15 |
| HSL | 99.77º | 0.53% | 0.68% | - |
| HSV(B) | 99.77º | 0.4% | 0.85% | - |
| XYZ | 43.41 | 58.74 | 30.52 | - |
| YUV | 190.15 | 94.62 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 131 | 0.26 | 0 | 0.40 | 0.15 | 99.77 | 0.53 | 0.68 |
| Hex | A0 | D9 | 83 | 1A | 0 | 28 | F | 64 | 35 | 44 |
| Octal | 240 | 331 | 203 | 32 | 0 | 50 | 17 | 144 | 65 | 104 |
| Binary | 10100000 | 11011001 | 10000011 | 11010 | 0 | 101000 | 1111 | 1100100 | 110101 | 1000100 |
Color Harmonies of #A0D983
Complementary color
Monochromatic Colors of #A0D983
Black with #A0D983
Text Example
Text Example
White with #A0D983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D983; }
p { color: rgb(160,217,131); }
H1.HeaderClassName
{
color: #A0D983;
}
.AnyTagClassName
{
color: #A0D983;
}
</style>
background-color css
<style>
a { background-color: #A0D983; }
a { background-color: rgb(160,217,131); }
div.DivClassName
{
background-color: #A0D983;
}
.BgClassName
{
background-color: #A0D983;
}
</style>
border-color css
<style>
span { border-color: #A0D983; }
span { border-color: rgb(160,217,131); }
td.TdClassName
{
border-color: #A0D983;
}
.TagClassName
{
border-color: #A0D983;
}
</style>