Color Hex Logo

#a4c42e Color Hex

#A4C42E
(164,196,46)
0 Favorites   0 Comments

Color spaces of #a4c42e

RGB 16419646
HSL0.200.620.47
HSV73°77°77°
CMYK 0.160.000.77   0.23
XYZ35.542947.56969.8933
Yxy47.56960.38220.5115
Hunter Lab68.9707-28.711839.7748
CIE-Lab74.5526-30.087366.2120

#a4c42e color RGB value is (164,196,46).

#a4c42e hex color red value is 164, green value is 196 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a4c42e hue: 0.20 , saturation: 0.62 and the lightness value of a4c42e is 0.47.

The process color (four color CMYK) of #a4c42e color hex is 0.16, 0.00, 0.77, 0.23. Web safe color of #a4c42e is #99cc33. Color #a4c42e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11000100 00101110
Octal 244 304 56
Decimal 164 196 46
Hex A4 C4 2E

RGB Percentages of Color #a4c42e

%40.39
%48.28
%11.33

CMYK Percentages of Color #a4c42e

%16
%0
%77
%23

Triadic Colors of #a4c42e

#a4c42e #2ea4c4 #c42ea4

Analogous Colors of #a4c42e

#a4c42e #59c42e #c4992e

Monochromatic Colors of #a4c42e

#a4c42e

Complementary Color

#a4c42e #4e2ec4

#a4c42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4c42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4c42e Color CSS Codes

.mybgcolor {background-color:#a4c42e; } 
.myforecolor {color:#a4c42e; }
.mybordercolor {border:3px solid #a4c42e; }

#a4c42e Text Font Color

<p style="color:#a4c42e">Text here</p>

This sample text font color is #a4c42e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a4c42e Background Color

<div style="background-color:#a4c42e">
Div content here</div>

This div background color is #a4c42e


#a4c42e Border Color

<div style="border:3px solid #a4c42e">
Div here</div>

This div border color is #a4c42e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,196,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4c42e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4c42e;
  -webkit-box-shadow: 1px 1px 3px 2px #a4c42e;
  box-shadow:         1px 1px 3px 2px #a4c42e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,196,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a4c42e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a4c42e;
  -webkit-box-shadow: 1px 1px 3px 2px #a4c42e;
  box-shadow:         1px 1px 3px 2px #a4c42e;">
Div content here</div>

This div box has shadow with color #a4c42e


Comments

No comments written yet.

Please login to write comment.