Shades of Gossip #A1DA86
Tints of Gossip #A1DA86
RGB
CMYK
RGB Variations
Color information
#A1DA86 (or 0xA1DA86) is known color: Gossip. HEX triplet: A1, DA and 86. RGB value is (161,218,134). Sum of RGB (Red+Green+Blue) = 161+218+134=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DA86 is #5E2579. Grayscale: #BFBFBF. Windows color (decimal): -6169978 or 8837793. OLE color: 8837793.
HSL color Cylindrical-coordinate representation of color #A1DA86: hue angle of 100.71º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1DA86 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 134 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.15 |
| HSL | 100.71º | 0.53% | 0.69% | - |
| HSV(B) | 100.71º | 0.39% | 0.85% | - |
| XYZ | 44.07 | 59.44 | 31.7 | - |
| YUV | 191.38 | 95.62 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 134 | 0.26 | 0 | 0.39 | 0.15 | 100.71 | 0.53 | 0.69 |
| Hex | A1 | DA | 86 | 1A | 0 | 27 | F | 65 | 35 | 45 |
| Octal | 241 | 332 | 206 | 32 | 0 | 47 | 17 | 145 | 65 | 105 |
| Binary | 10100001 | 11011010 | 10000110 | 11010 | 0 | 100111 | 1111 | 1100101 | 110101 | 1000101 |
Color Harmonies of #A1DA86
Complementary color
Monochromatic Colors of #A1DA86
Black with #A1DA86
Text Example
Text Example
White with #A1DA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA86; }
p { color: rgb(161,218,134); }
H1.HeaderClassName
{
color: #A1DA86;
}
.AnyTagClassName
{
color: #A1DA86;
}
</style>
background-color css
<style>
a { background-color: #A1DA86; }
a { background-color: rgb(161,218,134); }
div.DivClassName
{
background-color: #A1DA86;
}
.BgClassName
{
background-color: #A1DA86;
}
</style>
border-color css
<style>
span { border-color: #A1DA86; }
span { border-color: rgb(161,218,134); }
td.TdClassName
{
border-color: #A1DA86;
}
.TagClassName
{
border-color: #A1DA86;
}
</style>