Shades of Gossip #A4D68D
Tints of Gossip #A4D68D
RGB
CMYK
RGB Variations
Color information
#A4D68D (or 0xA4D68D) is known color: Gossip. HEX triplet: A4, D6 and 8D. RGB value is (164,214,141). Sum of RGB (Red+Green+Blue) = 164+214+141=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D68D is #5B2972. Grayscale: #BEBEBE. Windows color (decimal): -5974387 or 9295524. OLE color: 9295524.
HSL color Cylindrical-coordinate representation of color #A4D68D: hue angle of 101.1º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4D68D is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 214 | 141 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.16 |
| HSL | 101.1º | 0.47% | 0.7% | - |
| HSV(B) | 101.1º | 0.34% | 0.84% | - |
| XYZ | 44.16 | 57.91 | 34.05 | - |
| YUV | 190.73 | 99.94 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 214 | 141 | 0.23 | 0 | 0.34 | 0.16 | 101.1 | 0.47 | 0.7 |
| Hex | A4 | D6 | 8D | 17 | 0 | 22 | 10 | 65 | 2F | 46 |
| Octal | 244 | 326 | 215 | 27 | 0 | 42 | 20 | 145 | 57 | 106 |
| Binary | 10100100 | 11010110 | 10001101 | 10111 | 0 | 100010 | 10000 | 1100101 | 101111 | 1000110 |
Color Harmonies of #A4D68D
Complementary color
Monochromatic Colors of #A4D68D
Black with #A4D68D
Text Example
Text Example
White with #A4D68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D68D; }
p { color: rgb(164,214,141); }
H1.HeaderClassName
{
color: #A4D68D;
}
.AnyTagClassName
{
color: #A4D68D;
}
</style>
background-color css
<style>
a { background-color: #A4D68D; }
a { background-color: rgb(164,214,141); }
div.DivClassName
{
background-color: #A4D68D;
}
.BgClassName
{
background-color: #A4D68D;
}
</style>
border-color css
<style>
span { border-color: #A4D68D; }
span { border-color: rgb(164,214,141); }
td.TdClassName
{
border-color: #A4D68D;
}
.TagClassName
{
border-color: #A4D68D;
}
</style>