Shades of Gossip #A0C57F
Tints of Gossip #A0C57F
RGB
CMYK
RGB Variations
Color information
#A0C57F (or 0xA0C57F) is known color: Gossip. HEX triplet: A0, C5 and 7F. RGB value is (160,197,127). Sum of RGB (Red+Green+Blue) = 160+197+127=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C57F is #5F3A80. Grayscale: #B2B2B2. Windows color (decimal): -6240897 or 8373664. OLE color: 8373664.
HSL color Cylindrical-coordinate representation of color #A0C57F: hue angle of 91.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0C57F is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 127 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.23 |
| HSL | 91.71º | 0.38% | 0.64% | - |
| HSV(B) | 91.71º | 0.36% | 0.77% | - |
| XYZ | 38.29 | 48.94 | 27.51 | - |
| YUV | 177.96 | 99.24 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 127 | 0.19 | 0 | 0.36 | 0.23 | 91.71 | 0.38 | 0.64 |
| Hex | A0 | C5 | 7F | 13 | 0 | 24 | 17 | 5C | 26 | 40 |
| Octal | 240 | 305 | 177 | 23 | 0 | 44 | 27 | 134 | 46 | 100 |
| Binary | 10100000 | 11000101 | 1111111 | 10011 | 0 | 100100 | 10111 | 1011100 | 100110 | 1000000 |
Color Harmonies of #A0C57F
Complementary color
Monochromatic Colors of #A0C57F
Black with #A0C57F
Text Example
Text Example
White with #A0C57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C57F; }
p { color: rgb(160,197,127); }
H1.HeaderClassName
{
color: #A0C57F;
}
.AnyTagClassName
{
color: #A0C57F;
}
</style>
background-color css
<style>
a { background-color: #A0C57F; }
a { background-color: rgb(160,197,127); }
div.DivClassName
{
background-color: #A0C57F;
}
.BgClassName
{
background-color: #A0C57F;
}
</style>
border-color css
<style>
span { border-color: #A0C57F; }
span { border-color: rgb(160,197,127); }
td.TdClassName
{
border-color: #A0C57F;
}
.TagClassName
{
border-color: #A0C57F;
}
</style>