Shades of Gossip #A0C98A
Tints of Gossip #A0C98A
RGB
CMYK
RGB Variations
Color information
#A0C98A (or 0xA0C98A) is known color: Gossip. HEX triplet: A0, C9 and 8A. RGB value is (160,201,138). Sum of RGB (Red+Green+Blue) = 160+201+138=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C98A is #5F3675. Grayscale: #B5B5B5. Windows color (decimal): -6239862 or 9095584. OLE color: 9095584.
HSL color Cylindrical-coordinate representation of color #A0C98A: hue angle of 99.05º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0C98A is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 138 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.21 |
| HSL | 99.05º | 0.37% | 0.66% | - |
| HSV(B) | 99.05º | 0.31% | 0.79% | - |
| XYZ | 39.97 | 51.08 | 31.8 | - |
| YUV | 181.56 | 103.42 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 138 | 0.20 | 0 | 0.31 | 0.21 | 99.05 | 0.37 | 0.66 |
| Hex | A0 | C9 | 8A | 14 | 0 | 1F | 15 | 63 | 25 | 42 |
| Octal | 240 | 311 | 212 | 24 | 0 | 37 | 25 | 143 | 45 | 102 |
| Binary | 10100000 | 11001001 | 10001010 | 10100 | 0 | 11111 | 10101 | 1100011 | 100101 | 1000010 |
Color Harmonies of #A0C98A
Complementary color
Monochromatic Colors of #A0C98A
Black with #A0C98A
Text Example
Text Example
White with #A0C98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C98A; }
p { color: rgb(160,201,138); }
H1.HeaderClassName
{
color: #A0C98A;
}
.AnyTagClassName
{
color: #A0C98A;
}
</style>
background-color css
<style>
a { background-color: #A0C98A; }
a { background-color: rgb(160,201,138); }
div.DivClassName
{
background-color: #A0C98A;
}
.BgClassName
{
background-color: #A0C98A;
}
</style>
border-color css
<style>
span { border-color: #A0C98A; }
span { border-color: rgb(160,201,138); }
td.TdClassName
{
border-color: #A0C98A;
}
.TagClassName
{
border-color: #A0C98A;
}
</style>