Shades of Gossip #A0D089
Tints of Gossip #A0D089
RGB
CMYK
RGB Variations
Color information
#A0D089 (or 0xA0D089) is known color: Gossip. HEX triplet: A0, D0 and 89. RGB value is (160,208,137). Sum of RGB (Red+Green+Blue) = 160+208+137=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D089 is #5F2F76. Grayscale: #B9B9B9. Windows color (decimal): -6238071 or 9031840. OLE color: 9031840.
HSL color Cylindrical-coordinate representation of color #A0D089: hue angle of 100.56º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0D089 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 137 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.18 |
| HSL | 100.56º | 0.43% | 0.68% | - |
| HSV(B) | 100.56º | 0.34% | 0.82% | - |
| XYZ | 41.57 | 54.39 | 31.97 | - |
| YUV | 185.55 | 100.6 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 137 | 0.23 | 0 | 0.34 | 0.18 | 100.56 | 0.43 | 0.68 |
| Hex | A0 | D0 | 89 | 17 | 0 | 22 | 12 | 65 | 2B | 44 |
| Octal | 240 | 320 | 211 | 27 | 0 | 42 | 22 | 145 | 53 | 104 |
| Binary | 10100000 | 11010000 | 10001001 | 10111 | 0 | 100010 | 10010 | 1100101 | 101011 | 1000100 |
Color Harmonies of #A0D089
Complementary color
Monochromatic Colors of #A0D089
Black with #A0D089
Text Example
Text Example
White with #A0D089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D089; }
p { color: rgb(160,208,137); }
H1.HeaderClassName
{
color: #A0D089;
}
.AnyTagClassName
{
color: #A0D089;
}
</style>
background-color css
<style>
a { background-color: #A0D089; }
a { background-color: rgb(160,208,137); }
div.DivClassName
{
background-color: #A0D089;
}
.BgClassName
{
background-color: #A0D089;
}
</style>
border-color css
<style>
span { border-color: #A0D089; }
span { border-color: rgb(160,208,137); }
td.TdClassName
{
border-color: #A0D089;
}
.TagClassName
{
border-color: #A0D089;
}
</style>