Shades of Gossip #A2C58A
Tints of Gossip #A2C58A
RGB
CMYK
RGB Variations
Color information
#A2C58A (or 0xA2C58A) is known color: Gossip. HEX triplet: A2, C5 and 8A. RGB value is (162,197,138). Sum of RGB (Red+Green+Blue) = 162+197+138=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C58A is #5D3A75. Grayscale: #B4B4B4. Windows color (decimal): -6109814 or 9094562. OLE color: 9094562.
HSL color Cylindrical-coordinate representation of color #A2C58A: hue angle of 95.59º 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 #A2C58A is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 197 | 138 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.23 |
| HSL | 95.59º | 0.34% | 0.66% | - |
| HSV(B) | 95.59º | 0.3% | 0.77% | - |
| XYZ | 39.45 | 49.45 | 31.51 | - |
| YUV | 179.81 | 104.4 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 138 | 0.18 | 0 | 0.30 | 0.23 | 95.59 | 0.34 | 0.66 |
| Hex | A2 | C5 | 8A | 12 | 0 | 1E | 17 | 60 | 22 | 42 |
| Octal | 242 | 305 | 212 | 22 | 0 | 36 | 27 | 140 | 42 | 102 |
| Binary | 10100010 | 11000101 | 10001010 | 10010 | 0 | 11110 | 10111 | 1100000 | 100010 | 1000010 |
Color Harmonies of #A2C58A
Complementary color
Monochromatic Colors of #A2C58A
Black with #A2C58A
Text Example
Text Example
White with #A2C58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C58A; }
p { color: rgb(162,197,138); }
H1.HeaderClassName
{
color: #A2C58A;
}
.AnyTagClassName
{
color: #A2C58A;
}
</style>
background-color css
<style>
a { background-color: #A2C58A; }
a { background-color: rgb(162,197,138); }
div.DivClassName
{
background-color: #A2C58A;
}
.BgClassName
{
background-color: #A2C58A;
}
</style>
border-color css
<style>
span { border-color: #A2C58A; }
span { border-color: rgb(162,197,138); }
td.TdClassName
{
border-color: #A2C58A;
}
.TagClassName
{
border-color: #A2C58A;
}
</style>