Shades of Gossip #A2D98D
Tints of Gossip #A2D98D
RGB
CMYK
RGB Variations
Color information
#A2D98D (or 0xA2D98D) is known color: Gossip. HEX triplet: A2, D9 and 8D. RGB value is (162,217,141). Sum of RGB (Red+Green+Blue) = 162+217+141=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D98D is #5D2672. Grayscale: #C0C0C0. Windows color (decimal): -6104691 or 9296290. OLE color: 9296290.
HSL color Cylindrical-coordinate representation of color #A2D98D: hue angle of 103.42º 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 #A2D98D is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 141 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.15 |
| HSL | 103.42º | 0.5% | 0.7% | - |
| HSV(B) | 103.42º | 0.35% | 0.85% | - |
| XYZ | 44.52 | 59.23 | 34.29 | - |
| YUV | 191.89 | 99.28 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 141 | 0.25 | 0 | 0.35 | 0.15 | 103.42 | 0.5 | 0.7 |
| Hex | A2 | D9 | 8D | 19 | 0 | 23 | F | 67 | 32 | 46 |
| Octal | 242 | 331 | 215 | 31 | 0 | 43 | 17 | 147 | 62 | 106 |
| Binary | 10100010 | 11011001 | 10001101 | 11001 | 0 | 100011 | 1111 | 1100111 | 110010 | 1000110 |
Color Harmonies of #A2D98D
Complementary color
Monochromatic Colors of #A2D98D
Black with #A2D98D
Text Example
Text Example
White with #A2D98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D98D; }
p { color: rgb(162,217,141); }
H1.HeaderClassName
{
color: #A2D98D;
}
.AnyTagClassName
{
color: #A2D98D;
}
</style>
background-color css
<style>
a { background-color: #A2D98D; }
a { background-color: rgb(162,217,141); }
div.DivClassName
{
background-color: #A2D98D;
}
.BgClassName
{
background-color: #A2D98D;
}
</style>
border-color css
<style>
span { border-color: #A2D98D; }
span { border-color: rgb(162,217,141); }
td.TdClassName
{
border-color: #A2D98D;
}
.TagClassName
{
border-color: #A2D98D;
}
</style>