Shades of Gossip #A2D88E
Tints of Gossip #A2D88E
RGB
CMYK
RGB Variations
Color information
#A2D88E (or 0xA2D88E) is known color: Gossip. HEX triplet: A2, D8 and 8E. RGB value is (162,216,142). Sum of RGB (Red+Green+Blue) = 162+216+142=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D88E is #5D2771. Grayscale: #BFBFBF. Windows color (decimal): -6104946 or 9361570. OLE color: 9361570.
HSL color Cylindrical-coordinate representation of color #A2D88E: hue angle of 103.78º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2D88E is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 142 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.15 |
| HSL | 103.78º | 0.49% | 0.7% | - |
| HSV(B) | 103.78º | 0.34% | 0.85% | - |
| XYZ | 44.34 | 58.75 | 34.59 | - |
| YUV | 191.42 | 100.11 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 142 | 0.25 | 0 | 0.34 | 0.15 | 103.78 | 0.49 | 0.7 |
| Hex | A2 | D8 | 8E | 19 | 0 | 22 | F | 68 | 31 | 46 |
| Octal | 242 | 330 | 216 | 31 | 0 | 42 | 17 | 150 | 61 | 106 |
| Binary | 10100010 | 11011000 | 10001110 | 11001 | 0 | 100010 | 1111 | 1101000 | 110001 | 1000110 |
Color Harmonies of #A2D88E
Complementary color
Monochromatic Colors of #A2D88E
Black with #A2D88E
Text Example
Text Example
White with #A2D88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D88E; }
p { color: rgb(162,216,142); }
H1.HeaderClassName
{
color: #A2D88E;
}
.AnyTagClassName
{
color: #A2D88E;
}
</style>
background-color css
<style>
a { background-color: #A2D88E; }
a { background-color: rgb(162,216,142); }
div.DivClassName
{
background-color: #A2D88E;
}
.BgClassName
{
background-color: #A2D88E;
}
</style>
border-color css
<style>
span { border-color: #A2D88E; }
span { border-color: rgb(162,216,142); }
td.TdClassName
{
border-color: #A2D88E;
}
.TagClassName
{
border-color: #A2D88E;
}
</style>