Shades of Gossip #A0CC8E
Tints of Gossip #A0CC8E
RGB
CMYK
RGB Variations
Color information
#A0CC8E (or 0xA0CC8E) is known color: Gossip. HEX triplet: A0, CC and 8E. RGB value is (160,204,142). Sum of RGB (Red+Green+Blue) = 160+204+142=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CC8E is #5F3371. Grayscale: #B7B7B7. Windows color (decimal): -6239090 or 9358496. OLE color: 9358496.
HSL color Cylindrical-coordinate representation of color #A0CC8E: hue angle of 102.58º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0CC8E is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 142 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.2 |
| HSL | 102.58º | 0.38% | 0.68% | - |
| HSV(B) | 102.58º | 0.3% | 0.8% | - |
| XYZ | 40.97 | 52.61 | 33.59 | - |
| YUV | 183.78 | 104.42 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 142 | 0.22 | 0 | 0.30 | 0.2 | 102.58 | 0.38 | 0.68 |
| Hex | A0 | CC | 8E | 16 | 0 | 1E | 14 | 67 | 26 | 44 |
| Octal | 240 | 314 | 216 | 26 | 0 | 36 | 24 | 147 | 46 | 104 |
| Binary | 10100000 | 11001100 | 10001110 | 10110 | 0 | 11110 | 10100 | 1100111 | 100110 | 1000100 |
Color Harmonies of #A0CC8E
Complementary color
Monochromatic Colors of #A0CC8E
Black with #A0CC8E
Text Example
Text Example
White with #A0CC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC8E; }
p { color: rgb(160,204,142); }
H1.HeaderClassName
{
color: #A0CC8E;
}
.AnyTagClassName
{
color: #A0CC8E;
}
</style>
background-color css
<style>
a { background-color: #A0CC8E; }
a { background-color: rgb(160,204,142); }
div.DivClassName
{
background-color: #A0CC8E;
}
.BgClassName
{
background-color: #A0CC8E;
}
</style>
border-color css
<style>
span { border-color: #A0CC8E; }
span { border-color: rgb(160,204,142); }
td.TdClassName
{
border-color: #A0CC8E;
}
.TagClassName
{
border-color: #A0CC8E;
}
</style>