Shades of Gossip #A4D58D
Tints of Gossip #A4D58D
RGB
CMYK
RGB Variations
Color information
#A4D58D (or 0xA4D58D) is known color: Gossip. HEX triplet: A4, D5 and 8D. RGB value is (164,213,141). Sum of RGB (Red+Green+Blue) = 164+213+141=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D58D is #5B2A72. Grayscale: #BEBEBE. Windows color (decimal): -5974643 or 9295268. OLE color: 9295268.
HSL color Cylindrical-coordinate representation of color #A4D58D: hue angle of 100.83º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4D58D is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 213 | 141 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.16 |
| HSL | 100.83º | 0.46% | 0.69% | - |
| HSV(B) | 100.83º | 0.34% | 0.84% | - |
| XYZ | 43.91 | 57.4 | 33.97 | - |
| YUV | 190.14 | 100.27 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 213 | 141 | 0.23 | 0 | 0.34 | 0.16 | 100.83 | 0.46 | 0.69 |
| Hex | A4 | D5 | 8D | 17 | 0 | 22 | 10 | 65 | 2E | 45 |
| Octal | 244 | 325 | 215 | 27 | 0 | 42 | 20 | 145 | 56 | 105 |
| Binary | 10100100 | 11010101 | 10001101 | 10111 | 0 | 100010 | 10000 | 1100101 | 101110 | 1000101 |
Color Harmonies of #A4D58D
Complementary color
Monochromatic Colors of #A4D58D
Black with #A4D58D
Text Example
Text Example
White with #A4D58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D58D; }
p { color: rgb(164,213,141); }
H1.HeaderClassName
{
color: #A4D58D;
}
.AnyTagClassName
{
color: #A4D58D;
}
</style>
background-color css
<style>
a { background-color: #A4D58D; }
a { background-color: rgb(164,213,141); }
div.DivClassName
{
background-color: #A4D58D;
}
.BgClassName
{
background-color: #A4D58D;
}
</style>
border-color css
<style>
span { border-color: #A4D58D; }
span { border-color: rgb(164,213,141); }
td.TdClassName
{
border-color: #A4D58D;
}
.TagClassName
{
border-color: #A4D58D;
}
</style>