Shades of Gossip #A1DA87
Tints of Gossip #A1DA87
RGB
CMYK
RGB Variations
Color information
#A1DA87 (or 0xA1DA87) is known color: Gossip. HEX triplet: A1, DA and 87. RGB value is (161,218,135). Sum of RGB (Red+Green+Blue) = 161+218+135=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 135 (53.12% from 255 or 26.26% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DA87 is #5E2578. Grayscale: #BFBFBF. Windows color (decimal): -6169977 or 8903329. OLE color: 8903329.
HSL color Cylindrical-coordinate representation of color #A1DA87: hue angle of 101.2º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1DA87 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 135 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.15 |
| HSL | 101.2º | 0.53% | 0.69% | - |
| HSV(B) | 101.2º | 0.38% | 0.85% | - |
| XYZ | 44.14 | 59.47 | 32.07 | - |
| YUV | 191.5 | 96.12 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 135 | 0.26 | 0 | 0.38 | 0.15 | 101.2 | 0.53 | 0.69 |
| Hex | A1 | DA | 87 | 1A | 0 | 26 | F | 65 | 35 | 45 |
| Octal | 241 | 332 | 207 | 32 | 0 | 46 | 17 | 145 | 65 | 105 |
| Binary | 10100001 | 11011010 | 10000111 | 11010 | 0 | 100110 | 1111 | 1100101 | 110101 | 1000101 |
Color Harmonies of #A1DA87
Complementary color
Monochromatic Colors of #A1DA87
Black with #A1DA87
Text Example
Text Example
White with #A1DA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA87; }
p { color: rgb(161,218,135); }
H1.HeaderClassName
{
color: #A1DA87;
}
.AnyTagClassName
{
color: #A1DA87;
}
</style>
background-color css
<style>
a { background-color: #A1DA87; }
a { background-color: rgb(161,218,135); }
div.DivClassName
{
background-color: #A1DA87;
}
.BgClassName
{
background-color: #A1DA87;
}
</style>
border-color css
<style>
span { border-color: #A1DA87; }
span { border-color: rgb(161,218,135); }
td.TdClassName
{
border-color: #A1DA87;
}
.TagClassName
{
border-color: #A1DA87;
}
</style>