Shades of Gossip #A3DA8F
Tints of Gossip #A3DA8F
RGB
CMYK
RGB Variations
Color information
#A3DA8F (or 0xA3DA8F) is known color: Gossip. HEX triplet: A3, DA and 8F. RGB value is (163,218,143). Sum of RGB (Red+Green+Blue) = 163+218+143=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DA8F is #5C2570. Grayscale: #C1C1C1. Windows color (decimal): -6038897 or 9427619. OLE color: 9427619.
HSL color Cylindrical-coordinate representation of color #A3DA8F: hue angle of 104º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3DA8F is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 218 | 143 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.15 |
| HSL | 104º | 0.5% | 0.71% | - |
| HSV(B) | 104º | 0.34% | 0.85% | - |
| XYZ | 45.13 | 59.91 | 35.17 | - |
| YUV | 193.01 | 99.78 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 143 | 0.25 | 0 | 0.34 | 0.15 | 104 | 0.5 | 0.71 |
| Hex | A3 | DA | 8F | 19 | 0 | 22 | F | 68 | 32 | 47 |
| Octal | 243 | 332 | 217 | 31 | 0 | 42 | 17 | 150 | 62 | 107 |
| Binary | 10100011 | 11011010 | 10001111 | 11001 | 0 | 100010 | 1111 | 1101000 | 110010 | 1000111 |
Color Harmonies of #A3DA8F
Complementary color
Monochromatic Colors of #A3DA8F
Black with #A3DA8F
Text Example
Text Example
White with #A3DA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DA8F; }
p { color: rgb(163,218,143); }
H1.HeaderClassName
{
color: #A3DA8F;
}
.AnyTagClassName
{
color: #A3DA8F;
}
</style>
background-color css
<style>
a { background-color: #A3DA8F; }
a { background-color: rgb(163,218,143); }
div.DivClassName
{
background-color: #A3DA8F;
}
.BgClassName
{
background-color: #A3DA8F;
}
</style>
border-color css
<style>
span { border-color: #A3DA8F; }
span { border-color: rgb(163,218,143); }
td.TdClassName
{
border-color: #A3DA8F;
}
.TagClassName
{
border-color: #A3DA8F;
}
</style>