Color Hex Logo

#5aa41d Color Hex

#5AA41D
(90,164,29)
0 Favorites   0 Comments

Color spaces of #5aa41d

RGB 9016429
HSL0.260.700.38
HSV93°82°64°
CMYK 0.450.000.82   0.36
XYZ17.713728.81335.7903
Yxy28.81330.33860.5507
Hunter Lab53.6780-35.031731.1789
CIE-Lab60.6165-44.642256.8872

#5aa41d color RGB value is (90,164,29).

#5aa41d hex color red value is 90, green value is 164 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #5aa41d hue: 0.26 , saturation: 0.70 and the lightness value of 5aa41d is 0.38.

The process color (four color CMYK) of #5aa41d color hex is 0.45, 0.00, 0.82, 0.36. Web safe color of #5aa41d is #669933. Color #5aa41d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10100100 00011101
Octal 132 244 35
Decimal 90 164 29
Hex 5A A4 1D

RGB Percentages of Color #5aa41d

%31.80
%57.95
%10.25

CMYK Percentages of Color #5aa41d

%45
%0
%82
%36

Triadic Colors of #5aa41d

#5aa41d #1d5aa4 #a41d5a

Analogous Colors of #5aa41d

#5aa41d #1da424 #9ea41d

Monochromatic Colors of #5aa41d

#5aa41d

Complementary Color

#5aa41d #671da4

#5aa41d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa41d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa41d Color CSS Codes

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

#5aa41d Text Font Color

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

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


#5aa41d Background Color

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

This div background color is #5aa41d


#5aa41d Border Color

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

This div border color is #5aa41d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,164,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5aa41d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5aa41d;
  -webkit-box-shadow: 1px 1px 3px 2px #5aa41d;
  box-shadow:         1px 1px 3px 2px #5aa41d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa41d


Comments

No comments written yet.

Please login to write comment.