Shades of Gossip #A0CE7E
Tints of Gossip #A0CE7E
RGB
CMYK
RGB Variations
Color information
#A0CE7E (or 0xA0CE7E) is known color: Gossip. HEX triplet: A0, CE and 7E. RGB value is (160,206,126). Sum of RGB (Red+Green+Blue) = 160+206+126=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE7E is #5F3181. Grayscale: #B7B7B7. Windows color (decimal): -6238594 or 8310432. OLE color: 8310432.
HSL color Cylindrical-coordinate representation of color #A0CE7E: hue angle of 94.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0CE7E is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 126 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.19 |
| HSL | 94.5º | 0.45% | 0.65% | - |
| HSV(B) | 94.5º | 0.39% | 0.81% | - |
| XYZ | 40.33 | 53.12 | 27.87 | - |
| YUV | 183.13 | 95.76 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 126 | 0.22 | 0 | 0.39 | 0.19 | 94.5 | 0.45 | 0.65 |
| Hex | A0 | CE | 7E | 16 | 0 | 27 | 13 | 5E | 2D | 41 |
| Octal | 240 | 316 | 176 | 26 | 0 | 47 | 23 | 136 | 55 | 101 |
| Binary | 10100000 | 11001110 | 1111110 | 10110 | 0 | 100111 | 10011 | 1011110 | 101101 | 1000001 |
Color Harmonies of #A0CE7E
Complementary color
Monochromatic Colors of #A0CE7E
Black with #A0CE7E
Text Example
Text Example
White with #A0CE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE7E; }
p { color: rgb(160,206,126); }
H1.HeaderClassName
{
color: #A0CE7E;
}
.AnyTagClassName
{
color: #A0CE7E;
}
</style>
background-color css
<style>
a { background-color: #A0CE7E; }
a { background-color: rgb(160,206,126); }
div.DivClassName
{
background-color: #A0CE7E;
}
.BgClassName
{
background-color: #A0CE7E;
}
</style>
border-color css
<style>
span { border-color: #A0CE7E; }
span { border-color: rgb(160,206,126); }
td.TdClassName
{
border-color: #A0CE7E;
}
.TagClassName
{
border-color: #A0CE7E;
}
</style>