Shades of Gossip #A1D58E
Tints of Gossip #A1D58E
RGB
CMYK
RGB Variations
Color information
#A1D58E (or 0xA1D58E) is known color: Gossip. HEX triplet: A1, D5 and 8E. RGB value is (161,213,142). Sum of RGB (Red+Green+Blue) = 161+213+142=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D58E is #5E2A71. Grayscale: #BDBDBD. Windows color (decimal): -6171250 or 9360801. OLE color: 9360801.
HSL color Cylindrical-coordinate representation of color #A1D58E: hue angle of 103.94º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1D58E is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 142 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.16 |
| HSL | 103.94º | 0.46% | 0.7% | - |
| HSV(B) | 103.94º | 0.33% | 0.84% | - |
| XYZ | 43.37 | 57.12 | 34.33 | - |
| YUV | 189.36 | 101.27 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 142 | 0.24 | 0 | 0.33 | 0.16 | 103.94 | 0.46 | 0.7 |
| Hex | A1 | D5 | 8E | 18 | 0 | 21 | 10 | 68 | 2E | 46 |
| Octal | 241 | 325 | 216 | 30 | 0 | 41 | 20 | 150 | 56 | 106 |
| Binary | 10100001 | 11010101 | 10001110 | 11000 | 0 | 100001 | 10000 | 1101000 | 101110 | 1000110 |
Color Harmonies of #A1D58E
Complementary color
Monochromatic Colors of #A1D58E
Black with #A1D58E
Text Example
Text Example
White with #A1D58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D58E; }
p { color: rgb(161,213,142); }
H1.HeaderClassName
{
color: #A1D58E;
}
.AnyTagClassName
{
color: #A1D58E;
}
</style>
background-color css
<style>
a { background-color: #A1D58E; }
a { background-color: rgb(161,213,142); }
div.DivClassName
{
background-color: #A1D58E;
}
.BgClassName
{
background-color: #A1D58E;
}
</style>
border-color css
<style>
span { border-color: #A1D58E; }
span { border-color: rgb(161,213,142); }
td.TdClassName
{
border-color: #A1D58E;
}
.TagClassName
{
border-color: #A1D58E;
}
</style>