Shades of Gossip #A0D38D
Tints of Gossip #A0D38D
RGB
CMYK
RGB Variations
Color information
#A0D38D (or 0xA0D38D) is known color: Gossip. HEX triplet: A0, D3 and 8D. RGB value is (160,211,141). Sum of RGB (Red+Green+Blue) = 160+211+141=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D38D is #5F2C72. Grayscale: #BCBCBC. Windows color (decimal): -6237299 or 9294752. OLE color: 9294752.
HSL color Cylindrical-coordinate representation of color #A0D38D: hue angle of 103.71º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0D38D is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 211 | 141 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.17 |
| HSL | 103.71º | 0.44% | 0.69% | - |
| HSV(B) | 103.71º | 0.33% | 0.83% | - |
| XYZ | 42.6 | 55.99 | 33.76 | - |
| YUV | 187.77 | 101.6 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 211 | 141 | 0.24 | 0 | 0.33 | 0.17 | 103.71 | 0.44 | 0.69 |
| Hex | A0 | D3 | 8D | 18 | 0 | 21 | 11 | 68 | 2C | 45 |
| Octal | 240 | 323 | 215 | 30 | 0 | 41 | 21 | 150 | 54 | 105 |
| Binary | 10100000 | 11010011 | 10001101 | 11000 | 0 | 100001 | 10001 | 1101000 | 101100 | 1000101 |
Color Harmonies of #A0D38D
Complementary color
Monochromatic Colors of #A0D38D
Black with #A0D38D
Text Example
Text Example
White with #A0D38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D38D; }
p { color: rgb(160,211,141); }
H1.HeaderClassName
{
color: #A0D38D;
}
.AnyTagClassName
{
color: #A0D38D;
}
</style>
background-color css
<style>
a { background-color: #A0D38D; }
a { background-color: rgb(160,211,141); }
div.DivClassName
{
background-color: #A0D38D;
}
.BgClassName
{
background-color: #A0D38D;
}
</style>
border-color css
<style>
span { border-color: #A0D38D; }
span { border-color: rgb(160,211,141); }
td.TdClassName
{
border-color: #A0D38D;
}
.TagClassName
{
border-color: #A0D38D;
}
</style>