Shades of Gossip #A0C888
Tints of Gossip #A0C888
RGB
CMYK
RGB Variations
Color information
#A0C888 (or 0xA0C888) is known color: Gossip. HEX triplet: A0, C8 and 88. RGB value is (160,200,136). Sum of RGB (Red+Green+Blue) = 160+200+136=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C888 is #5F3777. Grayscale: #B4B4B4. Windows color (decimal): -6240120 or 8964256. OLE color: 8964256.
HSL color Cylindrical-coordinate representation of color #A0C888: hue angle of 97.5º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0C888 is Cyan = 0.2, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 136 | - |
| CMYK | 0.2 | 0 | 0.32 | 0.22 |
| HSL | 97.5º | 0.37% | 0.66% | - |
| HSV(B) | 97.5º | 0.32% | 0.78% | - |
| XYZ | 39.6 | 50.56 | 30.96 | - |
| YUV | 180.74 | 102.75 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 136 | 0.2 | 0 | 0.32 | 0.22 | 97.5 | 0.37 | 0.66 |
| Hex | A0 | C8 | 88 | 14 | 0 | 20 | 16 | 62 | 25 | 42 |
| Octal | 240 | 310 | 210 | 24 | 0 | 40 | 26 | 142 | 45 | 102 |
| Binary | 10100000 | 11001000 | 10001000 | 10100 | 0 | 100000 | 10110 | 1100010 | 100101 | 1000010 |
Color Harmonies of #A0C888
Complementary color
Monochromatic Colors of #A0C888
Black with #A0C888
Text Example
Text Example
White with #A0C888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C888; }
p { color: rgb(160,200,136); }
H1.HeaderClassName
{
color: #A0C888;
}
.AnyTagClassName
{
color: #A0C888;
}
</style>
background-color css
<style>
a { background-color: #A0C888; }
a { background-color: rgb(160,200,136); }
div.DivClassName
{
background-color: #A0C888;
}
.BgClassName
{
background-color: #A0C888;
}
</style>
border-color css
<style>
span { border-color: #A0C888; }
span { border-color: rgb(160,200,136); }
td.TdClassName
{
border-color: #A0C888;
}
.TagClassName
{
border-color: #A0C888;
}
</style>