color codes Logo

#5aa43f color codes

#5AA43F
(90,164,63)
0 Favorites   0 Comments

Color spaces of #5aa43f

RGB 9016463
HSL0.290.440.45
HSV104°62°64°
CMYK 0.450.000.62   0.36
XYZ18.389129.08359.3471
Yxy29.08350.32360.5119
Hunter Lab53.9291-33.509927.4741
CIE-Lab60.8553-42.086644.2819

#5aa43f color RGB value is (90,164,63).

#5aa43f hex color red value is 90, green value is 164 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #5aa43f hue: 0.29 , saturation: 0.44 and the lightness value of 5aa43f is 0.45.

The process color (four color CMYK) of #5aa43f color code is 0.45, 0.00, 0.62, 0.36. Web safe color of #5aa43f is #669933. Color #5aa43f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10100100 00111111
Octal 132 244 77
Decimal 90 164 63
Hex 5A A4 3F

RGB Percentages of Color #5aa43f

%28.39
%51.74
%19.87

CMYK Percentages of Color #5aa43f

%45
%0
%62
%36

Triadic Colors of #5aa43f

#5aa43f #3f5aa4 #a43f5a

Analogous Colors of #5aa43f

#5aa43f #3fa457 #8da43f

Monochromatic Colors of #5aa43f

#5aa43f

Complementary Color

#5aa43f #893fa4

#5aa43f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa43f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa43f Color CSS Codes

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

#5aa43f Text Font Color

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

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


#5aa43f Background Color

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

This div background color is #5aa43f


#5aa43f Border Color

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

This div border color is #5aa43f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa43f


Comments

No comments written yet.

Please login to write comment.