Shades of Gossip #A0C78D
Tints of Gossip #A0C78D
RGB
CMYK
RGB Variations
Color information
#A0C78D (or 0xA0C78D) is known color: Gossip. HEX triplet: A0, C7 and 8D. RGB value is (160,199,141). Sum of RGB (Red+Green+Blue) = 160+199+141=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C78D is #5F3872. Grayscale: #B4B4B4. Windows color (decimal): -6240371 or 9291680. OLE color: 9291680.
HSL color Cylindrical-coordinate representation of color #A0C78D: hue angle of 100.34º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0C78D is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 199 | 141 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.22 |
| HSL | 100.34º | 0.34% | 0.67% | - |
| HSV(B) | 100.34º | 0.29% | 0.78% | - |
| XYZ | 39.73 | 50.24 | 32.8 | - |
| YUV | 180.73 | 105.58 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 141 | 0.20 | 0 | 0.29 | 0.22 | 100.34 | 0.34 | 0.67 |
| Hex | A0 | C7 | 8D | 14 | 0 | 1D | 16 | 64 | 22 | 43 |
| Octal | 240 | 307 | 215 | 24 | 0 | 35 | 26 | 144 | 42 | 103 |
| Binary | 10100000 | 11000111 | 10001101 | 10100 | 0 | 11101 | 10110 | 1100100 | 100010 | 1000011 |
Color Harmonies of #A0C78D
Complementary color
Monochromatic Colors of #A0C78D
Black with #A0C78D
Text Example
Text Example
White with #A0C78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C78D; }
p { color: rgb(160,199,141); }
H1.HeaderClassName
{
color: #A0C78D;
}
.AnyTagClassName
{
color: #A0C78D;
}
</style>
background-color css
<style>
a { background-color: #A0C78D; }
a { background-color: rgb(160,199,141); }
div.DivClassName
{
background-color: #A0C78D;
}
.BgClassName
{
background-color: #A0C78D;
}
</style>
border-color css
<style>
span { border-color: #A0C78D; }
span { border-color: rgb(160,199,141); }
td.TdClassName
{
border-color: #A0C78D;
}
.TagClassName
{
border-color: #A0C78D;
}
</style>