Shades of Gossip #A1DB8B
Tints of Gossip #A1DB8B
RGB
CMYK
RGB Variations
Color information
#A1DB8B (or 0xA1DB8B) is known color: Gossip. HEX triplet: A1, DB and 8B. RGB value is (161,219,139). Sum of RGB (Red+Green+Blue) = 161+219+139=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DB8B is #5E2474. Grayscale: #C0C0C0. Windows color (decimal): -6169717 or 9165729. OLE color: 9165729.
HSL color Cylindrical-coordinate representation of color #A1DB8B: hue angle of 103.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1DB8B is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 139 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.14 |
| HSL | 103.5º | 0.53% | 0.7% | - |
| HSV(B) | 103.5º | 0.37% | 0.86% | - |
| XYZ | 44.69 | 60.1 | 33.67 | - |
| YUV | 192.54 | 97.78 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 139 | 0.26 | 0 | 0.37 | 0.14 | 103.5 | 0.53 | 0.7 |
| Hex | A1 | DB | 8B | 1A | 0 | 25 | E | 68 | 35 | 46 |
| Octal | 241 | 333 | 213 | 32 | 0 | 45 | 16 | 150 | 65 | 106 |
| Binary | 10100001 | 11011011 | 10001011 | 11010 | 0 | 100101 | 1110 | 1101000 | 110101 | 1000110 |
Color Harmonies of #A1DB8B
Complementary color
Monochromatic Colors of #A1DB8B
Black with #A1DB8B
Text Example
Text Example
White with #A1DB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DB8B; }
p { color: rgb(161,219,139); }
H1.HeaderClassName
{
color: #A1DB8B;
}
.AnyTagClassName
{
color: #A1DB8B;
}
</style>
background-color css
<style>
a { background-color: #A1DB8B; }
a { background-color: rgb(161,219,139); }
div.DivClassName
{
background-color: #A1DB8B;
}
.BgClassName
{
background-color: #A1DB8B;
}
</style>
border-color css
<style>
span { border-color: #A1DB8B; }
span { border-color: rgb(161,219,139); }
td.TdClassName
{
border-color: #A1DB8B;
}
.TagClassName
{
border-color: #A1DB8B;
}
</style>