Shades of Gossip #A1DA8D
Tints of Gossip #A1DA8D
RGB
CMYK
RGB Variations
Color information
#A1DA8D (or 0xA1DA8D) is known color: Gossip. HEX triplet: A1, DA and 8D. RGB value is (161,218,141). Sum of RGB (Red+Green+Blue) = 161+218+141=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DA8D is #5E2572. Grayscale: #C0C0C0. Windows color (decimal): -6169971 or 9296545. OLE color: 9296545.
HSL color Cylindrical-coordinate representation of color #A1DA8D: hue angle of 104.42º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1DA8D is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 141 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.15 |
| HSL | 104.42º | 0.51% | 0.7% | - |
| HSV(B) | 104.42º | 0.35% | 0.85% | - |
| XYZ | 44.58 | 59.64 | 34.36 | - |
| YUV | 192.18 | 99.12 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 141 | 0.26 | 0 | 0.35 | 0.15 | 104.42 | 0.51 | 0.7 |
| Hex | A1 | DA | 8D | 1A | 0 | 23 | F | 68 | 33 | 46 |
| Octal | 241 | 332 | 215 | 32 | 0 | 43 | 17 | 150 | 63 | 106 |
| Binary | 10100001 | 11011010 | 10001101 | 11010 | 0 | 100011 | 1111 | 1101000 | 110011 | 1000110 |
Color Harmonies of #A1DA8D
Complementary color
Monochromatic Colors of #A1DA8D
Black with #A1DA8D
Text Example
Text Example
White with #A1DA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA8D; }
p { color: rgb(161,218,141); }
H1.HeaderClassName
{
color: #A1DA8D;
}
.AnyTagClassName
{
color: #A1DA8D;
}
</style>
background-color css
<style>
a { background-color: #A1DA8D; }
a { background-color: rgb(161,218,141); }
div.DivClassName
{
background-color: #A1DA8D;
}
.BgClassName
{
background-color: #A1DA8D;
}
</style>
border-color css
<style>
span { border-color: #A1DA8D; }
span { border-color: rgb(161,218,141); }
td.TdClassName
{
border-color: #A1DA8D;
}
.TagClassName
{
border-color: #A1DA8D;
}
</style>