Shades of Gossip #A3D493
Tints of Gossip #A3D493
RGB
CMYK
RGB Variations
Color information
#A3D493 (or 0xA3D493) is known color: Gossip. HEX triplet: A3, D4 and 93. RGB value is (163,212,147). Sum of RGB (Red+Green+Blue) = 163+212+147=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 212 - color contains mainly: green. Hex color #A3D493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D493 is #5C2B6C. Grayscale: #BEBEBE. Windows color (decimal): -6040429 or 9688227. OLE color: 9688227.
HSL color Cylindrical-coordinate representation of color #A3D493: hue angle of 105.23º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3D493 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 212 | 147 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.17 |
| HSL | 105.23º | 0.43% | 0.7% | - |
| HSV(B) | 105.23º | 0.31% | 0.83% | - |
| XYZ | 43.91 | 56.98 | 36.29 | - |
| YUV | 189.94 | 103.77 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 212 | 147 | 0.23 | 0 | 0.31 | 0.17 | 105.23 | 0.43 | 0.7 |
| Hex | A3 | D4 | 93 | 17 | 0 | 1F | 11 | 69 | 2B | 46 |
| Octal | 243 | 324 | 223 | 27 | 0 | 37 | 21 | 151 | 53 | 106 |
| Binary | 10100011 | 11010100 | 10010011 | 10111 | 0 | 11111 | 10001 | 1101001 | 101011 | 1000110 |
Color Harmonies of #A3D493
Complementary color
Monochromatic Colors of #A3D493
Black with #A3D493
Text Example
Text Example
White with #A3D493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D493; }
p { color: rgb(163,212,147); }
H1.HeaderClassName
{
color: #A3D493;
}
.AnyTagClassName
{
color: #A3D493;
}
</style>
background-color css
<style>
a { background-color: #A3D493; }
a { background-color: rgb(163,212,147); }
div.DivClassName
{
background-color: #A3D493;
}
.BgClassName
{
background-color: #A3D493;
}
</style>
border-color css
<style>
span { border-color: #A3D493; }
span { border-color: rgb(163,212,147); }
td.TdClassName
{
border-color: #A3D493;
}
.TagClassName
{
border-color: #A3D493;
}
</style>