Color Hex Logo

#a4c90a Color Hex

#A4C90A
(164,201,10)
0 Favorites   0 Comments

Color spaces of #a4c90a

RGB 16420110
HSL0.200.910.41
HSV72°95°79°
CMYK 0.180.000.95   0.21
XYZ36.251349.68777.9672
Yxy49.68770.38600.5291
Hunter Lab70.4895-31.557842.6413
CIE-Lab75.8772-33.419074.7565

#a4c90a color RGB value is (164,201,10).

#a4c90a hex color red value is 164, green value is 201 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a4c90a hue: 0.20 , saturation: 0.91 and the lightness value of a4c90a is 0.41.

The process color (four color CMYK) of #a4c90a color hex is 0.18, 0.00, 0.95, 0.21. Web safe color of #a4c90a is #99cc00. Color #a4c90a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001001 00001010
Octal 244 311 12
Decimal 164 201 10
Hex A4 C9 A

RGB Percentages of Color #a4c90a

%43.73
%53.60
%2.67

CMYK Percentages of Color #a4c90a

%18
%0
%95
%21

Triadic Colors of #a4c90a

#a4c90a #0aa4c9 #c90aa4

Analogous Colors of #a4c90a

#a4c90a #45c90a #c98f0a

Monochromatic Colors of #a4c90a

#a4c90a

Complementary Color

#a4c90a #2f0ac9

#a4c90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4c90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4c90a Color CSS Codes

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

#a4c90a Text Font Color

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

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


#a4c90a Background Color

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

This div background color is #a4c90a


#a4c90a Border Color

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

This div border color is #a4c90a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4c90a


Comments

No comments written yet.

Please login to write comment.