Shades of Gossip #A0D386
Tints of Gossip #A0D386
RGB
CMYK
RGB Variations
Color information
#A0D386 (or 0xA0D386) is known color: Gossip. HEX triplet: A0, D3 and 86. RGB value is (160,211,134). Sum of RGB (Red+Green+Blue) = 160+211+134=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D386 is #5F2C79. Grayscale: #BBBBBB. Windows color (decimal): -6237306 or 8836000. OLE color: 8836000.
HSL color Cylindrical-coordinate representation of color #A0D386: hue angle of 99.74º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0D386 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 211 | 134 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.17 |
| HSL | 99.74º | 0.47% | 0.68% | - |
| HSV(B) | 99.74º | 0.36% | 0.83% | - |
| XYZ | 42.09 | 55.78 | 31.1 | - |
| YUV | 186.97 | 98.1 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 211 | 134 | 0.24 | 0 | 0.36 | 0.17 | 99.74 | 0.47 | 0.68 |
| Hex | A0 | D3 | 86 | 18 | 0 | 24 | 11 | 64 | 2F | 44 |
| Octal | 240 | 323 | 206 | 30 | 0 | 44 | 21 | 144 | 57 | 104 |
| Binary | 10100000 | 11010011 | 10000110 | 11000 | 0 | 100100 | 10001 | 1100100 | 101111 | 1000100 |
Color Harmonies of #A0D386
Complementary color
Monochromatic Colors of #A0D386
Black with #A0D386
Text Example
Text Example
White with #A0D386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D386; }
p { color: rgb(160,211,134); }
H1.HeaderClassName
{
color: #A0D386;
}
.AnyTagClassName
{
color: #A0D386;
}
</style>
background-color css
<style>
a { background-color: #A0D386; }
a { background-color: rgb(160,211,134); }
div.DivClassName
{
background-color: #A0D386;
}
.BgClassName
{
background-color: #A0D386;
}
</style>
border-color css
<style>
span { border-color: #A0D386; }
span { border-color: rgb(160,211,134); }
td.TdClassName
{
border-color: #A0D386;
}
.TagClassName
{
border-color: #A0D386;
}
</style>