Shades of Gossip #A3D18C
Tints of Gossip #A3D18C
RGB
CMYK
RGB Variations
Color information
#A3D18C (or 0xA3D18C) is known color: Gossip. HEX triplet: A3, D1 and 8C. RGB value is (163,209,140). Sum of RGB (Red+Green+Blue) = 163+209+140=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #A3D18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D18C is #5C2E73. Grayscale: #BBBBBB. Windows color (decimal): -6041204 or 9228707. OLE color: 9228707.
HSL color Cylindrical-coordinate representation of color #A3D18C: hue angle of 100º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3D18C is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 209 | 140 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.18 |
| HSL | 100º | 0.43% | 0.68% | - |
| HSV(B) | 100º | 0.33% | 0.82% | - |
| XYZ | 42.64 | 55.28 | 33.23 | - |
| YUV | 187.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 209 | 140 | 0.22 | 0 | 0.33 | 0.18 | 100 | 0.43 | 0.68 |
| Hex | A3 | D1 | 8C | 16 | 0 | 21 | 12 | 64 | 2B | 44 |
| Octal | 243 | 321 | 214 | 26 | 0 | 41 | 22 | 144 | 53 | 104 |
| Binary | 10100011 | 11010001 | 10001100 | 10110 | 0 | 100001 | 10010 | 1100100 | 101011 | 1000100 |
Color Harmonies of #A3D18C
Complementary color
Monochromatic Colors of #A3D18C
Black with #A3D18C
Text Example
Text Example
White with #A3D18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D18C; }
p { color: rgb(163,209,140); }
H1.HeaderClassName
{
color: #A3D18C;
}
.AnyTagClassName
{
color: #A3D18C;
}
</style>
background-color css
<style>
a { background-color: #A3D18C; }
a { background-color: rgb(163,209,140); }
div.DivClassName
{
background-color: #A3D18C;
}
.BgClassName
{
background-color: #A3D18C;
}
</style>
border-color css
<style>
span { border-color: #A3D18C; }
span { border-color: rgb(163,209,140); }
td.TdClassName
{
border-color: #A3D18C;
}
.TagClassName
{
border-color: #A3D18C;
}
</style>