Color Hex Logo

#5ac511 Color Hex

#5AC511
(90,197,17)
0 Favorites   0 Comments

Color spaces of #5ac511

RGB 9019717
HSL0.270.840.42
HSV96°91°77°
CMYK 0.540.000.91   0.23
XYZ24.283942.14667.3855
Yxy42.14660.32900.5710
Hunter Lab64.9204-46.841638.6993
CIE-Lab70.9719-57.608068.3866

#5ac511 color RGB value is (90,197,17).

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

The process color (four color CMYK) of #5ac511 color hex is 0.54, 0.00, 0.91, 0.23. Web safe color of #5ac511 is #66cc00. Color #5ac511 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11000101 00010001
Octal 132 305 21
Decimal 90 197 17
Hex 5A C5 11

RGB Percentages of Color #5ac511

%29.61
%64.80
%5.59

CMYK Percentages of Color #5ac511

%54
%0
%91
%23

Triadic Colors of #5ac511

#5ac511 #115ac5 #c5115a

Analogous Colors of #5ac511

#5ac511 #11c522 #b4c511

Monochromatic Colors of #5ac511

#5ac511

Complementary Color

#5ac511 #7c11c5

#5ac511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ac511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ac511 Color CSS Codes

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

#5ac511 Text Font Color

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

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


#5ac511 Background Color

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

This div background color is #5ac511


#5ac511 Border Color

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

This div border color is #5ac511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ac511


Comments

No comments written yet.

Please login to write comment.