Shades of Gossip #A0C781
Tints of Gossip #A0C781
RGB
CMYK
RGB Variations
Color information
#A0C781 (or 0xA0C781) is known color: Gossip. HEX triplet: A0, C7 and 81. RGB value is (160,199,129). Sum of RGB (Red+Green+Blue) = 160+199+129=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C781 is #5F387E. Grayscale: #B3B3B3. Windows color (decimal): -6240383 or 8505248. OLE color: 8505248.
HSL color Cylindrical-coordinate representation of color #A0C781: hue angle of 93.43º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0C781 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 199 | 129 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.22 |
| HSL | 93.43º | 0.38% | 0.64% | - |
| HSV(B) | 93.43º | 0.35% | 0.78% | - |
| XYZ | 38.88 | 49.91 | 28.35 | - |
| YUV | 179.36 | 99.58 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 129 | 0.20 | 0 | 0.35 | 0.22 | 93.43 | 0.38 | 0.64 |
| Hex | A0 | C7 | 81 | 14 | 0 | 23 | 16 | 5D | 26 | 40 |
| Octal | 240 | 307 | 201 | 24 | 0 | 43 | 26 | 135 | 46 | 100 |
| Binary | 10100000 | 11000111 | 10000001 | 10100 | 0 | 100011 | 10110 | 1011101 | 100110 | 1000000 |
Color Harmonies of #A0C781
Complementary color
Monochromatic Colors of #A0C781
Black with #A0C781
Text Example
Text Example
White with #A0C781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C781; }
p { color: rgb(160,199,129); }
H1.HeaderClassName
{
color: #A0C781;
}
.AnyTagClassName
{
color: #A0C781;
}
</style>
background-color css
<style>
a { background-color: #A0C781; }
a { background-color: rgb(160,199,129); }
div.DivClassName
{
background-color: #A0C781;
}
.BgClassName
{
background-color: #A0C781;
}
</style>
border-color css
<style>
span { border-color: #A0C781; }
span { border-color: rgb(160,199,129); }
td.TdClassName
{
border-color: #A0C781;
}
.TagClassName
{
border-color: #A0C781;
}
</style>