Shades of Gossip #A0CE79
Tints of Gossip #A0CE79
RGB
CMYK
RGB Variations
Color information
#A0CE79 (or 0xA0CE79) is known color: Gossip. HEX triplet: A0, CE and 79. RGB value is (160,206,121). Sum of RGB (Red+Green+Blue) = 160+206+121=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE79 is #5F3186. Grayscale: #B6B6B6. Windows color (decimal): -6238599 or 7982752. OLE color: 7982752.
HSL color Cylindrical-coordinate representation of color #A0CE79: hue angle of 92.47º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0CE79 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 121 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.19 |
| HSL | 92.47º | 0.46% | 0.64% | - |
| HSV(B) | 92.47º | 0.41% | 0.81% | - |
| XYZ | 40.02 | 53 | 26.21 | - |
| YUV | 182.56 | 93.26 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 121 | 0.22 | 0 | 0.41 | 0.19 | 92.47 | 0.46 | 0.64 |
| Hex | A0 | CE | 79 | 16 | 0 | 29 | 13 | 5C | 2E | 40 |
| Octal | 240 | 316 | 171 | 26 | 0 | 51 | 23 | 134 | 56 | 100 |
| Binary | 10100000 | 11001110 | 1111001 | 10110 | 0 | 101001 | 10011 | 1011100 | 101110 | 1000000 |
Color Harmonies of #A0CE79
Complementary color
Monochromatic Colors of #A0CE79
Black with #A0CE79
Text Example
Text Example
White with #A0CE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE79; }
p { color: rgb(160,206,121); }
H1.HeaderClassName
{
color: #A0CE79;
}
.AnyTagClassName
{
color: #A0CE79;
}
</style>
background-color css
<style>
a { background-color: #A0CE79; }
a { background-color: rgb(160,206,121); }
div.DivClassName
{
background-color: #A0CE79;
}
.BgClassName
{
background-color: #A0CE79;
}
</style>
border-color css
<style>
span { border-color: #A0CE79; }
span { border-color: rgb(160,206,121); }
td.TdClassName
{
border-color: #A0CE79;
}
.TagClassName
{
border-color: #A0CE79;
}
</style>