Shades of Gossip #A1DD8B
Tints of Gossip #A1DD8B
RGB
CMYK
RGB Variations
Color information
#A1DD8B (or 0xA1DD8B) is known color: Gossip. HEX triplet: A1, DD and 8B. RGB value is (161,221,139). Sum of RGB (Red+Green+Blue) = 161+221+139=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DD8B is #5E2274. Grayscale: #C1C1C1. Windows color (decimal): -6169205 or 9166241. OLE color: 9166241.
HSL color Cylindrical-coordinate representation of color #A1DD8B: hue angle of 103.9º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1DD8B is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 139 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.13 |
| HSL | 103.9º | 0.55% | 0.71% | - |
| HSV(B) | 103.9º | 0.37% | 0.87% | - |
| XYZ | 45.21 | 61.15 | 33.85 | - |
| YUV | 193.71 | 97.12 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 139 | 0.27 | 0 | 0.37 | 0.13 | 103.9 | 0.55 | 0.71 |
| Hex | A1 | DD | 8B | 1B | 0 | 25 | D | 68 | 37 | 47 |
| Octal | 241 | 335 | 213 | 33 | 0 | 45 | 15 | 150 | 67 | 107 |
| Binary | 10100001 | 11011101 | 10001011 | 11011 | 0 | 100101 | 1101 | 1101000 | 110111 | 1000111 |
Color Harmonies of #A1DD8B
Complementary color
Monochromatic Colors of #A1DD8B
Black with #A1DD8B
Text Example
Text Example
White with #A1DD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD8B; }
p { color: rgb(161,221,139); }
H1.HeaderClassName
{
color: #A1DD8B;
}
.AnyTagClassName
{
color: #A1DD8B;
}
</style>
background-color css
<style>
a { background-color: #A1DD8B; }
a { background-color: rgb(161,221,139); }
div.DivClassName
{
background-color: #A1DD8B;
}
.BgClassName
{
background-color: #A1DD8B;
}
</style>
border-color css
<style>
span { border-color: #A1DD8B; }
span { border-color: rgb(161,221,139); }
td.TdClassName
{
border-color: #A1DD8B;
}
.TagClassName
{
border-color: #A1DD8B;
}
</style>