Shades of Gossip #A0C881
Tints of Gossip #A0C881
RGB
CMYK
RGB Variations
Color information
#A0C881 (or 0xA0C881) is known color: Gossip. HEX triplet: A0, C8 and 81. RGB value is (160,200,129). Sum of RGB (Red+Green+Blue) = 160+200+129=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C881 is #5F377E. Grayscale: #B4B4B4. Windows color (decimal): -6240127 or 8505504. OLE color: 8505504.
HSL color Cylindrical-coordinate representation of color #A0C881: hue angle of 93.8º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0C881 is Cyan = 0.2, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 129 | - |
| CMYK | 0.2 | 0 | 0.36 | 0.22 |
| HSL | 93.8º | 0.39% | 0.65% | - |
| HSV(B) | 93.8º | 0.36% | 0.78% | - |
| XYZ | 39.11 | 50.37 | 28.43 | - |
| YUV | 179.95 | 99.25 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 129 | 0.2 | 0 | 0.36 | 0.22 | 93.8 | 0.39 | 0.65 |
| Hex | A0 | C8 | 81 | 14 | 0 | 24 | 16 | 5E | 27 | 41 |
| Octal | 240 | 310 | 201 | 24 | 0 | 44 | 26 | 136 | 47 | 101 |
| Binary | 10100000 | 11001000 | 10000001 | 10100 | 0 | 100100 | 10110 | 1011110 | 100111 | 1000001 |
Color Harmonies of #A0C881
Complementary color
Monochromatic Colors of #A0C881
Black with #A0C881
Text Example
Text Example
White with #A0C881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C881; }
p { color: rgb(160,200,129); }
H1.HeaderClassName
{
color: #A0C881;
}
.AnyTagClassName
{
color: #A0C881;
}
</style>
background-color css
<style>
a { background-color: #A0C881; }
a { background-color: rgb(160,200,129); }
div.DivClassName
{
background-color: #A0C881;
}
.BgClassName
{
background-color: #A0C881;
}
</style>
border-color css
<style>
span { border-color: #A0C881; }
span { border-color: rgb(160,200,129); }
td.TdClassName
{
border-color: #A0C881;
}
.TagClassName
{
border-color: #A0C881;
}
</style>