Shades of Gossip #A0D98B
Tints of Gossip #A0D98B
RGB
CMYK
RGB Variations
Color information
#A0D98B (or 0xA0D98B) is known color: Gossip. HEX triplet: A0, D9 and 8B. RGB value is (160,217,139). Sum of RGB (Red+Green+Blue) = 160+217+139=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D98B is #5F2674. Grayscale: #BFBFBF. Windows color (decimal): -6235765 or 9165216. OLE color: 9165216.
HSL color Cylindrical-coordinate representation of color #A0D98B: hue angle of 103.85º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0D98B is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 139 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.15 |
| HSL | 103.85º | 0.51% | 0.7% | - |
| HSV(B) | 103.85º | 0.36% | 0.85% | - |
| XYZ | 43.97 | 58.96 | 33.49 | - |
| YUV | 191.07 | 98.62 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 139 | 0.26 | 0 | 0.36 | 0.15 | 103.85 | 0.51 | 0.7 |
| Hex | A0 | D9 | 8B | 1A | 0 | 24 | F | 68 | 33 | 46 |
| Octal | 240 | 331 | 213 | 32 | 0 | 44 | 17 | 150 | 63 | 106 |
| Binary | 10100000 | 11011001 | 10001011 | 11010 | 0 | 100100 | 1111 | 1101000 | 110011 | 1000110 |
Color Harmonies of #A0D98B
Complementary color
Monochromatic Colors of #A0D98B
Black with #A0D98B
Text Example
Text Example
White with #A0D98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D98B; }
p { color: rgb(160,217,139); }
H1.HeaderClassName
{
color: #A0D98B;
}
.AnyTagClassName
{
color: #A0D98B;
}
</style>
background-color css
<style>
a { background-color: #A0D98B; }
a { background-color: rgb(160,217,139); }
div.DivClassName
{
background-color: #A0D98B;
}
.BgClassName
{
background-color: #A0D98B;
}
</style>
border-color css
<style>
span { border-color: #A0D98B; }
span { border-color: rgb(160,217,139); }
td.TdClassName
{
border-color: #A0D98B;
}
.TagClassName
{
border-color: #A0D98B;
}
</style>