Shades of Gossip #A0D88D
Tints of Gossip #A0D88D
RGB
CMYK
RGB Variations
Color information
#A0D88D (or 0xA0D88D) is known color: Gossip. HEX triplet: A0, D8 and 8D. RGB value is (160,216,141). Sum of RGB (Red+Green+Blue) = 160+216+141=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D88D is #5F2772. Grayscale: #BEBEBE. Windows color (decimal): -6236019 or 9296032. OLE color: 9296032.
HSL color Cylindrical-coordinate representation of color #A0D88D: hue angle of 104.8º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0D88D is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 141 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.15 |
| HSL | 104.8º | 0.49% | 0.7% | - |
| HSV(B) | 104.8º | 0.35% | 0.85% | - |
| XYZ | 43.86 | 58.51 | 34.18 | - |
| YUV | 190.71 | 99.95 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 141 | 0.26 | 0 | 0.35 | 0.15 | 104.8 | 0.49 | 0.7 |
| Hex | A0 | D8 | 8D | 1A | 0 | 23 | F | 69 | 31 | 46 |
| Octal | 240 | 330 | 215 | 32 | 0 | 43 | 17 | 151 | 61 | 106 |
| Binary | 10100000 | 11011000 | 10001101 | 11010 | 0 | 100011 | 1111 | 1101001 | 110001 | 1000110 |
Color Harmonies of #A0D88D
Complementary color
Monochromatic Colors of #A0D88D
Black with #A0D88D
Text Example
Text Example
White with #A0D88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D88D; }
p { color: rgb(160,216,141); }
H1.HeaderClassName
{
color: #A0D88D;
}
.AnyTagClassName
{
color: #A0D88D;
}
</style>
background-color css
<style>
a { background-color: #A0D88D; }
a { background-color: rgb(160,216,141); }
div.DivClassName
{
background-color: #A0D88D;
}
.BgClassName
{
background-color: #A0D88D;
}
</style>
border-color css
<style>
span { border-color: #A0D88D; }
span { border-color: rgb(160,216,141); }
td.TdClassName
{
border-color: #A0D88D;
}
.TagClassName
{
border-color: #A0D88D;
}
</style>