Shades of Gossip #A0CD87
Tints of Gossip #A0CD87
RGB
CMYK
RGB Variations
Color information
#A0CD87 (or 0xA0CD87) is known color: Gossip. HEX triplet: A0, CD and 87. RGB value is (160,205,135). Sum of RGB (Red+Green+Blue) = 160+205+135=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CD87 is #5F3278. Grayscale: #B7B7B7. Windows color (decimal): -6238841 or 8900000. OLE color: 8900000.
HSL color Cylindrical-coordinate representation of color #A0CD87: hue angle of 98.57º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0CD87 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 205 | 135 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.20 |
| HSL | 98.57º | 0.41% | 0.67% | - |
| HSV(B) | 98.57º | 0.34% | 0.8% | - |
| XYZ | 40.7 | 52.89 | 30.98 | - |
| YUV | 183.57 | 100.59 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 135 | 0.22 | 0 | 0.34 | 0.20 | 98.57 | 0.41 | 0.67 |
| Hex | A0 | CD | 87 | 16 | 0 | 22 | 14 | 63 | 29 | 43 |
| Octal | 240 | 315 | 207 | 26 | 0 | 42 | 24 | 143 | 51 | 103 |
| Binary | 10100000 | 11001101 | 10000111 | 10110 | 0 | 100010 | 10100 | 1100011 | 101001 | 1000011 |
Color Harmonies of #A0CD87
Complementary color
Monochromatic Colors of #A0CD87
Black with #A0CD87
Text Example
Text Example
White with #A0CD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CD87; }
p { color: rgb(160,205,135); }
H1.HeaderClassName
{
color: #A0CD87;
}
.AnyTagClassName
{
color: #A0CD87;
}
</style>
background-color css
<style>
a { background-color: #A0CD87; }
a { background-color: rgb(160,205,135); }
div.DivClassName
{
background-color: #A0CD87;
}
.BgClassName
{
background-color: #A0CD87;
}
</style>
border-color css
<style>
span { border-color: #A0CD87; }
span { border-color: rgb(160,205,135); }
td.TdClassName
{
border-color: #A0CD87;
}
.TagClassName
{
border-color: #A0CD87;
}
</style>