Shades of Gossip #A1DF8A
Tints of Gossip #A1DF8A
RGB
CMYK
RGB Variations
Color information
#A1DF8A (or 0xA1DF8A) is known color: Gossip. HEX triplet: A1, DF and 8A. RGB value is (161,223,138). Sum of RGB (Red+Green+Blue) = 161+223+138=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DF8A is #5E2075. Grayscale: #C3C3C3. Windows color (decimal): -6168694 or 9101217. OLE color: 9101217.
HSL color Cylindrical-coordinate representation of color #A1DF8A: hue angle of 103.76º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1DF8A is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 223 | 138 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.13 |
| HSL | 103.76º | 0.57% | 0.71% | - |
| HSV(B) | 103.76º | 0.38% | 0.87% | - |
| XYZ | 45.67 | 62.19 | 33.64 | - |
| YUV | 194.77 | 95.96 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 138 | 0.28 | 0 | 0.38 | 0.13 | 103.76 | 0.57 | 0.71 |
| Hex | A1 | DF | 8A | 1C | 0 | 26 | D | 68 | 39 | 47 |
| Octal | 241 | 337 | 212 | 34 | 0 | 46 | 15 | 150 | 71 | 107 |
| Binary | 10100001 | 11011111 | 10001010 | 11100 | 0 | 100110 | 1101 | 1101000 | 111001 | 1000111 |
Color Harmonies of #A1DF8A
Complementary color
Monochromatic Colors of #A1DF8A
Black with #A1DF8A
Text Example
Text Example
White with #A1DF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DF8A; }
p { color: rgb(161,223,138); }
H1.HeaderClassName
{
color: #A1DF8A;
}
.AnyTagClassName
{
color: #A1DF8A;
}
</style>
background-color css
<style>
a { background-color: #A1DF8A; }
a { background-color: rgb(161,223,138); }
div.DivClassName
{
background-color: #A1DF8A;
}
.BgClassName
{
background-color: #A1DF8A;
}
</style>
border-color css
<style>
span { border-color: #A1DF8A; }
span { border-color: rgb(161,223,138); }
td.TdClassName
{
border-color: #A1DF8A;
}
.TagClassName
{
border-color: #A1DF8A;
}
</style>