Shades of Gossip #A0CB7E
Tints of Gossip #A0CB7E
RGB
CMYK
RGB Variations
Color information
#A0CB7E (or 0xA0CB7E) is known color: Gossip. HEX triplet: A0, CB and 7E. RGB value is (160,203,126). Sum of RGB (Red+Green+Blue) = 160+203+126=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB7E is #5F3481. Grayscale: #B5B5B5. Windows color (decimal): -6239362 or 8309664. OLE color: 8309664.
HSL color Cylindrical-coordinate representation of color #A0CB7E: hue angle of 93.51º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0CB7E is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 126 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.20 |
| HSL | 93.51º | 0.43% | 0.65% | - |
| HSV(B) | 93.51º | 0.38% | 0.8% | - |
| XYZ | 39.62 | 51.69 | 27.63 | - |
| YUV | 181.37 | 96.75 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 126 | 0.21 | 0 | 0.38 | 0.20 | 93.51 | 0.43 | 0.65 |
| Hex | A0 | CB | 7E | 15 | 0 | 26 | 14 | 5E | 2B | 41 |
| Octal | 240 | 313 | 176 | 25 | 0 | 46 | 24 | 136 | 53 | 101 |
| Binary | 10100000 | 11001011 | 1111110 | 10101 | 0 | 100110 | 10100 | 1011110 | 101011 | 1000001 |
Color Harmonies of #A0CB7E
Complementary color
Monochromatic Colors of #A0CB7E
Black with #A0CB7E
Text Example
Text Example
White with #A0CB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CB7E; }
p { color: rgb(160,203,126); }
H1.HeaderClassName
{
color: #A0CB7E;
}
.AnyTagClassName
{
color: #A0CB7E;
}
</style>
background-color css
<style>
a { background-color: #A0CB7E; }
a { background-color: rgb(160,203,126); }
div.DivClassName
{
background-color: #A0CB7E;
}
.BgClassName
{
background-color: #A0CB7E;
}
</style>
border-color css
<style>
span { border-color: #A0CB7E; }
span { border-color: rgb(160,203,126); }
td.TdClassName
{
border-color: #A0CB7E;
}
.TagClassName
{
border-color: #A0CB7E;
}
</style>