Shades of Gossip #A4D28A
Tints of Gossip #A4D28A
RGB
CMYK
RGB Variations
Color information
#A4D28A (or 0xA4D28A) is known color: Gossip. HEX triplet: A4, D2 and 8A. RGB value is (164,210,138). Sum of RGB (Red+Green+Blue) = 164+210+138=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D28A is #5B2D75. Grayscale: #BCBCBC. Windows color (decimal): -5975414 or 9097892. OLE color: 9097892.
HSL color Cylindrical-coordinate representation of color #A4D28A: hue angle of 98.33º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4D28A is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 210 | 138 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.18 |
| HSL | 98.33º | 0.44% | 0.68% | - |
| HSV(B) | 98.33º | 0.34% | 0.82% | - |
| XYZ | 42.94 | 55.82 | 32.56 | - |
| YUV | 188.04 | 99.76 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 210 | 138 | 0.22 | 0 | 0.34 | 0.18 | 98.33 | 0.44 | 0.68 |
| Hex | A4 | D2 | 8A | 16 | 0 | 22 | 12 | 62 | 2C | 44 |
| Octal | 244 | 322 | 212 | 26 | 0 | 42 | 22 | 142 | 54 | 104 |
| Binary | 10100100 | 11010010 | 10001010 | 10110 | 0 | 100010 | 10010 | 1100010 | 101100 | 1000100 |
Color Harmonies of #A4D28A
Complementary color
Monochromatic Colors of #A4D28A
Black with #A4D28A
Text Example
Text Example
White with #A4D28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D28A; }
p { color: rgb(164,210,138); }
H1.HeaderClassName
{
color: #A4D28A;
}
.AnyTagClassName
{
color: #A4D28A;
}
</style>
background-color css
<style>
a { background-color: #A4D28A; }
a { background-color: rgb(164,210,138); }
div.DivClassName
{
background-color: #A4D28A;
}
.BgClassName
{
background-color: #A4D28A;
}
</style>
border-color css
<style>
span { border-color: #A4D28A; }
span { border-color: rgb(164,210,138); }
td.TdClassName
{
border-color: #A4D28A;
}
.TagClassName
{
border-color: #A4D28A;
}
</style>