Shades of Gossip #A2D88C
Tints of Gossip #A2D88C
RGB
CMYK
RGB Variations
Color information
#A2D88C (or 0xA2D88C) is known color: Gossip. HEX triplet: A2, D8 and 8C. RGB value is (162,216,140). Sum of RGB (Red+Green+Blue) = 162+216+140=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D88C is #5D2773. Grayscale: #BFBFBF. Windows color (decimal): -6104948 or 9230498. OLE color: 9230498.
HSL color Cylindrical-coordinate representation of color #A2D88C: hue angle of 102.63º degrees, saturation: 0.49, 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 #A2D88C is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 140 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.15 |
| HSL | 102.63º | 0.49% | 0.7% | - |
| HSV(B) | 102.63º | 0.35% | 0.85% | - |
| XYZ | 44.19 | 58.69 | 33.81 | - |
| YUV | 191.19 | 99.11 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 140 | 0.25 | 0 | 0.35 | 0.15 | 102.63 | 0.49 | 0.7 |
| Hex | A2 | D8 | 8C | 19 | 0 | 23 | F | 67 | 31 | 46 |
| Octal | 242 | 330 | 214 | 31 | 0 | 43 | 17 | 147 | 61 | 106 |
| Binary | 10100010 | 11011000 | 10001100 | 11001 | 0 | 100011 | 1111 | 1100111 | 110001 | 1000110 |
Color Harmonies of #A2D88C
Complementary color
Monochromatic Colors of #A2D88C
Black with #A2D88C
Text Example
Text Example
White with #A2D88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D88C; }
p { color: rgb(162,216,140); }
H1.HeaderClassName
{
color: #A2D88C;
}
.AnyTagClassName
{
color: #A2D88C;
}
</style>
background-color css
<style>
a { background-color: #A2D88C; }
a { background-color: rgb(162,216,140); }
div.DivClassName
{
background-color: #A2D88C;
}
.BgClassName
{
background-color: #A2D88C;
}
</style>
border-color css
<style>
span { border-color: #A2D88C; }
span { border-color: rgb(162,216,140); }
td.TdClassName
{
border-color: #A2D88C;
}
.TagClassName
{
border-color: #A2D88C;
}
</style>