Shades of Gossip #A1D291
Tints of Gossip #A1D291
RGB
CMYK
RGB Variations
Color information
#A1D291 (or 0xA1D291) is known color: Gossip. HEX triplet: A1, D2 and 91. RGB value is (161,210,145). Sum of RGB (Red+Green+Blue) = 161+210+145=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D291 is #5E2D6E. Grayscale: #BCBCBC. Windows color (decimal): -6172015 or 9556641. OLE color: 9556641.
HSL color Cylindrical-coordinate representation of color #A1D291: hue angle of 105.23º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1D291 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 145 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.18 |
| HSL | 105.23º | 0.42% | 0.7% | - |
| HSV(B) | 105.23º | 0.31% | 0.82% | - |
| XYZ | 42.86 | 55.71 | 35.28 | - |
| YUV | 187.94 | 103.77 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 145 | 0.23 | 0 | 0.31 | 0.18 | 105.23 | 0.42 | 0.7 |
| Hex | A1 | D2 | 91 | 17 | 0 | 1F | 12 | 69 | 2A | 46 |
| Octal | 241 | 322 | 221 | 27 | 0 | 37 | 22 | 151 | 52 | 106 |
| Binary | 10100001 | 11010010 | 10010001 | 10111 | 0 | 11111 | 10010 | 1101001 | 101010 | 1000110 |
Color Harmonies of #A1D291
Complementary color
Monochromatic Colors of #A1D291
Black with #A1D291
Text Example
Text Example
White with #A1D291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D291; }
p { color: rgb(161,210,145); }
H1.HeaderClassName
{
color: #A1D291;
}
.AnyTagClassName
{
color: #A1D291;
}
</style>
background-color css
<style>
a { background-color: #A1D291; }
a { background-color: rgb(161,210,145); }
div.DivClassName
{
background-color: #A1D291;
}
.BgClassName
{
background-color: #A1D291;
}
</style>
border-color css
<style>
span { border-color: #A1D291; }
span { border-color: rgb(161,210,145); }
td.TdClassName
{
border-color: #A1D291;
}
.TagClassName
{
border-color: #A1D291;
}
</style>