Shades of Gossip #A0CE93
Tints of Gossip #A0CE93
RGB
CMYK
RGB Variations
Color information
#A0CE93 (or 0xA0CE93) is known color: Gossip. HEX triplet: A0, CE and 93. RGB value is (160,206,147). Sum of RGB (Red+Green+Blue) = 160+206+147=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CE93 is #5F316C. Grayscale: #B9B9B9. Windows color (decimal): -6238573 or 9686688. OLE color: 9686688.
HSL color Cylindrical-coordinate representation of color #A0CE93: hue angle of 106.78º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0CE93 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 147 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.19 |
| HSL | 106.78º | 0.38% | 0.69% | - |
| HSV(B) | 106.78º | 0.29% | 0.81% | - |
| XYZ | 41.83 | 53.72 | 35.77 | - |
| YUV | 185.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 147 | 0.22 | 0 | 0.29 | 0.19 | 106.78 | 0.38 | 0.69 |
| Hex | A0 | CE | 93 | 16 | 0 | 1D | 13 | 6B | 26 | 45 |
| Octal | 240 | 316 | 223 | 26 | 0 | 35 | 23 | 153 | 46 | 105 |
| Binary | 10100000 | 11001110 | 10010011 | 10110 | 0 | 11101 | 10011 | 1101011 | 100110 | 1000101 |
Color Harmonies of #A0CE93
Complementary color
Monochromatic Colors of #A0CE93
Black with #A0CE93
Text Example
Text Example
White with #A0CE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE93; }
p { color: rgb(160,206,147); }
H1.HeaderClassName
{
color: #A0CE93;
}
.AnyTagClassName
{
color: #A0CE93;
}
</style>
background-color css
<style>
a { background-color: #A0CE93; }
a { background-color: rgb(160,206,147); }
div.DivClassName
{
background-color: #A0CE93;
}
.BgClassName
{
background-color: #A0CE93;
}
</style>
border-color css
<style>
span { border-color: #A0CE93; }
span { border-color: rgb(160,206,147); }
td.TdClassName
{
border-color: #A0CE93;
}
.TagClassName
{
border-color: #A0CE93;
}
</style>