Shades of Gossip #A0C48A
Tints of Gossip #A0C48A
RGB
CMYK
RGB Variations
Color information
#A0C48A (or 0xA0C48A) is known color: Gossip. HEX triplet: A0, C4 and 8A. RGB value is (160,196,138). Sum of RGB (Red+Green+Blue) = 160+196+138=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C48A is #5F3B75. Grayscale: #B2B2B2. Windows color (decimal): -6241142 or 9094304. OLE color: 9094304.
HSL color Cylindrical-coordinate representation of color #A0C48A: hue angle of 97.24º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0C48A is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 196 | 138 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.23 |
| HSL | 97.24º | 0.33% | 0.65% | - |
| HSV(B) | 97.24º | 0.3% | 0.77% | - |
| XYZ | 38.82 | 48.79 | 31.42 | - |
| YUV | 178.62 | 105.07 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 196 | 138 | 0.18 | 0 | 0.30 | 0.23 | 97.24 | 0.33 | 0.65 |
| Hex | A0 | C4 | 8A | 12 | 0 | 1E | 17 | 61 | 21 | 41 |
| Octal | 240 | 304 | 212 | 22 | 0 | 36 | 27 | 141 | 41 | 101 |
| Binary | 10100000 | 11000100 | 10001010 | 10010 | 0 | 11110 | 10111 | 1100001 | 100001 | 1000001 |
Color Harmonies of #A0C48A
Complementary color
Monochromatic Colors of #A0C48A
Black with #A0C48A
Text Example
Text Example
White with #A0C48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C48A; }
p { color: rgb(160,196,138); }
H1.HeaderClassName
{
color: #A0C48A;
}
.AnyTagClassName
{
color: #A0C48A;
}
</style>
background-color css
<style>
a { background-color: #A0C48A; }
a { background-color: rgb(160,196,138); }
div.DivClassName
{
background-color: #A0C48A;
}
.BgClassName
{
background-color: #A0C48A;
}
</style>
border-color css
<style>
span { border-color: #A0C48A; }
span { border-color: rgb(160,196,138); }
td.TdClassName
{
border-color: #A0C48A;
}
.TagClassName
{
border-color: #A0C48A;
}
</style>