Shades of Gossip #A0CC8D
Tints of Gossip #A0CC8D
RGB
CMYK
RGB Variations
Color information
#A0CC8D (or 0xA0CC8D) is known color: Gossip. HEX triplet: A0, CC and 8D. RGB value is (160,204,141). Sum of RGB (Red+Green+Blue) = 160+204+141=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CC8D is #5F3372. Grayscale: #B7B7B7. Windows color (decimal): -6239091 or 9292960. OLE color: 9292960.
HSL color Cylindrical-coordinate representation of color #A0CC8D: hue angle of 101.9º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0CC8D is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 141 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.2 |
| HSL | 101.9º | 0.38% | 0.68% | - |
| HSV(B) | 101.9º | 0.31% | 0.8% | - |
| XYZ | 40.9 | 52.58 | 33.19 | - |
| YUV | 183.66 | 103.92 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 141 | 0.22 | 0 | 0.31 | 0.2 | 101.9 | 0.38 | 0.68 |
| Hex | A0 | CC | 8D | 16 | 0 | 1F | 14 | 66 | 26 | 44 |
| Octal | 240 | 314 | 215 | 26 | 0 | 37 | 24 | 146 | 46 | 104 |
| Binary | 10100000 | 11001100 | 10001101 | 10110 | 0 | 11111 | 10100 | 1100110 | 100110 | 1000100 |
Color Harmonies of #A0CC8D
Complementary color
Monochromatic Colors of #A0CC8D
Black with #A0CC8D
Text Example
Text Example
White with #A0CC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC8D; }
p { color: rgb(160,204,141); }
H1.HeaderClassName
{
color: #A0CC8D;
}
.AnyTagClassName
{
color: #A0CC8D;
}
</style>
background-color css
<style>
a { background-color: #A0CC8D; }
a { background-color: rgb(160,204,141); }
div.DivClassName
{
background-color: #A0CC8D;
}
.BgClassName
{
background-color: #A0CC8D;
}
</style>
border-color css
<style>
span { border-color: #A0CC8D; }
span { border-color: rgb(160,204,141); }
td.TdClassName
{
border-color: #A0CC8D;
}
.TagClassName
{
border-color: #A0CC8D;
}
</style>