Shades of Gossip #A1D087
Tints of Gossip #A1D087
RGB
CMYK
RGB Variations
Color information
#A1D087 (or 0xA1D087) is known color: Gossip. HEX triplet: A1, D0 and 87. RGB value is (161,208,135). Sum of RGB (Red+Green+Blue) = 161+208+135=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D087 is #5E2F78. Grayscale: #B9B9B9. Windows color (decimal): -6172537 or 8900769. OLE color: 8900769.
HSL color Cylindrical-coordinate representation of color #A1D087: hue angle of 98.63º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1D087 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 135 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.18 |
| HSL | 98.63º | 0.44% | 0.67% | - |
| HSV(B) | 98.63º | 0.35% | 0.82% | - |
| XYZ | 41.63 | 54.44 | 31.24 | - |
| YUV | 185.63 | 99.43 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 135 | 0.23 | 0 | 0.35 | 0.18 | 98.63 | 0.44 | 0.67 |
| Hex | A1 | D0 | 87 | 17 | 0 | 23 | 12 | 63 | 2C | 43 |
| Octal | 241 | 320 | 207 | 27 | 0 | 43 | 22 | 143 | 54 | 103 |
| Binary | 10100001 | 11010000 | 10000111 | 10111 | 0 | 100011 | 10010 | 1100011 | 101100 | 1000011 |
Color Harmonies of #A1D087
Complementary color
Monochromatic Colors of #A1D087
Black with #A1D087
Text Example
Text Example
White with #A1D087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D087; }
p { color: rgb(161,208,135); }
H1.HeaderClassName
{
color: #A1D087;
}
.AnyTagClassName
{
color: #A1D087;
}
</style>
background-color css
<style>
a { background-color: #A1D087; }
a { background-color: rgb(161,208,135); }
div.DivClassName
{
background-color: #A1D087;
}
.BgClassName
{
background-color: #A1D087;
}
</style>
border-color css
<style>
span { border-color: #A1D087; }
span { border-color: rgb(161,208,135); }
td.TdClassName
{
border-color: #A1D087;
}
.TagClassName
{
border-color: #A1D087;
}
</style>