Shades of Gossip #A1D989
Tints of Gossip #A1D989
RGB
CMYK
RGB Variations
Color information
#A1D989 (or 0xA1D989) is known color: Gossip. HEX triplet: A1, D9 and 89. RGB value is (161,217,137). Sum of RGB (Red+Green+Blue) = 161+217+137=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D989 is #5E2676. Grayscale: #BFBFBF. Windows color (decimal): -6170231 or 9034145. OLE color: 9034145.
HSL color Cylindrical-coordinate representation of color #A1D989: hue angle of 102º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1D989 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 137 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.15 |
| HSL | 102º | 0.51% | 0.69% | - |
| HSV(B) | 102º | 0.37% | 0.85% | - |
| XYZ | 44.03 | 59.01 | 32.74 | - |
| YUV | 191.14 | 97.45 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 137 | 0.26 | 0 | 0.37 | 0.15 | 102 | 0.51 | 0.69 |
| Hex | A1 | D9 | 89 | 1A | 0 | 25 | F | 66 | 33 | 45 |
| Octal | 241 | 331 | 211 | 32 | 0 | 45 | 17 | 146 | 63 | 105 |
| Binary | 10100001 | 11011001 | 10001001 | 11010 | 0 | 100101 | 1111 | 1100110 | 110011 | 1000101 |
Color Harmonies of #A1D989
Complementary color
Monochromatic Colors of #A1D989
Black with #A1D989
Text Example
Text Example
White with #A1D989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D989; }
p { color: rgb(161,217,137); }
H1.HeaderClassName
{
color: #A1D989;
}
.AnyTagClassName
{
color: #A1D989;
}
</style>
background-color css
<style>
a { background-color: #A1D989; }
a { background-color: rgb(161,217,137); }
div.DivClassName
{
background-color: #A1D989;
}
.BgClassName
{
background-color: #A1D989;
}
</style>
border-color css
<style>
span { border-color: #A1D989; }
span { border-color: rgb(161,217,137); }
td.TdClassName
{
border-color: #A1D989;
}
.TagClassName
{
border-color: #A1D989;
}
</style>