Color Hex Logo

#5aad4a Color Hex

#5AAD4A
(90,173,74)
0 Favorites   0 Comments

Color spaces of #5aad4a

RGB 9017374
HSL0.310.400.48
HSV110°57°68°
CMYK 0.480.000.57   0.32
XYZ20.396132.555211.6874
Yxy32.55520.31550.5036
Hunter Lab57.0572-36.042027.7952
CIE-Lab63.7991-44.616142.5353

#5aad4a color RGB value is (90,173,74).

#5aad4a hex color red value is 90, green value is 173 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #5aad4a hue: 0.31 , saturation: 0.40 and the lightness value of 5aad4a is 0.48.

The process color (four color CMYK) of #5aad4a color hex is 0.48, 0.00, 0.57, 0.32. Web safe color of #5aad4a is #669933. Color #5aad4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101101 01001010
Octal 132 255 112
Decimal 90 173 74
Hex 5A AD 4A

RGB Percentages of Color #5aad4a

%26.71
%51.34
%21.96

CMYK Percentages of Color #5aad4a

%48
%0
%57
%32

Triadic Colors of #5aad4a

#5aad4a #4a5aad #ad4a5a

Analogous Colors of #5aad4a

#5aad4a #4aad6c #8cad4a

Monochromatic Colors of #5aad4a

#5aad4a

Complementary Color

#5aad4a #9d4aad

#5aad4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aad4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aad4a Color CSS Codes

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

#5aad4a Text Font Color

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

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


#5aad4a Background Color

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

This div background color is #5aad4a


#5aad4a Border Color

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

This div border color is #5aad4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aad4a


Comments

No comments written yet.

Please login to write comment.