#A4D18D

Color #A4D18D Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #A4D18D

Tints of Gossip #A4D18D

Color information

#A4D18D (or 0xA4D18D) is unknown color: approx Gossip. HEX triplet: A4, D1 and 8D. RGB value is (164,209,141). Sum of RGB (Red+Green+Blue) = 164+209+141=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D18D is #5B2E72. Grayscale: #BCBCBC. Windows color (decimal): -5975667 or 9294244. OLE color: 9294244.

HSL color Cylindrical-coordinate representation of color #A4D18D: hue angle of 99.71º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4D18D is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB164209141-
CMYK0.2200.330.18
HSL99.71º42.5%68.63%-
HSV(B)99.71º32.54%81.96%-
XYZ42.9255.4233.63-
YUV187.79101.59111.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 209 (82.03% from 255) = 40.66%
BLUE value IS 141 (55.47% from 255) = 27.43%
R=31.91%
G=40.66%
B=27.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642091410.2200.330.1899.7142.568.63
HexA4D18D1602112642a45
Octal244321215260412214452105
Binary1010010011010001100011011011001000011001011001001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D18D; }

 p { color: rgb(164,209,141); }

 H1.HeaderClassName
 {
   color: #A4D18D;
 }
 .AnyTagClassName
 {
   color: #A4D18D;
 }
</style>
background-color css

<style>
 a { background-color: #A4D18D; }

 a { background-color: rgb(164,209,141); }

 div.DivClassName
 {
   background-color: #A4D18D;
 }
 .BgClassName
 {
   background-color: #A4D18D;
 }
</style>
border-color css

<style>
 span { border-color: #A4D18D; }

 span { border-color: rgb(164,209,141); }

 td.TdClassName
 {
   border-color: #A4D18D;
 }
 .TagClassName
 {
   border-color: #A4D18D;
 }
</style>