Shades of Gossip #A0D389
Tints of Gossip #A0D389
RGB
CMYK
RGB Variations
Color information
#A0D389 (or 0xA0D389) is known color: Gossip. HEX triplet: A0, D3 and 89. RGB value is (160,211,137). Sum of RGB (Red+Green+Blue) = 160+211+137=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D389 is #5F2C76. Grayscale: #BBBBBB. Windows color (decimal): -6237303 or 9032608. OLE color: 9032608.
HSL color Cylindrical-coordinate representation of color #A0D389: hue angle of 101.35º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0D389 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 211 | 137 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.17 |
| HSL | 101.35º | 0.46% | 0.68% | - |
| HSV(B) | 101.35º | 0.35% | 0.83% | - |
| XYZ | 42.31 | 55.87 | 32.22 | - |
| YUV | 187.32 | 99.6 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 211 | 137 | 0.24 | 0 | 0.35 | 0.17 | 101.35 | 0.46 | 0.68 |
| Hex | A0 | D3 | 89 | 18 | 0 | 23 | 11 | 65 | 2E | 44 |
| Octal | 240 | 323 | 211 | 30 | 0 | 43 | 21 | 145 | 56 | 104 |
| Binary | 10100000 | 11010011 | 10001001 | 11000 | 0 | 100011 | 10001 | 1100101 | 101110 | 1000100 |
Color Harmonies of #A0D389
Complementary color
Monochromatic Colors of #A0D389
Black with #A0D389
Text Example
Text Example
White with #A0D389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D389; }
p { color: rgb(160,211,137); }
H1.HeaderClassName
{
color: #A0D389;
}
.AnyTagClassName
{
color: #A0D389;
}
</style>
background-color css
<style>
a { background-color: #A0D389; }
a { background-color: rgb(160,211,137); }
div.DivClassName
{
background-color: #A0D389;
}
.BgClassName
{
background-color: #A0D389;
}
</style>
border-color css
<style>
span { border-color: #A0D389; }
span { border-color: rgb(160,211,137); }
td.TdClassName
{
border-color: #A0D389;
}
.TagClassName
{
border-color: #A0D389;
}
</style>