Shades of Gossip #A0CE7C
Tints of Gossip #A0CE7C
RGB
CMYK
RGB Variations
Color information
#A0CE7C (or 0xA0CE7C) is known color: Gossip. HEX triplet: A0, CE and 7C. RGB value is (160,206,124). Sum of RGB (Red+Green+Blue) = 160+206+124=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE7C is #5F3183. Grayscale: #B7B7B7. Windows color (decimal): -6238596 or 8179360. OLE color: 8179360.
HSL color Cylindrical-coordinate representation of color #A0CE7C: hue angle of 93.66º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0CE7C is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 124 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.19 |
| HSL | 93.66º | 0.46% | 0.65% | - |
| HSV(B) | 93.66º | 0.4% | 0.81% | - |
| XYZ | 40.21 | 53.07 | 27.19 | - |
| YUV | 182.9 | 94.76 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 124 | 0.22 | 0 | 0.40 | 0.19 | 93.66 | 0.46 | 0.65 |
| Hex | A0 | CE | 7C | 16 | 0 | 28 | 13 | 5E | 2E | 41 |
| Octal | 240 | 316 | 174 | 26 | 0 | 50 | 23 | 136 | 56 | 101 |
| Binary | 10100000 | 11001110 | 1111100 | 10110 | 0 | 101000 | 10011 | 1011110 | 101110 | 1000001 |
Color Harmonies of #A0CE7C
Complementary color
Monochromatic Colors of #A0CE7C
Black with #A0CE7C
Text Example
Text Example
White with #A0CE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE7C; }
p { color: rgb(160,206,124); }
H1.HeaderClassName
{
color: #A0CE7C;
}
.AnyTagClassName
{
color: #A0CE7C;
}
</style>
background-color css
<style>
a { background-color: #A0CE7C; }
a { background-color: rgb(160,206,124); }
div.DivClassName
{
background-color: #A0CE7C;
}
.BgClassName
{
background-color: #A0CE7C;
}
</style>
border-color css
<style>
span { border-color: #A0CE7C; }
span { border-color: rgb(160,206,124); }
td.TdClassName
{
border-color: #A0CE7C;
}
.TagClassName
{
border-color: #A0CE7C;
}
</style>