Shades of Gossip #A1DC8C
Tints of Gossip #A1DC8C
RGB
CMYK
RGB Variations
Color information
#A1DC8C (or 0xA1DC8C) is known color: Gossip. HEX triplet: A1, DC and 8C. RGB value is (161,220,140). Sum of RGB (Red+Green+Blue) = 161+220+140=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DC8C is #5E2373. Grayscale: #C1C1C1. Windows color (decimal): -6169460 or 9231521. OLE color: 9231521.
HSL color Cylindrical-coordinate representation of color #A1DC8C: hue angle of 104.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1DC8C is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 140 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.14 |
| HSL | 104.25º | 0.53% | 0.71% | - |
| HSV(B) | 104.25º | 0.36% | 0.86% | - |
| XYZ | 45.02 | 60.66 | 34.15 | - |
| YUV | 193.24 | 97.95 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 140 | 0.27 | 0 | 0.36 | 0.14 | 104.25 | 0.53 | 0.71 |
| Hex | A1 | DC | 8C | 1B | 0 | 24 | E | 68 | 35 | 47 |
| Octal | 241 | 334 | 214 | 33 | 0 | 44 | 16 | 150 | 65 | 107 |
| Binary | 10100001 | 11011100 | 10001100 | 11011 | 0 | 100100 | 1110 | 1101000 | 110101 | 1000111 |
Color Harmonies of #A1DC8C
Complementary color
Monochromatic Colors of #A1DC8C
Black with #A1DC8C
Text Example
Text Example
White with #A1DC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DC8C; }
p { color: rgb(161,220,140); }
H1.HeaderClassName
{
color: #A1DC8C;
}
.AnyTagClassName
{
color: #A1DC8C;
}
</style>
background-color css
<style>
a { background-color: #A1DC8C; }
a { background-color: rgb(161,220,140); }
div.DivClassName
{
background-color: #A1DC8C;
}
.BgClassName
{
background-color: #A1DC8C;
}
</style>
border-color css
<style>
span { border-color: #A1DC8C; }
span { border-color: rgb(161,220,140); }
td.TdClassName
{
border-color: #A1DC8C;
}
.TagClassName
{
border-color: #A1DC8C;
}
</style>