Shades of Gossip #A1D690
Tints of Gossip #A1D690
RGB
CMYK
RGB Variations
Color information
#A1D690 (or 0xA1D690) is known color: Gossip. HEX triplet: A1, D6 and 90. RGB value is (161,214,144). Sum of RGB (Red+Green+Blue) = 161+214+144=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D690 is #5E296F. Grayscale: #BEBEBE. Windows color (decimal): -6170992 or 9492129. OLE color: 9492129.
HSL color Cylindrical-coordinate representation of color #A1D690: hue angle of 105.43º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1D690 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 144 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.16 |
| HSL | 105.43º | 0.46% | 0.7% | - |
| HSV(B) | 105.43º | 0.33% | 0.84% | - |
| XYZ | 43.78 | 57.68 | 35.21 | - |
| YUV | 190.17 | 101.94 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 144 | 0.25 | 0 | 0.33 | 0.16 | 105.43 | 0.46 | 0.7 |
| Hex | A1 | D6 | 90 | 19 | 0 | 21 | 10 | 69 | 2E | 46 |
| Octal | 241 | 326 | 220 | 31 | 0 | 41 | 20 | 151 | 56 | 106 |
| Binary | 10100001 | 11010110 | 10010000 | 11001 | 0 | 100001 | 10000 | 1101001 | 101110 | 1000110 |
Color Harmonies of #A1D690
Complementary color
Monochromatic Colors of #A1D690
Black with #A1D690
Text Example
Text Example
White with #A1D690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D690; }
p { color: rgb(161,214,144); }
H1.HeaderClassName
{
color: #A1D690;
}
.AnyTagClassName
{
color: #A1D690;
}
</style>
background-color css
<style>
a { background-color: #A1D690; }
a { background-color: rgb(161,214,144); }
div.DivClassName
{
background-color: #A1D690;
}
.BgClassName
{
background-color: #A1D690;
}
</style>
border-color css
<style>
span { border-color: #A1D690; }
span { border-color: rgb(161,214,144); }
td.TdClassName
{
border-color: #A1D690;
}
.TagClassName
{
border-color: #A1D690;
}
</style>