Shades of Gossip #A1DD89
Tints of Gossip #A1DD89
RGB
CMYK
RGB Variations
Color information
#A1DD89 (or 0xA1DD89) is known color: Gossip. HEX triplet: A1, DD and 89. RGB value is (161,221,137). Sum of RGB (Red+Green+Blue) = 161+221+137=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 137 (53.91% from 255 or 26.40% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DD89 is #5E2276. Grayscale: #C1C1C1. Windows color (decimal): -6169207 or 9035169. OLE color: 9035169.
HSL color Cylindrical-coordinate representation of color #A1DD89: hue angle of 102.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1DD89 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 137 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.13 |
| HSL | 102.86º | 0.55% | 0.7% | - |
| HSV(B) | 102.86º | 0.38% | 0.87% | - |
| XYZ | 45.07 | 61.1 | 33.08 | - |
| YUV | 193.48 | 96.12 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 137 | 0.27 | 0 | 0.38 | 0.13 | 102.86 | 0.55 | 0.7 |
| Hex | A1 | DD | 89 | 1B | 0 | 26 | D | 67 | 37 | 46 |
| Octal | 241 | 335 | 211 | 33 | 0 | 46 | 15 | 147 | 67 | 106 |
| Binary | 10100001 | 11011101 | 10001001 | 11011 | 0 | 100110 | 1101 | 1100111 | 110111 | 1000110 |
Color Harmonies of #A1DD89
Complementary color
Monochromatic Colors of #A1DD89
Black with #A1DD89
Text Example
Text Example
White with #A1DD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD89; }
p { color: rgb(161,221,137); }
H1.HeaderClassName
{
color: #A1DD89;
}
.AnyTagClassName
{
color: #A1DD89;
}
</style>
background-color css
<style>
a { background-color: #A1DD89; }
a { background-color: rgb(161,221,137); }
div.DivClassName
{
background-color: #A1DD89;
}
.BgClassName
{
background-color: #A1DD89;
}
</style>
border-color css
<style>
span { border-color: #A1DD89; }
span { border-color: rgb(161,221,137); }
td.TdClassName
{
border-color: #A1DD89;
}
.TagClassName
{
border-color: #A1DD89;
}
</style>