Color Hex Logo

#a4e00c Color Hex

#A4E00C
(164,224,12)
0 Favorites   0 Comments

Color spaces of #a4e00c

RGB 16422412
HSL0.210.900.46
HSV77°95°88°
CMYK 0.270.000.95   0.12
XYZ42.031961.23049.9512
Yxy61.23040.37130.5408
Hunter Lab78.2499-41.056047.2349
CIE-Lab82.5024-43.645179.7435

#a4e00c color RGB value is (164,224,12).

#a4e00c hex color red value is 164, green value is 224 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #a4e00c hue: 0.21 , saturation: 0.90 and the lightness value of a4e00c is 0.46.

The process color (four color CMYK) of #a4e00c color hex is 0.27, 0.00, 0.95, 0.12. Web safe color of #a4e00c is #99cc00. Color #a4e00c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11100000 00001100
Octal 244 340 14
Decimal 164 224 12
Hex A4 E0 C

RGB Percentages of Color #a4e00c

%41.00
%56.00
%3.00

CMYK Percentages of Color #a4e00c

%27
%0
%95
%12

Triadic Colors of #a4e00c

#a4e00c #0ca4e0 #e00ca4

Analogous Colors of #a4e00c

#a4e00c #3ae00c #e0b20c

Monochromatic Colors of #a4e00c

#a4e00c

Complementary Color

#a4e00c #480ce0

#a4e00c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4e00c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4e00c Color CSS Codes

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

#a4e00c Text Font Color

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

This sample text font color is #a4e00c
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.


#a4e00c Background Color

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

This div background color is #a4e00c


#a4e00c Border Color

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

This div border color is #a4e00c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4e00c


Comments

No comments written yet.

Please login to write comment.