Shades of Gossip #A0D785
Tints of Gossip #A0D785
RGB
CMYK
RGB Variations
Color information
#A0D785 (or 0xA0D785) is known color: Gossip. HEX triplet: A0, D7 and 85. RGB value is (160,215,133). Sum of RGB (Red+Green+Blue) = 160+215+133=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D785 is #5F287A. Grayscale: #BDBDBD. Windows color (decimal): -6236283 or 8771488. OLE color: 8771488.
HSL color Cylindrical-coordinate representation of color #A0D785: hue angle of 100.24º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0D785 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 133 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.16 |
| HSL | 100.24º | 0.51% | 0.68% | - |
| HSV(B) | 100.24º | 0.38% | 0.84% | - |
| XYZ | 43.03 | 57.77 | 31.07 | - |
| YUV | 189.21 | 96.28 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 133 | 0.26 | 0 | 0.38 | 0.16 | 100.24 | 0.51 | 0.68 |
| Hex | A0 | D7 | 85 | 1A | 0 | 26 | 10 | 64 | 33 | 44 |
| Octal | 240 | 327 | 205 | 32 | 0 | 46 | 20 | 144 | 63 | 104 |
| Binary | 10100000 | 11010111 | 10000101 | 11010 | 0 | 100110 | 10000 | 1100100 | 110011 | 1000100 |
Color Harmonies of #A0D785
Complementary color
Monochromatic Colors of #A0D785
Black with #A0D785
Text Example
Text Example
White with #A0D785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D785; }
p { color: rgb(160,215,133); }
H1.HeaderClassName
{
color: #A0D785;
}
.AnyTagClassName
{
color: #A0D785;
}
</style>
background-color css
<style>
a { background-color: #A0D785; }
a { background-color: rgb(160,215,133); }
div.DivClassName
{
background-color: #A0D785;
}
.BgClassName
{
background-color: #A0D785;
}
</style>
border-color css
<style>
span { border-color: #A0D785; }
span { border-color: rgb(160,215,133); }
td.TdClassName
{
border-color: #A0D785;
}
.TagClassName
{
border-color: #A0D785;
}
</style>