Color Hex Logo

#5a9022 Color Hex

#5A9022
(90,144,34)
0 Favorites   0 Comments

Color spaces of #5a9022

RGB 9014434
HSL0.250.620.35
HSV89°76°56°
CMYK 0.380.000.76   0.44
XYZ14.478422.23575.0422
Yxy22.23570.34670.5325
Hunter Lab47.1547-27.714126.6685
CIE-Lab54.2762-35.882249.3451

#5a9022 color RGB value is (90,144,34).

#5a9022 hex color red value is 90, green value is 144 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #5a9022 hue: 0.25 , saturation: 0.62 and the lightness value of 5a9022 is 0.35.

The process color (four color CMYK) of #5a9022 color hex is 0.38, 0.00, 0.76, 0.44. Web safe color of #5a9022 is #669933. Color #5a9022 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10010000 00100010
Octal 132 220 42
Decimal 90 144 34
Hex 5A 90 22

RGB Percentages of Color #5a9022

%33.58
%53.73
%12.69

CMYK Percentages of Color #5a9022

%38
%0
%76
%44

Triadic Colors of #5a9022

#5a9022 #225a90 #90225a

Analogous Colors of #5a9022

#5a9022 #239022 #908f22

Monochromatic Colors of #5a9022

#5a9022

Complementary Color

#5a9022 #582290

#5a9022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a9022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a9022 Color CSS Codes

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

#5a9022 Text Font Color

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

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


#5a9022 Background Color

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

This div background color is #5a9022


#5a9022 Border Color

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

This div border color is #5a9022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a9022


Comments

No comments written yet.

Please login to write comment.