Shades of Gossip #A0C580
Tints of Gossip #A0C580
RGB
CMYK
RGB Variations
Color information
#A0C580 (or 0xA0C580) is known color: Gossip. HEX triplet: A0, C5 and 80. RGB value is (160,197,128). Sum of RGB (Red+Green+Blue) = 160+197+128=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C580 is #5F3A7F. Grayscale: #B2B2B2. Windows color (decimal): -6240896 or 8439200. OLE color: 8439200.
HSL color Cylindrical-coordinate representation of color #A0C580: hue angle of 92.17º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0C580 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 128 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.23 |
| HSL | 92.17º | 0.37% | 0.64% | - |
| HSV(B) | 92.17º | 0.35% | 0.77% | - |
| XYZ | 38.36 | 48.96 | 27.85 | - |
| YUV | 178.07 | 99.74 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 128 | 0.19 | 0 | 0.35 | 0.23 | 92.17 | 0.37 | 0.64 |
| Hex | A0 | C5 | 80 | 13 | 0 | 23 | 17 | 5C | 25 | 40 |
| Octal | 240 | 305 | 200 | 23 | 0 | 43 | 27 | 134 | 45 | 100 |
| Binary | 10100000 | 11000101 | 10000000 | 10011 | 0 | 100011 | 10111 | 1011100 | 100101 | 1000000 |
Color Harmonies of #A0C580
Complementary color
Monochromatic Colors of #A0C580
Black with #A0C580
Text Example
Text Example
White with #A0C580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C580; }
p { color: rgb(160,197,128); }
H1.HeaderClassName
{
color: #A0C580;
}
.AnyTagClassName
{
color: #A0C580;
}
</style>
background-color css
<style>
a { background-color: #A0C580; }
a { background-color: rgb(160,197,128); }
div.DivClassName
{
background-color: #A0C580;
}
.BgClassName
{
background-color: #A0C580;
}
</style>
border-color css
<style>
span { border-color: #A0C580; }
span { border-color: rgb(160,197,128); }
td.TdClassName
{
border-color: #A0C580;
}
.TagClassName
{
border-color: #A0C580;
}
</style>