Shades of Gossip #A0CD8B
Tints of Gossip #A0CD8B
RGB
CMYK
RGB Variations
Color information
#A0CD8B (or 0xA0CD8B) is known color: Gossip. HEX triplet: A0, CD and 8B. RGB value is (160,205,139). Sum of RGB (Red+Green+Blue) = 160+205+139=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CD8B is #5F3274. Grayscale: #B8B8B8. Windows color (decimal): -6238837 or 9162144. OLE color: 9162144.
HSL color Cylindrical-coordinate representation of color #A0CD8B: hue angle of 100.91º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0CD8B is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 205 | 139 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.20 |
| HSL | 100.91º | 0.4% | 0.67% | - |
| HSV(B) | 100.91º | 0.32% | 0.8% | - |
| XYZ | 40.99 | 53 | 32.5 | - |
| YUV | 184.02 | 102.59 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 139 | 0.22 | 0 | 0.32 | 0.20 | 100.91 | 0.4 | 0.67 |
| Hex | A0 | CD | 8B | 16 | 0 | 20 | 14 | 65 | 28 | 43 |
| Octal | 240 | 315 | 213 | 26 | 0 | 40 | 24 | 145 | 50 | 103 |
| Binary | 10100000 | 11001101 | 10001011 | 10110 | 0 | 100000 | 10100 | 1100101 | 101000 | 1000011 |
Color Harmonies of #A0CD8B
Complementary color
Monochromatic Colors of #A0CD8B
Black with #A0CD8B
Text Example
Text Example
White with #A0CD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CD8B; }
p { color: rgb(160,205,139); }
H1.HeaderClassName
{
color: #A0CD8B;
}
.AnyTagClassName
{
color: #A0CD8B;
}
</style>
background-color css
<style>
a { background-color: #A0CD8B; }
a { background-color: rgb(160,205,139); }
div.DivClassName
{
background-color: #A0CD8B;
}
.BgClassName
{
background-color: #A0CD8B;
}
</style>
border-color css
<style>
span { border-color: #A0CD8B; }
span { border-color: rgb(160,205,139); }
td.TdClassName
{
border-color: #A0CD8B;
}
.TagClassName
{
border-color: #A0CD8B;
}
</style>