Shades of Gossip #A1D58C
Tints of Gossip #A1D58C
RGB
CMYK
RGB Variations
Color information
#A1D58C (or 0xA1D58C) is known color: Gossip. HEX triplet: A1, D5 and 8C. RGB value is (161,213,140). Sum of RGB (Red+Green+Blue) = 161+213+140=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D58C is #5E2A73. Grayscale: #BDBDBD. Windows color (decimal): -6171252 or 9229729. OLE color: 9229729.
HSL color Cylindrical-coordinate representation of color #A1D58C: hue angle of 102.74º 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 #A1D58C is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 140 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.16 |
| HSL | 102.74º | 0.46% | 0.69% | - |
| HSV(B) | 102.74º | 0.34% | 0.84% | - |
| XYZ | 43.23 | 57.06 | 33.55 | - |
| YUV | 189.13 | 100.27 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 140 | 0.24 | 0 | 0.34 | 0.16 | 102.74 | 0.46 | 0.69 |
| Hex | A1 | D5 | 8C | 18 | 0 | 22 | 10 | 67 | 2E | 45 |
| Octal | 241 | 325 | 214 | 30 | 0 | 42 | 20 | 147 | 56 | 105 |
| Binary | 10100001 | 11010101 | 10001100 | 11000 | 0 | 100010 | 10000 | 1100111 | 101110 | 1000101 |
Color Harmonies of #A1D58C
Complementary color
Monochromatic Colors of #A1D58C
Black with #A1D58C
Text Example
Text Example
White with #A1D58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D58C; }
p { color: rgb(161,213,140); }
H1.HeaderClassName
{
color: #A1D58C;
}
.AnyTagClassName
{
color: #A1D58C;
}
</style>
background-color css
<style>
a { background-color: #A1D58C; }
a { background-color: rgb(161,213,140); }
div.DivClassName
{
background-color: #A1D58C;
}
.BgClassName
{
background-color: #A1D58C;
}
</style>
border-color css
<style>
span { border-color: #A1D58C; }
span { border-color: rgb(161,213,140); }
td.TdClassName
{
border-color: #A1D58C;
}
.TagClassName
{
border-color: #A1D58C;
}
</style>