Shades of Gossip #A2D78D
Tints of Gossip #A2D78D
RGB
CMYK
RGB Variations
Color information
#A2D78D (or 0xA2D78D) is known color: Gossip. HEX triplet: A2, D7 and 8D. RGB value is (162,215,141). Sum of RGB (Red+Green+Blue) = 162+215+141=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D78D is #5D2872. Grayscale: #BEBEBE. Windows color (decimal): -6105203 or 9295778. OLE color: 9295778.
HSL color Cylindrical-coordinate representation of color #A2D78D: hue angle of 102.97º degrees, saturation: 0.48, 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 #A2D78D is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 141 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.16 |
| HSL | 102.97º | 0.48% | 0.7% | - |
| HSV(B) | 102.97º | 0.34% | 0.84% | - |
| XYZ | 44.01 | 58.21 | 34.11 | - |
| YUV | 190.72 | 99.94 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 141 | 0.25 | 0 | 0.34 | 0.16 | 102.97 | 0.48 | 0.7 |
| Hex | A2 | D7 | 8D | 19 | 0 | 22 | 10 | 67 | 30 | 46 |
| Octal | 242 | 327 | 215 | 31 | 0 | 42 | 20 | 147 | 60 | 106 |
| Binary | 10100010 | 11010111 | 10001101 | 11001 | 0 | 100010 | 10000 | 1100111 | 110000 | 1000110 |
Color Harmonies of #A2D78D
Complementary color
Monochromatic Colors of #A2D78D
Black with #A2D78D
Text Example
Text Example
White with #A2D78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D78D; }
p { color: rgb(162,215,141); }
H1.HeaderClassName
{
color: #A2D78D;
}
.AnyTagClassName
{
color: #A2D78D;
}
</style>
background-color css
<style>
a { background-color: #A2D78D; }
a { background-color: rgb(162,215,141); }
div.DivClassName
{
background-color: #A2D78D;
}
.BgClassName
{
background-color: #A2D78D;
}
</style>
border-color css
<style>
span { border-color: #A2D78D; }
span { border-color: rgb(162,215,141); }
td.TdClassName
{
border-color: #A2D78D;
}
.TagClassName
{
border-color: #A2D78D;
}
</style>