Shades of Gossip #A0DA88
Tints of Gossip #A0DA88
RGB
CMYK
RGB Variations
Color information
#A0DA88 (or 0xA0DA88) is known color: Gossip. HEX triplet: A0, DA and 88. RGB value is (160,218,136). Sum of RGB (Red+Green+Blue) = 160+218+136=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DA88 is #5F2577. Grayscale: #BFBFBF. Windows color (decimal): -6235512 or 8968864. OLE color: 8968864.
HSL color Cylindrical-coordinate representation of color #A0DA88: hue angle of 102.44º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0DA88 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 136 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.15 |
| HSL | 102.44º | 0.53% | 0.69% | - |
| HSV(B) | 102.44º | 0.38% | 0.85% | - |
| XYZ | 44.01 | 59.39 | 32.44 | - |
| YUV | 191.31 | 96.78 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 136 | 0.27 | 0 | 0.38 | 0.15 | 102.44 | 0.53 | 0.69 |
| Hex | A0 | DA | 88 | 1B | 0 | 26 | F | 66 | 35 | 45 |
| Octal | 240 | 332 | 210 | 33 | 0 | 46 | 17 | 146 | 65 | 105 |
| Binary | 10100000 | 11011010 | 10001000 | 11011 | 0 | 100110 | 1111 | 1100110 | 110101 | 1000101 |
Color Harmonies of #A0DA88
Complementary color
Monochromatic Colors of #A0DA88
Black with #A0DA88
Text Example
Text Example
White with #A0DA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA88; }
p { color: rgb(160,218,136); }
H1.HeaderClassName
{
color: #A0DA88;
}
.AnyTagClassName
{
color: #A0DA88;
}
</style>
background-color css
<style>
a { background-color: #A0DA88; }
a { background-color: rgb(160,218,136); }
div.DivClassName
{
background-color: #A0DA88;
}
.BgClassName
{
background-color: #A0DA88;
}
</style>
border-color css
<style>
span { border-color: #A0DA88; }
span { border-color: rgb(160,218,136); }
td.TdClassName
{
border-color: #A0DA88;
}
.TagClassName
{
border-color: #A0DA88;
}
</style>