Shades of Gossip #A0DB85
Tints of Gossip #A0DB85
RGB
CMYK
RGB Variations
Color information
#A0DB85 (or 0xA0DB85) is known color: Gossip. HEX triplet: A0, DB and 85. RGB value is (160,219,133). Sum of RGB (Red+Green+Blue) = 160+219+133=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DB85 is #5F247A. Grayscale: #BFBFBF. Windows color (decimal): -6235259 or 8772512. OLE color: 8772512.
HSL color Cylindrical-coordinate representation of color #A0DB85: hue angle of 101.16º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0DB85 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 133 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.14 |
| HSL | 101.16º | 0.54% | 0.69% | - |
| HSV(B) | 101.16º | 0.39% | 0.86% | - |
| XYZ | 44.06 | 59.83 | 31.42 | - |
| YUV | 191.56 | 94.95 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 133 | 0.27 | 0 | 0.39 | 0.14 | 101.16 | 0.54 | 0.69 |
| Hex | A0 | DB | 85 | 1B | 0 | 27 | E | 65 | 36 | 45 |
| Octal | 240 | 333 | 205 | 33 | 0 | 47 | 16 | 145 | 66 | 105 |
| Binary | 10100000 | 11011011 | 10000101 | 11011 | 0 | 100111 | 1110 | 1100101 | 110110 | 1000101 |
Color Harmonies of #A0DB85
Complementary color
Monochromatic Colors of #A0DB85
Black with #A0DB85
Text Example
Text Example
White with #A0DB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DB85; }
p { color: rgb(160,219,133); }
H1.HeaderClassName
{
color: #A0DB85;
}
.AnyTagClassName
{
color: #A0DB85;
}
</style>
background-color css
<style>
a { background-color: #A0DB85; }
a { background-color: rgb(160,219,133); }
div.DivClassName
{
background-color: #A0DB85;
}
.BgClassName
{
background-color: #A0DB85;
}
</style>
border-color css
<style>
span { border-color: #A0DB85; }
span { border-color: rgb(160,219,133); }
td.TdClassName
{
border-color: #A0DB85;
}
.TagClassName
{
border-color: #A0DB85;
}
</style>