Shades of Gossip #A1D38E
Tints of Gossip #A1D38E
RGB
CMYK
RGB Variations
Color information
#A1D38E (or 0xA1D38E) is known color: Gossip. HEX triplet: A1, D3 and 8E. RGB value is (161,211,142). Sum of RGB (Red+Green+Blue) = 161+211+142=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D38E is #5E2C71. Grayscale: #BCBCBC. Windows color (decimal): -6171762 or 9360289. OLE color: 9360289.
HSL color Cylindrical-coordinate representation of color #A1D38E: hue angle of 103.48º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1D38E is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 142 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.17 |
| HSL | 103.48º | 0.44% | 0.69% | - |
| HSV(B) | 103.48º | 0.33% | 0.83% | - |
| XYZ | 42.87 | 56.12 | 34.16 | - |
| YUV | 188.18 | 101.94 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 142 | 0.24 | 0 | 0.33 | 0.17 | 103.48 | 0.44 | 0.69 |
| Hex | A1 | D3 | 8E | 18 | 0 | 21 | 11 | 67 | 2C | 45 |
| Octal | 241 | 323 | 216 | 30 | 0 | 41 | 21 | 147 | 54 | 105 |
| Binary | 10100001 | 11010011 | 10001110 | 11000 | 0 | 100001 | 10001 | 1100111 | 101100 | 1000101 |
Color Harmonies of #A1D38E
Complementary color
Monochromatic Colors of #A1D38E
Black with #A1D38E
Text Example
Text Example
White with #A1D38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D38E; }
p { color: rgb(161,211,142); }
H1.HeaderClassName
{
color: #A1D38E;
}
.AnyTagClassName
{
color: #A1D38E;
}
</style>
background-color css
<style>
a { background-color: #A1D38E; }
a { background-color: rgb(161,211,142); }
div.DivClassName
{
background-color: #A1D38E;
}
.BgClassName
{
background-color: #A1D38E;
}
</style>
border-color css
<style>
span { border-color: #A1D38E; }
span { border-color: rgb(161,211,142); }
td.TdClassName
{
border-color: #A1D38E;
}
.TagClassName
{
border-color: #A1D38E;
}
</style>