Shades of Gossip #A1D080
Tints of Gossip #A1D080
RGB
CMYK
RGB Variations
Color information
#A1D080 (or 0xA1D080) is known color: Gossip. HEX triplet: A1, D0 and 80. RGB value is (161,208,128). Sum of RGB (Red+Green+Blue) = 161+208+128=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D080 is #5E2F7F. Grayscale: #B9B9B9. Windows color (decimal): -6172544 or 8442017. OLE color: 8442017.
HSL color Cylindrical-coordinate representation of color #A1D080: hue angle of 95.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1D080 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 128 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.18 |
| HSL | 95.25º | 0.46% | 0.66% | - |
| HSV(B) | 95.25º | 0.38% | 0.82% | - |
| XYZ | 41.15 | 54.25 | 28.72 | - |
| YUV | 184.83 | 95.93 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 128 | 0.23 | 0 | 0.38 | 0.18 | 95.25 | 0.46 | 0.66 |
| Hex | A1 | D0 | 80 | 17 | 0 | 26 | 12 | 5F | 2E | 42 |
| Octal | 241 | 320 | 200 | 27 | 0 | 46 | 22 | 137 | 56 | 102 |
| Binary | 10100001 | 11010000 | 10000000 | 10111 | 0 | 100110 | 10010 | 1011111 | 101110 | 1000010 |
Color Harmonies of #A1D080
Complementary color
Monochromatic Colors of #A1D080
Black with #A1D080
Text Example
Text Example
White with #A1D080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D080; }
p { color: rgb(161,208,128); }
H1.HeaderClassName
{
color: #A1D080;
}
.AnyTagClassName
{
color: #A1D080;
}
</style>
background-color css
<style>
a { background-color: #A1D080; }
a { background-color: rgb(161,208,128); }
div.DivClassName
{
background-color: #A1D080;
}
.BgClassName
{
background-color: #A1D080;
}
</style>
border-color css
<style>
span { border-color: #A1D080; }
span { border-color: rgb(161,208,128); }
td.TdClassName
{
border-color: #A1D080;
}
.TagClassName
{
border-color: #A1D080;
}
</style>