Shades of Gossip #A4D58E
Tints of Gossip #A4D58E
RGB
CMYK
RGB Variations
Color information
#A4D58E (or 0xA4D58E) is known color: Gossip. HEX triplet: A4, D5 and 8E. RGB value is (164,213,142). Sum of RGB (Red+Green+Blue) = 164+213+142=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D58E is #5B2A71. Grayscale: #BEBEBE. Windows color (decimal): -5974642 or 9360804. OLE color: 9360804.
HSL color Cylindrical-coordinate representation of color #A4D58E: hue angle of 101.41º 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 #A4D58E is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 213 | 142 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.16 |
| HSL | 101.41º | 0.46% | 0.7% | - |
| HSV(B) | 101.41º | 0.33% | 0.84% | - |
| XYZ | 43.99 | 57.43 | 34.36 | - |
| YUV | 190.26 | 100.77 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 213 | 142 | 0.23 | 0 | 0.33 | 0.16 | 101.41 | 0.46 | 0.7 |
| Hex | A4 | D5 | 8E | 17 | 0 | 21 | 10 | 65 | 2E | 46 |
| Octal | 244 | 325 | 216 | 27 | 0 | 41 | 20 | 145 | 56 | 106 |
| Binary | 10100100 | 11010101 | 10001110 | 10111 | 0 | 100001 | 10000 | 1100101 | 101110 | 1000110 |
Color Harmonies of #A4D58E
Complementary color
Monochromatic Colors of #A4D58E
Black with #A4D58E
Text Example
Text Example
White with #A4D58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D58E; }
p { color: rgb(164,213,142); }
H1.HeaderClassName
{
color: #A4D58E;
}
.AnyTagClassName
{
color: #A4D58E;
}
</style>
background-color css
<style>
a { background-color: #A4D58E; }
a { background-color: rgb(164,213,142); }
div.DivClassName
{
background-color: #A4D58E;
}
.BgClassName
{
background-color: #A4D58E;
}
</style>
border-color css
<style>
span { border-color: #A4D58E; }
span { border-color: rgb(164,213,142); }
td.TdClassName
{
border-color: #A4D58E;
}
.TagClassName
{
border-color: #A4D58E;
}
</style>