Shades of Gossip #A0DD8B
Tints of Gossip #A0DD8B
RGB
CMYK
RGB Variations
Color information
#A0DD8B (or 0xA0DD8B) is known color: Gossip. HEX triplet: A0, DD and 8B. RGB value is (160,221,139). Sum of RGB (Red+Green+Blue) = 160+221+139=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD8B is #5F2274. Grayscale: #C1C1C1. Windows color (decimal): -6234741 or 9166240. OLE color: 9166240.
HSL color Cylindrical-coordinate representation of color #A0DD8B: hue angle of 104.63º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0DD8B is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 139 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.13 |
| HSL | 104.63º | 0.55% | 0.71% | - |
| HSV(B) | 104.63º | 0.37% | 0.87% | - |
| XYZ | 45.01 | 61.05 | 33.84 | - |
| YUV | 193.41 | 97.29 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 139 | 0.28 | 0 | 0.37 | 0.13 | 104.63 | 0.55 | 0.71 |
| Hex | A0 | DD | 8B | 1C | 0 | 25 | D | 69 | 37 | 47 |
| Octal | 240 | 335 | 213 | 34 | 0 | 45 | 15 | 151 | 67 | 107 |
| Binary | 10100000 | 11011101 | 10001011 | 11100 | 0 | 100101 | 1101 | 1101001 | 110111 | 1000111 |
Color Harmonies of #A0DD8B
Complementary color
Monochromatic Colors of #A0DD8B
Black with #A0DD8B
Text Example
Text Example
White with #A0DD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD8B; }
p { color: rgb(160,221,139); }
H1.HeaderClassName
{
color: #A0DD8B;
}
.AnyTagClassName
{
color: #A0DD8B;
}
</style>
background-color css
<style>
a { background-color: #A0DD8B; }
a { background-color: rgb(160,221,139); }
div.DivClassName
{
background-color: #A0DD8B;
}
.BgClassName
{
background-color: #A0DD8B;
}
</style>
border-color css
<style>
span { border-color: #A0DD8B; }
span { border-color: rgb(160,221,139); }
td.TdClassName
{
border-color: #A0DD8B;
}
.TagClassName
{
border-color: #A0DD8B;
}
</style>