Shades of Gossip #A0C97B
Tints of Gossip #A0C97B
RGB
CMYK
RGB Variations
Color information
#A0C97B (or 0xA0C97B) is known color: Gossip. HEX triplet: A0, C9 and 7B. RGB value is (160,201,123). Sum of RGB (Red+Green+Blue) = 160+201+123=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C97B is #5F3684. Grayscale: #B4B4B4. Windows color (decimal): -6239877 or 8112544. OLE color: 8112544.
HSL color Cylindrical-coordinate representation of color #A0C97B: hue angle of 91.54º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0C97B is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 123 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.21 |
| HSL | 91.54º | 0.42% | 0.64% | - |
| HSV(B) | 91.54º | 0.39% | 0.79% | - |
| XYZ | 38.96 | 50.68 | 26.47 | - |
| YUV | 179.85 | 95.92 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 123 | 0.20 | 0 | 0.39 | 0.21 | 91.54 | 0.42 | 0.64 |
| Hex | A0 | C9 | 7B | 14 | 0 | 27 | 15 | 5C | 2A | 40 |
| Octal | 240 | 311 | 173 | 24 | 0 | 47 | 25 | 134 | 52 | 100 |
| Binary | 10100000 | 11001001 | 1111011 | 10100 | 0 | 100111 | 10101 | 1011100 | 101010 | 1000000 |
Color Harmonies of #A0C97B
Complementary color
Monochromatic Colors of #A0C97B
Black with #A0C97B
Text Example
Text Example
White with #A0C97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C97B; }
p { color: rgb(160,201,123); }
H1.HeaderClassName
{
color: #A0C97B;
}
.AnyTagClassName
{
color: #A0C97B;
}
</style>
background-color css
<style>
a { background-color: #A0C97B; }
a { background-color: rgb(160,201,123); }
div.DivClassName
{
background-color: #A0C97B;
}
.BgClassName
{
background-color: #A0C97B;
}
</style>
border-color css
<style>
span { border-color: #A0C97B; }
span { border-color: rgb(160,201,123); }
td.TdClassName
{
border-color: #A0C97B;
}
.TagClassName
{
border-color: #A0C97B;
}
</style>