Shades of Gossip #A4D98F
Tints of Gossip #A4D98F
RGB
CMYK
RGB Variations
Color information
#A4D98F (or 0xA4D98F) is known color: Gossip. HEX triplet: A4, D9 and 8F. RGB value is (164,217,143). Sum of RGB (Red+Green+Blue) = 164+217+143=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D98F is #5B2670. Grayscale: #C0C0C0. Windows color (decimal): -5973617 or 9427364. OLE color: 9427364.
HSL color Cylindrical-coordinate representation of color #A4D98F: hue angle of 102.97º degrees, saturation: 0.49, 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 #A4D98F is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 217 | 143 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.15 |
| HSL | 102.97º | 0.49% | 0.71% | - |
| HSV(B) | 102.97º | 0.34% | 0.85% | - |
| XYZ | 45.08 | 59.5 | 35.1 | - |
| YUV | 192.72 | 99.94 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 217 | 143 | 0.24 | 0 | 0.34 | 0.15 | 102.97 | 0.49 | 0.71 |
| Hex | A4 | D9 | 8F | 18 | 0 | 22 | F | 67 | 31 | 47 |
| Octal | 244 | 331 | 217 | 30 | 0 | 42 | 17 | 147 | 61 | 107 |
| Binary | 10100100 | 11011001 | 10001111 | 11000 | 0 | 100010 | 1111 | 1100111 | 110001 | 1000111 |
Color Harmonies of #A4D98F
Complementary color
Monochromatic Colors of #A4D98F
Black with #A4D98F
Text Example
Text Example
White with #A4D98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D98F; }
p { color: rgb(164,217,143); }
H1.HeaderClassName
{
color: #A4D98F;
}
.AnyTagClassName
{
color: #A4D98F;
}
</style>
background-color css
<style>
a { background-color: #A4D98F; }
a { background-color: rgb(164,217,143); }
div.DivClassName
{
background-color: #A4D98F;
}
.BgClassName
{
background-color: #A4D98F;
}
</style>
border-color css
<style>
span { border-color: #A4D98F; }
span { border-color: rgb(164,217,143); }
td.TdClassName
{
border-color: #A4D98F;
}
.TagClassName
{
border-color: #A4D98F;
}
</style>