Shades of Gossip #A4D990
Tints of Gossip #A4D990
RGB
CMYK
RGB Variations
Color information
#A4D990 (or 0xA4D990) is known color: Gossip. HEX triplet: A4, D9 and 90. RGB value is (164,217,144). Sum of RGB (Red+Green+Blue) = 164+217+144=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D990 is #5B266F. Grayscale: #C1C1C1. Windows color (decimal): -5973616 or 9492900. OLE color: 9492900.
HSL color Cylindrical-coordinate representation of color #A4D990: hue angle of 103.56º 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 #A4D990 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 217 | 144 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.15 |
| HSL | 103.56º | 0.49% | 0.71% | - |
| HSV(B) | 103.56º | 0.34% | 0.85% | - |
| XYZ | 45.16 | 59.53 | 35.5 | - |
| YUV | 192.83 | 100.44 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 217 | 144 | 0.24 | 0 | 0.34 | 0.15 | 103.56 | 0.49 | 0.71 |
| Hex | A4 | D9 | 90 | 18 | 0 | 22 | F | 68 | 31 | 47 |
| Octal | 244 | 331 | 220 | 30 | 0 | 42 | 17 | 150 | 61 | 107 |
| Binary | 10100100 | 11011001 | 10010000 | 11000 | 0 | 100010 | 1111 | 1101000 | 110001 | 1000111 |
Color Harmonies of #A4D990
Complementary color
Monochromatic Colors of #A4D990
Black with #A4D990
Text Example
Text Example
White with #A4D990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D990; }
p { color: rgb(164,217,144); }
H1.HeaderClassName
{
color: #A4D990;
}
.AnyTagClassName
{
color: #A4D990;
}
</style>
background-color css
<style>
a { background-color: #A4D990; }
a { background-color: rgb(164,217,144); }
div.DivClassName
{
background-color: #A4D990;
}
.BgClassName
{
background-color: #A4D990;
}
</style>
border-color css
<style>
span { border-color: #A4D990; }
span { border-color: rgb(164,217,144); }
td.TdClassName
{
border-color: #A4D990;
}
.TagClassName
{
border-color: #A4D990;
}
</style>