Shades of Gossip #A1D38A
Tints of Gossip #A1D38A
RGB
CMYK
RGB Variations
Color information
#A1D38A (or 0xA1D38A) is known color: Gossip. HEX triplet: A1, D3 and 8A. RGB value is (161,211,138). Sum of RGB (Red+Green+Blue) = 161+211+138=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D38A is #5E2C75. Grayscale: #BBBBBB. Windows color (decimal): -6171766 or 9098145. OLE color: 9098145.
HSL color Cylindrical-coordinate representation of color #A1D38A: hue angle of 101.1º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1D38A is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 138 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.17 |
| HSL | 101.1º | 0.45% | 0.68% | - |
| HSV(B) | 101.1º | 0.35% | 0.83% | - |
| XYZ | 42.58 | 56 | 32.61 | - |
| YUV | 187.73 | 99.94 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 138 | 0.24 | 0 | 0.35 | 0.17 | 101.1 | 0.45 | 0.68 |
| Hex | A1 | D3 | 8A | 18 | 0 | 23 | 11 | 65 | 2D | 44 |
| Octal | 241 | 323 | 212 | 30 | 0 | 43 | 21 | 145 | 55 | 104 |
| Binary | 10100001 | 11010011 | 10001010 | 11000 | 0 | 100011 | 10001 | 1100101 | 101101 | 1000100 |
Color Harmonies of #A1D38A
Complementary color
Monochromatic Colors of #A1D38A
Black with #A1D38A
Text Example
Text Example
White with #A1D38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D38A; }
p { color: rgb(161,211,138); }
H1.HeaderClassName
{
color: #A1D38A;
}
.AnyTagClassName
{
color: #A1D38A;
}
</style>
background-color css
<style>
a { background-color: #A1D38A; }
a { background-color: rgb(161,211,138); }
div.DivClassName
{
background-color: #A1D38A;
}
.BgClassName
{
background-color: #A1D38A;
}
</style>
border-color css
<style>
span { border-color: #A1D38A; }
span { border-color: rgb(161,211,138); }
td.TdClassName
{
border-color: #A1D38A;
}
.TagClassName
{
border-color: #A1D38A;
}
</style>