Color Hex Logo

#5aa62e Color Hex

#5AA62E
(90,166,46)
0 Favorites   0 Comments

Color spaces of #5aa62e

RGB 9016646
HSL0.270.570.42
HSV98°72°65°
CMYK 0.460.000.72   0.35
XYZ18.345829.64347.3396
Yxy29.64340.33160.5358
Hunter Lab54.4458-35.133530.1194
CIE-Lab61.3453-44.426151.9584

#5aa62e color RGB value is (90,166,46).

#5aa62e hex color red value is 90, green value is 166 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #5aa62e hue: 0.27 , saturation: 0.57 and the lightness value of 5aa62e is 0.42.

The process color (four color CMYK) of #5aa62e color hex is 0.46, 0.00, 0.72, 0.35. Web safe color of #5aa62e is #669933. Color #5aa62e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10100110 00101110
Octal 132 246 56
Decimal 90 166 46
Hex 5A A6 2E

RGB Percentages of Color #5aa62e

%29.80
%54.97
%15.23

CMYK Percentages of Color #5aa62e

%46
%0
%72
%35

Triadic Colors of #5aa62e

#5aa62e #2e5aa6 #a62e5a

Analogous Colors of #5aa62e

#5aa62e #2ea63e #96a62e

Monochromatic Colors of #5aa62e

#5aa62e

Complementary Color

#5aa62e #7a2ea6

#5aa62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa62e Color CSS Codes

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

#5aa62e Text Font Color

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

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


#5aa62e Background Color

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

This div background color is #5aa62e


#5aa62e Border Color

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

This div border color is #5aa62e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,166,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 #5aa62e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa62e


Comments

No comments written yet.

Please login to write comment.