Shades of Gossip #A0C97C
Tints of Gossip #A0C97C
RGB
CMYK
RGB Variations
Color information
#A0C97C (or 0xA0C97C) is known color: Gossip. HEX triplet: A0, C9 and 7C. RGB value is (160,201,124). Sum of RGB (Red+Green+Blue) = 160+201+124=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C97C is #5F3683. Grayscale: #B4B4B4. Windows color (decimal): -6239876 or 8178080. OLE color: 8178080.
HSL color Cylindrical-coordinate representation of color #A0C97C: hue angle of 91.95º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0C97C is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 124 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.21 |
| HSL | 91.95º | 0.42% | 0.64% | - |
| HSV(B) | 91.95º | 0.38% | 0.79% | - |
| XYZ | 39.02 | 50.7 | 26.8 | - |
| YUV | 179.96 | 96.42 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 124 | 0.20 | 0 | 0.38 | 0.21 | 91.95 | 0.42 | 0.64 |
| Hex | A0 | C9 | 7C | 14 | 0 | 26 | 15 | 5C | 2A | 40 |
| Octal | 240 | 311 | 174 | 24 | 0 | 46 | 25 | 134 | 52 | 100 |
| Binary | 10100000 | 11001001 | 1111100 | 10100 | 0 | 100110 | 10101 | 1011100 | 101010 | 1000000 |
Color Harmonies of #A0C97C
Complementary color
Monochromatic Colors of #A0C97C
Black with #A0C97C
Text Example
Text Example
White with #A0C97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C97C; }
p { color: rgb(160,201,124); }
H1.HeaderClassName
{
color: #A0C97C;
}
.AnyTagClassName
{
color: #A0C97C;
}
</style>
background-color css
<style>
a { background-color: #A0C97C; }
a { background-color: rgb(160,201,124); }
div.DivClassName
{
background-color: #A0C97C;
}
.BgClassName
{
background-color: #A0C97C;
}
</style>
border-color css
<style>
span { border-color: #A0C97C; }
span { border-color: rgb(160,201,124); }
td.TdClassName
{
border-color: #A0C97C;
}
.TagClassName
{
border-color: #A0C97C;
}
</style>