Color Hex Logo

#5aac1d Color Hex

#5AAC1D
(90,172,29)
0 Favorites   0 Comments

Color spaces of #5aac1d

RGB 9017229
HSL0.260.710.39
HSV94°83°67°
CMYK 0.480.000.83   0.33
XYZ19.190731.76746.2827
Yxy31.76740.33530.5550
Hunter Lab56.3626-37.857732.8448
CIE-Lab63.1502-47.836159.1814

#5aac1d color RGB value is (90,172,29).

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

The process color (four color CMYK) of #5aac1d color hex is 0.48, 0.00, 0.83, 0.33. Web safe color of #5aac1d is #669933. Color #5aac1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101100 00011101
Octal 132 254 35
Decimal 90 172 29
Hex 5A AC 1D

RGB Percentages of Color #5aac1d

%30.93
%59.11
%9.97

CMYK Percentages of Color #5aac1d

%48
%0
%83
%33

Triadic Colors of #5aac1d

#5aac1d #1d5aac #ac1d5a

Analogous Colors of #5aac1d

#5aac1d #1dac28 #a2ac1d

Monochromatic Colors of #5aac1d

#5aac1d

Complementary Color

#5aac1d #6f1dac

#5aac1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aac1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aac1d Color CSS Codes

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

#5aac1d Text Font Color

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

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


#5aac1d Background Color

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

This div background color is #5aac1d


#5aac1d Border Color

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

This div border color is #5aac1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aac1d


Comments

No comments written yet.

Please login to write comment.