Shades of Gossip #A0C488
Tints of Gossip #A0C488
RGB
CMYK
RGB Variations
Color information
#A0C488 (or 0xA0C488) is known color: Gossip. HEX triplet: A0, C4 and 88. RGB value is (160,196,136). Sum of RGB (Red+Green+Blue) = 160+196+136=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C488 is #5F3B77. Grayscale: #B2B2B2. Windows color (decimal): -6241144 or 8963232. OLE color: 8963232.
HSL color Cylindrical-coordinate representation of color #A0C488: hue angle of 96º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0C488 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 196 | 136 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.23 |
| HSL | 96º | 0.34% | 0.65% | - |
| HSV(B) | 96º | 0.31% | 0.77% | - |
| XYZ | 38.68 | 48.73 | 30.66 | - |
| YUV | 178.4 | 104.07 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 196 | 136 | 0.18 | 0 | 0.31 | 0.23 | 96 | 0.34 | 0.65 |
| Hex | A0 | C4 | 88 | 12 | 0 | 1F | 17 | 60 | 22 | 41 |
| Octal | 240 | 304 | 210 | 22 | 0 | 37 | 27 | 140 | 42 | 101 |
| Binary | 10100000 | 11000100 | 10001000 | 10010 | 0 | 11111 | 10111 | 1100000 | 100010 | 1000001 |
Color Harmonies of #A0C488
Complementary color
Monochromatic Colors of #A0C488
Black with #A0C488
Text Example
Text Example
White with #A0C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C488; }
p { color: rgb(160,196,136); }
H1.HeaderClassName
{
color: #A0C488;
}
.AnyTagClassName
{
color: #A0C488;
}
</style>
background-color css
<style>
a { background-color: #A0C488; }
a { background-color: rgb(160,196,136); }
div.DivClassName
{
background-color: #A0C488;
}
.BgClassName
{
background-color: #A0C488;
}
</style>
border-color css
<style>
span { border-color: #A0C488; }
span { border-color: rgb(160,196,136); }
td.TdClassName
{
border-color: #A0C488;
}
.TagClassName
{
border-color: #A0C488;
}
</style>