Shades of Gossip #A3D68F
Tints of Gossip #A3D68F
RGB
CMYK
RGB Variations
Color information
#A3D68F (or 0xA3D68F) is known color: Gossip. HEX triplet: A3, D6 and 8F. RGB value is (163,214,143). Sum of RGB (Red+Green+Blue) = 163+214+143=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D68F is #5C2970. Grayscale: #BEBEBE. Windows color (decimal): -6039921 or 9426595. OLE color: 9426595.
HSL color Cylindrical-coordinate representation of color #A3D68F: hue angle of 103.1º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3D68F is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 214 | 143 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.16 |
| HSL | 103.1º | 0.46% | 0.7% | - |
| HSV(B) | 103.1º | 0.33% | 0.84% | - |
| XYZ | 44.11 | 57.86 | 34.83 | - |
| YUV | 190.66 | 101.1 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 214 | 143 | 0.24 | 0 | 0.33 | 0.16 | 103.1 | 0.46 | 0.7 |
| Hex | A3 | D6 | 8F | 18 | 0 | 21 | 10 | 67 | 2E | 46 |
| Octal | 243 | 326 | 217 | 30 | 0 | 41 | 20 | 147 | 56 | 106 |
| Binary | 10100011 | 11010110 | 10001111 | 11000 | 0 | 100001 | 10000 | 1100111 | 101110 | 1000110 |
Color Harmonies of #A3D68F
Complementary color
Monochromatic Colors of #A3D68F
Black with #A3D68F
Text Example
Text Example
White with #A3D68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D68F; }
p { color: rgb(163,214,143); }
H1.HeaderClassName
{
color: #A3D68F;
}
.AnyTagClassName
{
color: #A3D68F;
}
</style>
background-color css
<style>
a { background-color: #A3D68F; }
a { background-color: rgb(163,214,143); }
div.DivClassName
{
background-color: #A3D68F;
}
.BgClassName
{
background-color: #A3D68F;
}
</style>
border-color css
<style>
span { border-color: #A3D68F; }
span { border-color: rgb(163,214,143); }
td.TdClassName
{
border-color: #A3D68F;
}
.TagClassName
{
border-color: #A3D68F;
}
</style>