Shades of Gossip #A1D587
Tints of Gossip #A1D587
RGB
CMYK
RGB Variations
Color information
#A1D587 (or 0xA1D587) is known color: Gossip. HEX triplet: A1, D5 and 87. RGB value is (161,213,135). Sum of RGB (Red+Green+Blue) = 161+213+135=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D587 is #5E2A78. Grayscale: #BCBCBC. Windows color (decimal): -6171257 or 8902049. OLE color: 8902049.
HSL color Cylindrical-coordinate representation of color #A1D587: hue angle of 100º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1D587 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 135 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.16 |
| HSL | 100º | 0.48% | 0.68% | - |
| HSV(B) | 100º | 0.37% | 0.84% | - |
| XYZ | 42.87 | 56.91 | 31.65 | - |
| YUV | 188.56 | 97.77 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 135 | 0.24 | 0 | 0.37 | 0.16 | 100 | 0.48 | 0.68 |
| Hex | A1 | D5 | 87 | 18 | 0 | 25 | 10 | 64 | 30 | 44 |
| Octal | 241 | 325 | 207 | 30 | 0 | 45 | 20 | 144 | 60 | 104 |
| Binary | 10100001 | 11010101 | 10000111 | 11000 | 0 | 100101 | 10000 | 1100100 | 110000 | 1000100 |
Color Harmonies of #A1D587
Complementary color
Monochromatic Colors of #A1D587
Black with #A1D587
Text Example
Text Example
White with #A1D587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D587; }
p { color: rgb(161,213,135); }
H1.HeaderClassName
{
color: #A1D587;
}
.AnyTagClassName
{
color: #A1D587;
}
</style>
background-color css
<style>
a { background-color: #A1D587; }
a { background-color: rgb(161,213,135); }
div.DivClassName
{
background-color: #A1D587;
}
.BgClassName
{
background-color: #A1D587;
}
</style>
border-color css
<style>
span { border-color: #A1D587; }
span { border-color: rgb(161,213,135); }
td.TdClassName
{
border-color: #A1D587;
}
.TagClassName
{
border-color: #A1D587;
}
</style>