Shades of Gossip #A1C980
Tints of Gossip #A1C980
RGB
CMYK
RGB Variations
Color information
#A1C980 (or 0xA1C980) is known color: Gossip. HEX triplet: A1, C9 and 80. RGB value is (161,201,128). Sum of RGB (Red+Green+Blue) = 161+201+128=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C980 is #5E367F. Grayscale: #B4B4B4. Windows color (decimal): -6174336 or 8440225. OLE color: 8440225.
HSL color Cylindrical-coordinate representation of color #A1C980: hue angle of 92.88º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1C980 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 128 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.21 |
| HSL | 92.88º | 0.4% | 0.65% | - |
| HSV(B) | 92.88º | 0.36% | 0.79% | - |
| XYZ | 39.48 | 50.91 | 28.17 | - |
| YUV | 180.72 | 98.25 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 128 | 0.20 | 0 | 0.36 | 0.21 | 92.88 | 0.4 | 0.65 |
| Hex | A1 | C9 | 80 | 14 | 0 | 24 | 15 | 5D | 28 | 41 |
| Octal | 241 | 311 | 200 | 24 | 0 | 44 | 25 | 135 | 50 | 101 |
| Binary | 10100001 | 11001001 | 10000000 | 10100 | 0 | 100100 | 10101 | 1011101 | 101000 | 1000001 |
Color Harmonies of #A1C980
Complementary color
Monochromatic Colors of #A1C980
Black with #A1C980
Text Example
Text Example
White with #A1C980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C980; }
p { color: rgb(161,201,128); }
H1.HeaderClassName
{
color: #A1C980;
}
.AnyTagClassName
{
color: #A1C980;
}
</style>
background-color css
<style>
a { background-color: #A1C980; }
a { background-color: rgb(161,201,128); }
div.DivClassName
{
background-color: #A1C980;
}
.BgClassName
{
background-color: #A1C980;
}
</style>
border-color css
<style>
span { border-color: #A1C980; }
span { border-color: rgb(161,201,128); }
td.TdClassName
{
border-color: #A1C980;
}
.TagClassName
{
border-color: #A1C980;
}
</style>