Shades of Gossip #A1D98C
Tints of Gossip #A1D98C
RGB
CMYK
RGB Variations
Color information
#A1D98C (or 0xA1D98C) is known color: Gossip. HEX triplet: A1, D9 and 8C. RGB value is (161,217,140). Sum of RGB (Red+Green+Blue) = 161+217+140=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D98C is #5E2673. Grayscale: #BFBFBF. Windows color (decimal): -6170228 or 9230753. OLE color: 9230753.
HSL color Cylindrical-coordinate representation of color #A1D98C: hue angle of 103.64º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1D98C is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 140 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.15 |
| HSL | 103.64º | 0.5% | 0.7% | - |
| HSV(B) | 103.64º | 0.35% | 0.85% | - |
| XYZ | 44.24 | 59.1 | 33.89 | - |
| YUV | 191.48 | 98.95 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 140 | 0.26 | 0 | 0.35 | 0.15 | 103.64 | 0.5 | 0.7 |
| Hex | A1 | D9 | 8C | 1A | 0 | 23 | F | 68 | 32 | 46 |
| Octal | 241 | 331 | 214 | 32 | 0 | 43 | 17 | 150 | 62 | 106 |
| Binary | 10100001 | 11011001 | 10001100 | 11010 | 0 | 100011 | 1111 | 1101000 | 110010 | 1000110 |
Color Harmonies of #A1D98C
Complementary color
Monochromatic Colors of #A1D98C
Black with #A1D98C
Text Example
Text Example
White with #A1D98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D98C; }
p { color: rgb(161,217,140); }
H1.HeaderClassName
{
color: #A1D98C;
}
.AnyTagClassName
{
color: #A1D98C;
}
</style>
background-color css
<style>
a { background-color: #A1D98C; }
a { background-color: rgb(161,217,140); }
div.DivClassName
{
background-color: #A1D98C;
}
.BgClassName
{
background-color: #A1D98C;
}
</style>
border-color css
<style>
span { border-color: #A1D98C; }
span { border-color: rgb(161,217,140); }
td.TdClassName
{
border-color: #A1D98C;
}
.TagClassName
{
border-color: #A1D98C;
}
</style>