Color Hex Logo

#5a801a Color Hex

#5A801A
(90,128,26)
0 Favorites   0 Comments

Color spaces of #5a801a

RGB 9012826
HSL0.230.660.30
HSV82°80°50°
CMYK 0.300.000.80   0.50
XYZ12.122117.68663.7522
Yxy17.68660.36120.5270
Hunter Lab42.0554-22.146024.1489
CIE-Lab49.1138-28.982147.1814

#5a801a color RGB value is (90,128,26).

#5a801a hex color red value is 90, green value is 128 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #5a801a hue: 0.23 , saturation: 0.66 and the lightness value of 5a801a is 0.30.

The process color (four color CMYK) of #5a801a color hex is 0.30, 0.00, 0.80, 0.50. Web safe color of #5a801a is #669933. Color #5a801a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10000000 00011010
Octal 132 200 32
Decimal 90 128 26
Hex 5A 80 1A

RGB Percentages of Color #5a801a

%36.89
%52.46
%10.66

CMYK Percentages of Color #5a801a

%30
%0
%80
%50

Triadic Colors of #5a801a

#5a801a #1a5a80 #801a5a

Analogous Colors of #5a801a

#5a801a #27801a #80731a

Monochromatic Colors of #5a801a

#5a801a

Complementary Color

#5a801a #401a80

#5a801a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a801a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a801a Color CSS Codes

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

#5a801a Text Font Color

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

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


#5a801a Background Color

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

This div background color is #5a801a


#5a801a Border Color

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

This div border color is #5a801a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a801a


Comments

No comments written yet.

Please login to write comment.