Shades of Gossip #A2D390
Tints of Gossip #A2D390
RGB
CMYK
RGB Variations
Color information
#A2D390 (or 0xA2D390) is known color: Gossip. HEX triplet: A2, D3 and 90. RGB value is (162,211,144). Sum of RGB (Red+Green+Blue) = 162+211+144=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D390 is #5D2C6F. Grayscale: #BCBCBC. Windows color (decimal): -6106224 or 9491362. OLE color: 9491362.
HSL color Cylindrical-coordinate representation of color #A2D390: hue angle of 103.88º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2D390 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 144 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.17 |
| HSL | 103.88º | 0.43% | 0.7% | - |
| HSV(B) | 103.88º | 0.32% | 0.83% | - |
| XYZ | 43.23 | 56.28 | 34.97 | - |
| YUV | 188.71 | 102.77 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 144 | 0.23 | 0 | 0.32 | 0.17 | 103.88 | 0.43 | 0.7 |
| Hex | A2 | D3 | 90 | 17 | 0 | 20 | 11 | 68 | 2B | 46 |
| Octal | 242 | 323 | 220 | 27 | 0 | 40 | 21 | 150 | 53 | 106 |
| Binary | 10100010 | 11010011 | 10010000 | 10111 | 0 | 100000 | 10001 | 1101000 | 101011 | 1000110 |
Color Harmonies of #A2D390
Complementary color
Monochromatic Colors of #A2D390
Black with #A2D390
Text Example
Text Example
White with #A2D390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D390; }
p { color: rgb(162,211,144); }
H1.HeaderClassName
{
color: #A2D390;
}
.AnyTagClassName
{
color: #A2D390;
}
</style>
background-color css
<style>
a { background-color: #A2D390; }
a { background-color: rgb(162,211,144); }
div.DivClassName
{
background-color: #A2D390;
}
.BgClassName
{
background-color: #A2D390;
}
</style>
border-color css
<style>
span { border-color: #A2D390; }
span { border-color: rgb(162,211,144); }
td.TdClassName
{
border-color: #A2D390;
}
.TagClassName
{
border-color: #A2D390;
}
</style>