Shades of Gossip #A0D889
Tints of Gossip #A0D889
RGB
CMYK
RGB Variations
Color information
#A0D889 (or 0xA0D889) is known color: Gossip. HEX triplet: A0, D8 and 89. RGB value is (160,216,137). Sum of RGB (Red+Green+Blue) = 160+216+137=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D889 is #5F2776. Grayscale: #BEBEBE. Windows color (decimal): -6236023 or 9033888. OLE color: 9033888.
HSL color Cylindrical-coordinate representation of color #A0D889: hue angle of 102.53º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0D889 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 137 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.15 |
| HSL | 102.53º | 0.5% | 0.69% | - |
| HSV(B) | 102.53º | 0.37% | 0.85% | - |
| XYZ | 43.57 | 58.39 | 32.64 | - |
| YUV | 190.25 | 97.95 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 137 | 0.26 | 0 | 0.37 | 0.15 | 102.53 | 0.5 | 0.69 |
| Hex | A0 | D8 | 89 | 1A | 0 | 25 | F | 67 | 32 | 45 |
| Octal | 240 | 330 | 211 | 32 | 0 | 45 | 17 | 147 | 62 | 105 |
| Binary | 10100000 | 11011000 | 10001001 | 11010 | 0 | 100101 | 1111 | 1100111 | 110010 | 1000101 |
Color Harmonies of #A0D889
Complementary color
Monochromatic Colors of #A0D889
Black with #A0D889
Text Example
Text Example
White with #A0D889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D889; }
p { color: rgb(160,216,137); }
H1.HeaderClassName
{
color: #A0D889;
}
.AnyTagClassName
{
color: #A0D889;
}
</style>
background-color css
<style>
a { background-color: #A0D889; }
a { background-color: rgb(160,216,137); }
div.DivClassName
{
background-color: #A0D889;
}
.BgClassName
{
background-color: #A0D889;
}
</style>
border-color css
<style>
span { border-color: #A0D889; }
span { border-color: rgb(160,216,137); }
td.TdClassName
{
border-color: #A0D889;
}
.TagClassName
{
border-color: #A0D889;
}
</style>