Shades of Gossip #A0DD88
Tints of Gossip #A0DD88
RGB
CMYK
RGB Variations
Color information
#A0DD88 (or 0xA0DD88) is known color: Gossip. HEX triplet: A0, DD and 88. RGB value is (160,221,136). Sum of RGB (Red+Green+Blue) = 160+221+136=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD88 is #5F2277. Grayscale: #C1C1C1. Windows color (decimal): -6234744 or 8969632. OLE color: 8969632.
HSL color Cylindrical-coordinate representation of color #A0DD88: hue angle of 103.06º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0DD88 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 136 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.13 |
| HSL | 103.06º | 0.56% | 0.7% | - |
| HSV(B) | 103.06º | 0.38% | 0.87% | - |
| XYZ | 44.8 | 60.96 | 32.7 | - |
| YUV | 193.07 | 95.79 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 136 | 0.28 | 0 | 0.38 | 0.13 | 103.06 | 0.56 | 0.7 |
| Hex | A0 | DD | 88 | 1C | 0 | 26 | D | 67 | 38 | 46 |
| Octal | 240 | 335 | 210 | 34 | 0 | 46 | 15 | 147 | 70 | 106 |
| Binary | 10100000 | 11011101 | 10001000 | 11100 | 0 | 100110 | 1101 | 1100111 | 111000 | 1000110 |
Color Harmonies of #A0DD88
Complementary color
Monochromatic Colors of #A0DD88
Black with #A0DD88
Text Example
Text Example
White with #A0DD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD88; }
p { color: rgb(160,221,136); }
H1.HeaderClassName
{
color: #A0DD88;
}
.AnyTagClassName
{
color: #A0DD88;
}
</style>
background-color css
<style>
a { background-color: #A0DD88; }
a { background-color: rgb(160,221,136); }
div.DivClassName
{
background-color: #A0DD88;
}
.BgClassName
{
background-color: #A0DD88;
}
</style>
border-color css
<style>
span { border-color: #A0DD88; }
span { border-color: rgb(160,221,136); }
td.TdClassName
{
border-color: #A0DD88;
}
.TagClassName
{
border-color: #A0DD88;
}
</style>