Color Hex Logo

#5ab920 Color Hex

#5AB920
(90,185,32)
0 Favorites   0 Comments

Color spaces of #5ab920

RGB 9018532
HSL0.270.710.43
HSV97°83°73°
CMYK 0.510.000.83   0.27
XYZ21.826136.97597.3532
Yxy36.97590.32990.5589
Hunter Lab60.8078-42.343635.3958
CIE-Lab67.2589-52.690762.1041

#5ab920 color RGB value is (90,185,32).

#5ab920 hex color red value is 90, green value is 185 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #5ab920 hue: 0.27 , saturation: 0.71 and the lightness value of 5ab920 is 0.43.

The process color (four color CMYK) of #5ab920 color hex is 0.51, 0.00, 0.83, 0.27. Web safe color of #5ab920 is #66cc33. Color #5ab920 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111001 00100000
Octal 132 271 40
Decimal 90 185 32
Hex 5A B9 20

RGB Percentages of Color #5ab920

%29.32
%60.26
%10.42

CMYK Percentages of Color #5ab920

%51
%0
%83
%27

Triadic Colors of #5ab920

#5ab920 #205ab9 #b9205a

Analogous Colors of #5ab920

#5ab920 #20b933 #a7b920

Monochromatic Colors of #5ab920

#5ab920

Complementary Color

#5ab920 #7f20b9

#5ab920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ab920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ab920 Color CSS Codes

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

#5ab920 Text Font Color

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

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


#5ab920 Background Color

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

This div background color is #5ab920


#5ab920 Border Color

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

This div border color is #5ab920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ab920


Comments

No comments written yet.

Please login to write comment.