Color Hex Logo

#5aa364 Color Hex

#5AA364
(90,163,100)
0 Favorites   0 Comments

Color spaces of #5aa364

RGB 90163100
HSL0.360.290.50
HSV128°45°64°
CMYK 0.450.000.39   0.36
XYZ19.613929.288116.6760
Yxy29.28810.29910.4466
Hunter Lab54.1185-30.014419.6134
CIE-Lab61.0351-36.578725.8133

#5aa364 color RGB value is (90,163,100).

#5aa364 hex color red value is 90, green value is 163 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #5aa364 hue: 0.36 , saturation: 0.29 and the lightness value of 5aa364 is 0.50.

The process color (four color CMYK) of #5aa364 color hex is 0.45, 0.00, 0.39, 0.36. Web safe color of #5aa364 is #669966. Color #5aa364 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10100011 01100100
Octal 132 243 144
Decimal 90 163 100
Hex 5A A3 64

RGB Percentages of Color #5aa364

%25.50
%46.18
%28.33

CMYK Percentages of Color #5aa364

%45
%0
%39
%36

Triadic Colors of #5aa364

#5aa364 #645aa3 #a3645a

Analogous Colors of #5aa364

#5aa364 #5aa389 #75a35a

Monochromatic Colors of #5aa364

#5aa364

Complementary Color

#5aa364 #a35a99

#5aa364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa364 Color CSS Codes

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

#5aa364 Text Font Color

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

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


#5aa364 Background Color

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

This div background color is #5aa364


#5aa364 Border Color

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

This div border color is #5aa364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa364


Comments

No comments written yet.

Please login to write comment.