Shades of Gossip #A0CD8C
Tints of Gossip #A0CD8C
RGB
CMYK
RGB Variations
Color information
#A0CD8C (or 0xA0CD8C) is known color: Gossip. HEX triplet: A0, CD and 8C. RGB value is (160,205,140). Sum of RGB (Red+Green+Blue) = 160+205+140=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CD8C is #5F3273. Grayscale: #B8B8B8. Windows color (decimal): -6238836 or 9227680. OLE color: 9227680.
HSL color Cylindrical-coordinate representation of color #A0CD8C: hue angle of 101.54º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0CD8C is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 205 | 140 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.20 |
| HSL | 101.54º | 0.39% | 0.68% | - |
| HSV(B) | 101.54º | 0.32% | 0.8% | - |
| XYZ | 41.06 | 53.03 | 32.88 | - |
| YUV | 184.14 | 103.09 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 140 | 0.22 | 0 | 0.32 | 0.20 | 101.54 | 0.39 | 0.68 |
| Hex | A0 | CD | 8C | 16 | 0 | 20 | 14 | 66 | 27 | 44 |
| Octal | 240 | 315 | 214 | 26 | 0 | 40 | 24 | 146 | 47 | 104 |
| Binary | 10100000 | 11001101 | 10001100 | 10110 | 0 | 100000 | 10100 | 1100110 | 100111 | 1000100 |
Color Harmonies of #A0CD8C
Complementary color
Monochromatic Colors of #A0CD8C
Black with #A0CD8C
Text Example
Text Example
White with #A0CD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CD8C; }
p { color: rgb(160,205,140); }
H1.HeaderClassName
{
color: #A0CD8C;
}
.AnyTagClassName
{
color: #A0CD8C;
}
</style>
background-color css
<style>
a { background-color: #A0CD8C; }
a { background-color: rgb(160,205,140); }
div.DivClassName
{
background-color: #A0CD8C;
}
.BgClassName
{
background-color: #A0CD8C;
}
</style>
border-color css
<style>
span { border-color: #A0CD8C; }
span { border-color: rgb(160,205,140); }
td.TdClassName
{
border-color: #A0CD8C;
}
.TagClassName
{
border-color: #A0CD8C;
}
</style>