Shades of Gossip #A0CE87
Tints of Gossip #A0CE87
RGB
CMYK
RGB Variations
Color information
#A0CE87 (or 0xA0CE87) is known color: Gossip. HEX triplet: A0, CE and 87. RGB value is (160,206,135). Sum of RGB (Red+Green+Blue) = 160+206+135=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CE87 is #5F3178. Grayscale: #B8B8B8. Windows color (decimal): -6238585 or 8900256. OLE color: 8900256.
HSL color Cylindrical-coordinate representation of color #A0CE87: hue angle of 98.87º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0CE87 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 135 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.19 |
| HSL | 98.87º | 0.42% | 0.67% | - |
| HSV(B) | 98.87º | 0.34% | 0.81% | - |
| XYZ | 40.94 | 53.37 | 31.06 | - |
| YUV | 184.15 | 100.26 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 135 | 0.22 | 0 | 0.34 | 0.19 | 98.87 | 0.42 | 0.67 |
| Hex | A0 | CE | 87 | 16 | 0 | 22 | 13 | 63 | 2A | 43 |
| Octal | 240 | 316 | 207 | 26 | 0 | 42 | 23 | 143 | 52 | 103 |
| Binary | 10100000 | 11001110 | 10000111 | 10110 | 0 | 100010 | 10011 | 1100011 | 101010 | 1000011 |
Color Harmonies of #A0CE87
Complementary color
Monochromatic Colors of #A0CE87
Black with #A0CE87
Text Example
Text Example
White with #A0CE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE87; }
p { color: rgb(160,206,135); }
H1.HeaderClassName
{
color: #A0CE87;
}
.AnyTagClassName
{
color: #A0CE87;
}
</style>
background-color css
<style>
a { background-color: #A0CE87; }
a { background-color: rgb(160,206,135); }
div.DivClassName
{
background-color: #A0CE87;
}
.BgClassName
{
background-color: #A0CE87;
}
</style>
border-color css
<style>
span { border-color: #A0CE87; }
span { border-color: rgb(160,206,135); }
td.TdClassName
{
border-color: #A0CE87;
}
.TagClassName
{
border-color: #A0CE87;
}
</style>