Shades of Gossip #A2D58C
Tints of Gossip #A2D58C
RGB
CMYK
RGB Variations
Color information
#A2D58C (or 0xA2D58C) is known color: Gossip. HEX triplet: A2, D5 and 8C. RGB value is (162,213,140). Sum of RGB (Red+Green+Blue) = 162+213+140=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D58C is #5D2A73. Grayscale: #BDBDBD. Windows color (decimal): -6105716 or 9229730. OLE color: 9229730.
HSL color Cylindrical-coordinate representation of color #A2D58C: hue angle of 101.92º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2D58C is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 140 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.16 |
| HSL | 101.92º | 0.46% | 0.69% | - |
| HSV(B) | 101.92º | 0.34% | 0.84% | - |
| XYZ | 43.43 | 57.16 | 33.56 | - |
| YUV | 189.43 | 100.1 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 140 | 0.24 | 0 | 0.34 | 0.16 | 101.92 | 0.46 | 0.69 |
| Hex | A2 | D5 | 8C | 18 | 0 | 22 | 10 | 66 | 2E | 45 |
| Octal | 242 | 325 | 214 | 30 | 0 | 42 | 20 | 146 | 56 | 105 |
| Binary | 10100010 | 11010101 | 10001100 | 11000 | 0 | 100010 | 10000 | 1100110 | 101110 | 1000101 |
Color Harmonies of #A2D58C
Complementary color
Monochromatic Colors of #A2D58C
Black with #A2D58C
Text Example
Text Example
White with #A2D58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D58C; }
p { color: rgb(162,213,140); }
H1.HeaderClassName
{
color: #A2D58C;
}
.AnyTagClassName
{
color: #A2D58C;
}
</style>
background-color css
<style>
a { background-color: #A2D58C; }
a { background-color: rgb(162,213,140); }
div.DivClassName
{
background-color: #A2D58C;
}
.BgClassName
{
background-color: #A2D58C;
}
</style>
border-color css
<style>
span { border-color: #A2D58C; }
span { border-color: rgb(162,213,140); }
td.TdClassName
{
border-color: #A2D58C;
}
.TagClassName
{
border-color: #A2D58C;
}
</style>