Shades of Gossip #A0D58E
Tints of Gossip #A0D58E
RGB
CMYK
RGB Variations
Color information
#A0D58E (or 0xA0D58E) is known color: Gossip. HEX triplet: A0, D5 and 8E. RGB value is (160,213,142). Sum of RGB (Red+Green+Blue) = 160+213+142=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D58E is #5F2A71. Grayscale: #BDBDBD. Windows color (decimal): -6236786 or 9360800. OLE color: 9360800.
HSL color Cylindrical-coordinate representation of color #A0D58E: hue angle of 104.79º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0D58E is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 142 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.16 |
| HSL | 104.79º | 0.46% | 0.7% | - |
| HSV(B) | 104.79º | 0.33% | 0.84% | - |
| XYZ | 43.17 | 57.02 | 34.32 | - |
| YUV | 189.06 | 101.44 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 142 | 0.25 | 0 | 0.33 | 0.16 | 104.79 | 0.46 | 0.7 |
| Hex | A0 | D5 | 8E | 19 | 0 | 21 | 10 | 69 | 2E | 46 |
| Octal | 240 | 325 | 216 | 31 | 0 | 41 | 20 | 151 | 56 | 106 |
| Binary | 10100000 | 11010101 | 10001110 | 11001 | 0 | 100001 | 10000 | 1101001 | 101110 | 1000110 |
Color Harmonies of #A0D58E
Complementary color
Monochromatic Colors of #A0D58E
Black with #A0D58E
Text Example
Text Example
White with #A0D58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D58E; }
p { color: rgb(160,213,142); }
H1.HeaderClassName
{
color: #A0D58E;
}
.AnyTagClassName
{
color: #A0D58E;
}
</style>
background-color css
<style>
a { background-color: #A0D58E; }
a { background-color: rgb(160,213,142); }
div.DivClassName
{
background-color: #A0D58E;
}
.BgClassName
{
background-color: #A0D58E;
}
</style>
border-color css
<style>
span { border-color: #A0D58E; }
span { border-color: rgb(160,213,142); }
td.TdClassName
{
border-color: #A0D58E;
}
.TagClassName
{
border-color: #A0D58E;
}
</style>