#A4D18E

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

Shades of Gossip #A4D18E

Tints of Gossip #A4D18E

Color information

#A4D18E (or 0xA4D18E) is unknown color: approx Gossip. HEX triplet: A4, D1 and 8E. RGB value is (164,209,142). Sum of RGB (Red+Green+Blue) = 164+209+142=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D18E is #5B2E71. Grayscale: #BCBCBC. Windows color (decimal): -5975666 or 9359780. OLE color: 9359780.

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

Color convert

RGB164209142-
CMYK0.2200.320.18
HSL100.3º42.14%68.82%-
HSV(B)100.3º32.06%81.96%-
XYZ42.9955.4534.03-
YUV187.91102.09110.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.84%
GREEN value IS 209 (82.03% from 255) = 40.58%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=31.84%
G=40.58%
B=27.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642091420.2200.320.18100.342.1468.82
HexA4D18E1602012642a45
Octal244321216260402214452105
Binary1010010011010001100011101011001000001001011001001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D18E; }

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

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

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

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

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

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

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

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