Shades of Gossip #A1DE8B
Tints of Gossip #A1DE8B
RGB
CMYK
RGB Variations
Color information
#A1DE8B (or 0xA1DE8B) is known color: Gossip. HEX triplet: A1, DE and 8B. RGB value is (161,222,139). Sum of RGB (Red+Green+Blue) = 161+222+139=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DE8B is #5E2174. Grayscale: #C2C2C2. Windows color (decimal): -6168949 or 9166497. OLE color: 9166497.
HSL color Cylindrical-coordinate representation of color #A1DE8B: hue angle of 104.1º degrees, saturation: 0.56, 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 #A1DE8B is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 222 | 139 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.13 |
| HSL | 104.1º | 0.56% | 0.71% | - |
| HSV(B) | 104.1º | 0.37% | 0.87% | - |
| XYZ | 45.48 | 61.68 | 33.94 | - |
| YUV | 194.3 | 96.79 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 139 | 0.27 | 0 | 0.37 | 0.13 | 104.1 | 0.56 | 0.71 |
| Hex | A1 | DE | 8B | 1B | 0 | 25 | D | 68 | 38 | 47 |
| Octal | 241 | 336 | 213 | 33 | 0 | 45 | 15 | 150 | 70 | 107 |
| Binary | 10100001 | 11011110 | 10001011 | 11011 | 0 | 100101 | 1101 | 1101000 | 111000 | 1000111 |
Color Harmonies of #A1DE8B
Complementary color
Monochromatic Colors of #A1DE8B
Black with #A1DE8B
Text Example
Text Example
White with #A1DE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DE8B; }
p { color: rgb(161,222,139); }
H1.HeaderClassName
{
color: #A1DE8B;
}
.AnyTagClassName
{
color: #A1DE8B;
}
</style>
background-color css
<style>
a { background-color: #A1DE8B; }
a { background-color: rgb(161,222,139); }
div.DivClassName
{
background-color: #A1DE8B;
}
.BgClassName
{
background-color: #A1DE8B;
}
</style>
border-color css
<style>
span { border-color: #A1DE8B; }
span { border-color: rgb(161,222,139); }
td.TdClassName
{
border-color: #A1DE8B;
}
.TagClassName
{
border-color: #A1DE8B;
}
</style>