Shades of Gossip #A2D68E
Tints of Gossip #A2D68E
RGB
CMYK
RGB Variations
Color information
#A2D68E (or 0xA2D68E) is known color: Gossip. HEX triplet: A2, D6 and 8E. RGB value is (162,214,142). Sum of RGB (Red+Green+Blue) = 162+214+142=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D68E is #5D2971. Grayscale: #BEBEBE. Windows color (decimal): -6105458 or 9361058. OLE color: 9361058.
HSL color Cylindrical-coordinate representation of color #A2D68E: hue angle of 103.33º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2D68E is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 142 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.16 |
| HSL | 103.33º | 0.47% | 0.7% | - |
| HSV(B) | 103.33º | 0.34% | 0.84% | - |
| XYZ | 43.83 | 57.73 | 34.42 | - |
| YUV | 190.24 | 100.77 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 142 | 0.24 | 0 | 0.34 | 0.16 | 103.33 | 0.47 | 0.7 |
| Hex | A2 | D6 | 8E | 18 | 0 | 22 | 10 | 67 | 2F | 46 |
| Octal | 242 | 326 | 216 | 30 | 0 | 42 | 20 | 147 | 57 | 106 |
| Binary | 10100010 | 11010110 | 10001110 | 11000 | 0 | 100010 | 10000 | 1100111 | 101111 | 1000110 |
Color Harmonies of #A2D68E
Complementary color
Monochromatic Colors of #A2D68E
Black with #A2D68E
Text Example
Text Example
White with #A2D68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D68E; }
p { color: rgb(162,214,142); }
H1.HeaderClassName
{
color: #A2D68E;
}
.AnyTagClassName
{
color: #A2D68E;
}
</style>
background-color css
<style>
a { background-color: #A2D68E; }
a { background-color: rgb(162,214,142); }
div.DivClassName
{
background-color: #A2D68E;
}
.BgClassName
{
background-color: #A2D68E;
}
</style>
border-color css
<style>
span { border-color: #A2D68E; }
span { border-color: rgb(162,214,142); }
td.TdClassName
{
border-color: #A2D68E;
}
.TagClassName
{
border-color: #A2D68E;
}
</style>