Shades of Gossip #A1D58A
Tints of Gossip #A1D58A
RGB
CMYK
RGB Variations
Color information
#A1D58A (or 0xA1D58A) is known color: Gossip. HEX triplet: A1, D5 and 8A. RGB value is (161,213,138). Sum of RGB (Red+Green+Blue) = 161+213+138=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D58A is #5E2A75. Grayscale: #BDBDBD. Windows color (decimal): -6171254 or 9098657. OLE color: 9098657.
HSL color Cylindrical-coordinate representation of color #A1D58A: hue angle of 101.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1D58A is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 138 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.16 |
| HSL | 101.6º | 0.47% | 0.69% | - |
| HSV(B) | 101.6º | 0.35% | 0.84% | - |
| XYZ | 43.08 | 57 | 32.78 | - |
| YUV | 188.9 | 99.27 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 138 | 0.24 | 0 | 0.35 | 0.16 | 101.6 | 0.47 | 0.69 |
| Hex | A1 | D5 | 8A | 18 | 0 | 23 | 10 | 66 | 2F | 45 |
| Octal | 241 | 325 | 212 | 30 | 0 | 43 | 20 | 146 | 57 | 105 |
| Binary | 10100001 | 11010101 | 10001010 | 11000 | 0 | 100011 | 10000 | 1100110 | 101111 | 1000101 |
Color Harmonies of #A1D58A
Complementary color
Monochromatic Colors of #A1D58A
Black with #A1D58A
Text Example
Text Example
White with #A1D58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D58A; }
p { color: rgb(161,213,138); }
H1.HeaderClassName
{
color: #A1D58A;
}
.AnyTagClassName
{
color: #A1D58A;
}
</style>
background-color css
<style>
a { background-color: #A1D58A; }
a { background-color: rgb(161,213,138); }
div.DivClassName
{
background-color: #A1D58A;
}
.BgClassName
{
background-color: #A1D58A;
}
</style>
border-color css
<style>
span { border-color: #A1D58A; }
span { border-color: rgb(161,213,138); }
td.TdClassName
{
border-color: #A1D58A;
}
.TagClassName
{
border-color: #A1D58A;
}
</style>