Shades of Gossip #A1D784
Tints of Gossip #A1D784
RGB
CMYK
RGB Variations
Color information
#A1D784 (or 0xA1D784) is known color: Gossip. HEX triplet: A1, D7 and 84. RGB value is (161,215,132). Sum of RGB (Red+Green+Blue) = 161+215+132=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D784 is #5E287B. Grayscale: #BDBDBD. Windows color (decimal): -6170748 or 8705953. OLE color: 8705953.
HSL color Cylindrical-coordinate representation of color #A1D784: hue angle of 99.04º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1D784 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 132 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.16 |
| HSL | 99.04º | 0.51% | 0.68% | - |
| HSV(B) | 99.04º | 0.39% | 0.84% | - |
| XYZ | 43.16 | 57.84 | 30.72 | - |
| YUV | 189.39 | 95.61 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 132 | 0.25 | 0 | 0.39 | 0.16 | 99.04 | 0.51 | 0.68 |
| Hex | A1 | D7 | 84 | 19 | 0 | 27 | 10 | 63 | 33 | 44 |
| Octal | 241 | 327 | 204 | 31 | 0 | 47 | 20 | 143 | 63 | 104 |
| Binary | 10100001 | 11010111 | 10000100 | 11001 | 0 | 100111 | 10000 | 1100011 | 110011 | 1000100 |
Color Harmonies of #A1D784
Complementary color
Monochromatic Colors of #A1D784
Black with #A1D784
Text Example
Text Example
White with #A1D784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D784; }
p { color: rgb(161,215,132); }
H1.HeaderClassName
{
color: #A1D784;
}
.AnyTagClassName
{
color: #A1D784;
}
</style>
background-color css
<style>
a { background-color: #A1D784; }
a { background-color: rgb(161,215,132); }
div.DivClassName
{
background-color: #A1D784;
}
.BgClassName
{
background-color: #A1D784;
}
</style>
border-color css
<style>
span { border-color: #A1D784; }
span { border-color: rgb(161,215,132); }
td.TdClassName
{
border-color: #A1D784;
}
.TagClassName
{
border-color: #A1D784;
}
</style>