Shades of Gossip #A0C58A
Tints of Gossip #A0C58A
RGB
CMYK
RGB Variations
Color information
#A0C58A (or 0xA0C58A) is known color: Gossip. HEX triplet: A0, C5 and 8A. RGB value is (160,197,138). Sum of RGB (Red+Green+Blue) = 160+197+138=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C58A is #5F3A75. Grayscale: #B3B3B3. Windows color (decimal): -6240886 or 9094560. OLE color: 9094560.
HSL color Cylindrical-coordinate representation of color #A0C58A: hue angle of 97.63º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0C58A is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 138 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.23 |
| HSL | 97.63º | 0.34% | 0.66% | - |
| HSV(B) | 97.63º | 0.3% | 0.77% | - |
| XYZ | 39.05 | 49.24 | 31.49 | - |
| YUV | 179.21 | 104.74 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 138 | 0.19 | 0 | 0.30 | 0.23 | 97.63 | 0.34 | 0.66 |
| Hex | A0 | C5 | 8A | 13 | 0 | 1E | 17 | 62 | 22 | 42 |
| Octal | 240 | 305 | 212 | 23 | 0 | 36 | 27 | 142 | 42 | 102 |
| Binary | 10100000 | 11000101 | 10001010 | 10011 | 0 | 11110 | 10111 | 1100010 | 100010 | 1000010 |
Color Harmonies of #A0C58A
Complementary color
Monochromatic Colors of #A0C58A
Black with #A0C58A
Text Example
Text Example
White with #A0C58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C58A; }
p { color: rgb(160,197,138); }
H1.HeaderClassName
{
color: #A0C58A;
}
.AnyTagClassName
{
color: #A0C58A;
}
</style>
background-color css
<style>
a { background-color: #A0C58A; }
a { background-color: rgb(160,197,138); }
div.DivClassName
{
background-color: #A0C58A;
}
.BgClassName
{
background-color: #A0C58A;
}
</style>
border-color css
<style>
span { border-color: #A0C58A; }
span { border-color: rgb(160,197,138); }
td.TdClassName
{
border-color: #A0C58A;
}
.TagClassName
{
border-color: #A0C58A;
}
</style>