Shades of Gossip #A0D18B
Tints of Gossip #A0D18B
RGB
CMYK
RGB Variations
Color information
#A0D18B (or 0xA0D18B) is known color: Gossip. HEX triplet: A0, D1 and 8B. RGB value is (160,209,139). Sum of RGB (Red+Green+Blue) = 160+209+139=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D18B is #5F2E74. Grayscale: #BABABA. Windows color (decimal): -6237813 or 9163168. OLE color: 9163168.
HSL color Cylindrical-coordinate representation of color #A0D18B: hue angle of 102º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0D18B is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 209 | 139 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.18 |
| HSL | 102º | 0.43% | 0.68% | - |
| HSV(B) | 102º | 0.33% | 0.82% | - |
| XYZ | 41.96 | 54.94 | 32.82 | - |
| YUV | 186.37 | 101.27 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 139 | 0.23 | 0 | 0.33 | 0.18 | 102 | 0.43 | 0.68 |
| Hex | A0 | D1 | 8B | 17 | 0 | 21 | 12 | 66 | 2B | 44 |
| Octal | 240 | 321 | 213 | 27 | 0 | 41 | 22 | 146 | 53 | 104 |
| Binary | 10100000 | 11010001 | 10001011 | 10111 | 0 | 100001 | 10010 | 1100110 | 101011 | 1000100 |
Color Harmonies of #A0D18B
Complementary color
Monochromatic Colors of #A0D18B
Black with #A0D18B
Text Example
Text Example
White with #A0D18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D18B; }
p { color: rgb(160,209,139); }
H1.HeaderClassName
{
color: #A0D18B;
}
.AnyTagClassName
{
color: #A0D18B;
}
</style>
background-color css
<style>
a { background-color: #A0D18B; }
a { background-color: rgb(160,209,139); }
div.DivClassName
{
background-color: #A0D18B;
}
.BgClassName
{
background-color: #A0D18B;
}
</style>
border-color css
<style>
span { border-color: #A0D18B; }
span { border-color: rgb(160,209,139); }
td.TdClassName
{
border-color: #A0D18B;
}
.TagClassName
{
border-color: #A0D18B;
}
</style>