Shades of Gossip #A0DA89
Tints of Gossip #A0DA89
RGB
CMYK
RGB Variations
Color information
#A0DA89 (or 0xA0DA89) is known color: Gossip. HEX triplet: A0, DA and 89. RGB value is (160,218,137). Sum of RGB (Red+Green+Blue) = 160+218+137=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DA89 is #5F2576. Grayscale: #BFBFBF. Windows color (decimal): -6235511 or 9034400. OLE color: 9034400.
HSL color Cylindrical-coordinate representation of color #A0DA89: hue angle of 102.96º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0DA89 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 137 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.15 |
| HSL | 102.96º | 0.52% | 0.7% | - |
| HSV(B) | 102.96º | 0.37% | 0.85% | - |
| XYZ | 44.08 | 59.42 | 32.81 | - |
| YUV | 191.42 | 97.28 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 137 | 0.27 | 0 | 0.37 | 0.15 | 102.96 | 0.52 | 0.7 |
| Hex | A0 | DA | 89 | 1B | 0 | 25 | F | 67 | 34 | 46 |
| Octal | 240 | 332 | 211 | 33 | 0 | 45 | 17 | 147 | 64 | 106 |
| Binary | 10100000 | 11011010 | 10001001 | 11011 | 0 | 100101 | 1111 | 1100111 | 110100 | 1000110 |
Color Harmonies of #A0DA89
Complementary color
Monochromatic Colors of #A0DA89
Black with #A0DA89
Text Example
Text Example
White with #A0DA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA89; }
p { color: rgb(160,218,137); }
H1.HeaderClassName
{
color: #A0DA89;
}
.AnyTagClassName
{
color: #A0DA89;
}
</style>
background-color css
<style>
a { background-color: #A0DA89; }
a { background-color: rgb(160,218,137); }
div.DivClassName
{
background-color: #A0DA89;
}
.BgClassName
{
background-color: #A0DA89;
}
</style>
border-color css
<style>
span { border-color: #A0DA89; }
span { border-color: rgb(160,218,137); }
td.TdClassName
{
border-color: #A0DA89;
}
.TagClassName
{
border-color: #A0DA89;
}
</style>