Shades of Gossip #A1D98E
Tints of Gossip #A1D98E
RGB
CMYK
RGB Variations
Color information
#A1D98E (or 0xA1D98E) is known color: Gossip. HEX triplet: A1, D9 and 8E. RGB value is (161,217,142). Sum of RGB (Red+Green+Blue) = 161+217+142=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D98E is #5E2671. Grayscale: #BFBFBF. Windows color (decimal): -6170226 or 9361825. OLE color: 9361825.
HSL color Cylindrical-coordinate representation of color #A1D98E: hue angle of 104.8º 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 #A1D98E is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 142 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.15 |
| HSL | 104.8º | 0.5% | 0.7% | - |
| HSV(B) | 104.8º | 0.35% | 0.85% | - |
| XYZ | 44.39 | 59.16 | 34.67 | - |
| YUV | 191.71 | 99.95 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 142 | 0.26 | 0 | 0.35 | 0.15 | 104.8 | 0.5 | 0.7 |
| Hex | A1 | D9 | 8E | 1A | 0 | 23 | F | 69 | 32 | 46 |
| Octal | 241 | 331 | 216 | 32 | 0 | 43 | 17 | 151 | 62 | 106 |
| Binary | 10100001 | 11011001 | 10001110 | 11010 | 0 | 100011 | 1111 | 1101001 | 110010 | 1000110 |
Color Harmonies of #A1D98E
Complementary color
Monochromatic Colors of #A1D98E
Black with #A1D98E
Text Example
Text Example
White with #A1D98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D98E; }
p { color: rgb(161,217,142); }
H1.HeaderClassName
{
color: #A1D98E;
}
.AnyTagClassName
{
color: #A1D98E;
}
</style>
background-color css
<style>
a { background-color: #A1D98E; }
a { background-color: rgb(161,217,142); }
div.DivClassName
{
background-color: #A1D98E;
}
.BgClassName
{
background-color: #A1D98E;
}
</style>
border-color css
<style>
span { border-color: #A1D98E; }
span { border-color: rgb(161,217,142); }
td.TdClassName
{
border-color: #A1D98E;
}
.TagClassName
{
border-color: #A1D98E;
}
</style>