Shades of Gossip #A0D68E
Tints of Gossip #A0D68E
RGB
CMYK
RGB Variations
Color information
#A0D68E (or 0xA0D68E) is known color: Gossip. HEX triplet: A0, D6 and 8E. RGB value is (160,214,142). Sum of RGB (Red+Green+Blue) = 160+214+142=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D68E is #5F2971. Grayscale: #BDBDBD. Windows color (decimal): -6236530 or 9361056. OLE color: 9361056.
HSL color Cylindrical-coordinate representation of color #A0D68E: hue angle of 105º 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 #A0D68E is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 142 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.16 |
| HSL | 105º | 0.47% | 0.7% | - |
| HSV(B) | 105º | 0.34% | 0.84% | - |
| XYZ | 43.43 | 57.52 | 34.4 | - |
| YUV | 189.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 142 | 0.25 | 0 | 0.34 | 0.16 | 105 | 0.47 | 0.7 |
| Hex | A0 | D6 | 8E | 19 | 0 | 22 | 10 | 69 | 2F | 46 |
| Octal | 240 | 326 | 216 | 31 | 0 | 42 | 20 | 151 | 57 | 106 |
| Binary | 10100000 | 11010110 | 10001110 | 11001 | 0 | 100010 | 10000 | 1101001 | 101111 | 1000110 |
Color Harmonies of #A0D68E
Complementary color
Monochromatic Colors of #A0D68E
Black with #A0D68E
Text Example
Text Example
White with #A0D68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D68E; }
p { color: rgb(160,214,142); }
H1.HeaderClassName
{
color: #A0D68E;
}
.AnyTagClassName
{
color: #A0D68E;
}
</style>
background-color css
<style>
a { background-color: #A0D68E; }
a { background-color: rgb(160,214,142); }
div.DivClassName
{
background-color: #A0D68E;
}
.BgClassName
{
background-color: #A0D68E;
}
</style>
border-color css
<style>
span { border-color: #A0D68E; }
span { border-color: rgb(160,214,142); }
td.TdClassName
{
border-color: #A0D68E;
}
.TagClassName
{
border-color: #A0D68E;
}
</style>