Shades of Gossip #A0D588
Tints of Gossip #A0D588
RGB
CMYK
RGB Variations
Color information
#A0D588 (or 0xA0D588) is known color: Gossip. HEX triplet: A0, D5 and 88. RGB value is (160,213,136). Sum of RGB (Red+Green+Blue) = 160+213+136=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D588 is #5F2A77. Grayscale: #BCBCBC. Windows color (decimal): -6236792 or 8967584. OLE color: 8967584.
HSL color Cylindrical-coordinate representation of color #A0D588: hue angle of 101.3º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0D588 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 136 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.16 |
| HSL | 101.3º | 0.48% | 0.68% | - |
| HSV(B) | 101.3º | 0.36% | 0.84% | - |
| XYZ | 42.74 | 56.84 | 32.01 | - |
| YUV | 188.38 | 98.44 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 136 | 0.25 | 0 | 0.36 | 0.16 | 101.3 | 0.48 | 0.68 |
| Hex | A0 | D5 | 88 | 19 | 0 | 24 | 10 | 65 | 30 | 44 |
| Octal | 240 | 325 | 210 | 31 | 0 | 44 | 20 | 145 | 60 | 104 |
| Binary | 10100000 | 11010101 | 10001000 | 11001 | 0 | 100100 | 10000 | 1100101 | 110000 | 1000100 |
Color Harmonies of #A0D588
Complementary color
Monochromatic Colors of #A0D588
Black with #A0D588
Text Example
Text Example
White with #A0D588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D588; }
p { color: rgb(160,213,136); }
H1.HeaderClassName
{
color: #A0D588;
}
.AnyTagClassName
{
color: #A0D588;
}
</style>
background-color css
<style>
a { background-color: #A0D588; }
a { background-color: rgb(160,213,136); }
div.DivClassName
{
background-color: #A0D588;
}
.BgClassName
{
background-color: #A0D588;
}
</style>
border-color css
<style>
span { border-color: #A0D588; }
span { border-color: rgb(160,213,136); }
td.TdClassName
{
border-color: #A0D588;
}
.TagClassName
{
border-color: #A0D588;
}
</style>