Shades of Gossip #A0CC87
Tints of Gossip #A0CC87
RGB
CMYK
RGB Variations
Color information
#A0CC87 (or 0xA0CC87) is known color: Gossip. HEX triplet: A0, CC and 87. RGB value is (160,204,135). Sum of RGB (Red+Green+Blue) = 160+204+135=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CC87 is #5F3378. Grayscale: #B7B7B7. Windows color (decimal): -6239097 or 8899744. OLE color: 8899744.
HSL color Cylindrical-coordinate representation of color #A0CC87: hue angle of 98.26º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0CC87 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 135 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.2 |
| HSL | 98.26º | 0.4% | 0.66% | - |
| HSV(B) | 98.26º | 0.34% | 0.8% | - |
| XYZ | 40.46 | 52.41 | 30.9 | - |
| YUV | 182.98 | 100.92 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 135 | 0.22 | 0 | 0.34 | 0.2 | 98.26 | 0.4 | 0.66 |
| Hex | A0 | CC | 87 | 16 | 0 | 22 | 14 | 62 | 28 | 42 |
| Octal | 240 | 314 | 207 | 26 | 0 | 42 | 24 | 142 | 50 | 102 |
| Binary | 10100000 | 11001100 | 10000111 | 10110 | 0 | 100010 | 10100 | 1100010 | 101000 | 1000010 |
Color Harmonies of #A0CC87
Complementary color
Monochromatic Colors of #A0CC87
Black with #A0CC87
Text Example
Text Example
White with #A0CC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC87; }
p { color: rgb(160,204,135); }
H1.HeaderClassName
{
color: #A0CC87;
}
.AnyTagClassName
{
color: #A0CC87;
}
</style>
background-color css
<style>
a { background-color: #A0CC87; }
a { background-color: rgb(160,204,135); }
div.DivClassName
{
background-color: #A0CC87;
}
.BgClassName
{
background-color: #A0CC87;
}
</style>
border-color css
<style>
span { border-color: #A0CC87; }
span { border-color: rgb(160,204,135); }
td.TdClassName
{
border-color: #A0CC87;
}
.TagClassName
{
border-color: #A0CC87;
}
</style>