Shades of Gossip #A1D68D
Tints of Gossip #A1D68D
RGB
CMYK
RGB Variations
Color information
#A1D68D (or 0xA1D68D) is known color: Gossip. HEX triplet: A1, D6 and 8D. RGB value is (161,214,141). Sum of RGB (Red+Green+Blue) = 161+214+141=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D68D is #5E2972. Grayscale: #BEBEBE. Windows color (decimal): -6170995 or 9295521. OLE color: 9295521.
HSL color Cylindrical-coordinate representation of color #A1D68D: hue angle of 103.56º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1D68D is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 141 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.16 |
| HSL | 103.56º | 0.47% | 0.7% | - |
| HSV(B) | 103.56º | 0.34% | 0.84% | - |
| XYZ | 43.55 | 57.59 | 34.02 | - |
| YUV | 189.83 | 100.44 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 141 | 0.25 | 0 | 0.34 | 0.16 | 103.56 | 0.47 | 0.7 |
| Hex | A1 | D6 | 8D | 19 | 0 | 22 | 10 | 68 | 2F | 46 |
| Octal | 241 | 326 | 215 | 31 | 0 | 42 | 20 | 150 | 57 | 106 |
| Binary | 10100001 | 11010110 | 10001101 | 11001 | 0 | 100010 | 10000 | 1101000 | 101111 | 1000110 |
Color Harmonies of #A1D68D
Complementary color
Monochromatic Colors of #A1D68D
Black with #A1D68D
Text Example
Text Example
White with #A1D68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D68D; }
p { color: rgb(161,214,141); }
H1.HeaderClassName
{
color: #A1D68D;
}
.AnyTagClassName
{
color: #A1D68D;
}
</style>
background-color css
<style>
a { background-color: #A1D68D; }
a { background-color: rgb(161,214,141); }
div.DivClassName
{
background-color: #A1D68D;
}
.BgClassName
{
background-color: #A1D68D;
}
</style>
border-color css
<style>
span { border-color: #A1D68D; }
span { border-color: rgb(161,214,141); }
td.TdClassName
{
border-color: #A1D68D;
}
.TagClassName
{
border-color: #A1D68D;
}
</style>