Shades of Gossip #A3D38D
Tints of Gossip #A3D38D
RGB
CMYK
RGB Variations
Color information
#A3D38D (or 0xA3D38D) is known color: Gossip. HEX triplet: A3, D3 and 8D. RGB value is (163,211,141). Sum of RGB (Red+Green+Blue) = 163+211+141=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 211 - color contains mainly: green. Hex color #A3D38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D38D is #5C2C72. Grayscale: #BCBCBC. Windows color (decimal): -6040691 or 9294755. OLE color: 9294755.
HSL color Cylindrical-coordinate representation of color #A3D38D: hue angle of 101.14º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3D38D is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 211 | 141 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.17 |
| HSL | 101.14º | 0.44% | 0.69% | - |
| HSV(B) | 101.14º | 0.33% | 0.83% | - |
| XYZ | 43.21 | 56.3 | 33.79 | - |
| YUV | 188.67 | 101.1 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 211 | 141 | 0.23 | 0 | 0.33 | 0.17 | 101.14 | 0.44 | 0.69 |
| Hex | A3 | D3 | 8D | 17 | 0 | 21 | 11 | 65 | 2C | 45 |
| Octal | 243 | 323 | 215 | 27 | 0 | 41 | 21 | 145 | 54 | 105 |
| Binary | 10100011 | 11010011 | 10001101 | 10111 | 0 | 100001 | 10001 | 1100101 | 101100 | 1000101 |
Color Harmonies of #A3D38D
Complementary color
Monochromatic Colors of #A3D38D
Black with #A3D38D
Text Example
Text Example
White with #A3D38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D38D; }
p { color: rgb(163,211,141); }
H1.HeaderClassName
{
color: #A3D38D;
}
.AnyTagClassName
{
color: #A3D38D;
}
</style>
background-color css
<style>
a { background-color: #A3D38D; }
a { background-color: rgb(163,211,141); }
div.DivClassName
{
background-color: #A3D38D;
}
.BgClassName
{
background-color: #A3D38D;
}
</style>
border-color css
<style>
span { border-color: #A3D38D; }
span { border-color: rgb(163,211,141); }
td.TdClassName
{
border-color: #A3D38D;
}
.TagClassName
{
border-color: #A3D38D;
}
</style>