Color Hex Logo

#5a924a Color Hex

#5A924A
(90,146,74)
0 Favorites   0 Comments

Color spaces of #5a924a

RGB 9014674
HSL0.300.330.43
HSV107°49°57°
CMYK 0.380.000.49   0.43
XYZ15.731423.225810.1325
Yxy23.22580.32050.4731
Hunter Lab48.1932-26.071321.2696
CIE-Lab55.3042-32.821932.3061

#5a924a color RGB value is (90,146,74).

#5a924a hex color red value is 90, green value is 146 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #5a924a hue: 0.30 , saturation: 0.33 and the lightness value of 5a924a is 0.43.

The process color (four color CMYK) of #5a924a color hex is 0.38, 0.00, 0.49, 0.43. Web safe color of #5a924a is #669933. Color #5a924a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10010010 01001010
Octal 132 222 112
Decimal 90 146 74
Hex 5A 92 4A

RGB Percentages of Color #5a924a

%29.03
%47.10
%23.87

CMYK Percentages of Color #5a924a

%38
%0
%49
%43

Triadic Colors of #5a924a

#5a924a #4a5a92 #924a5a

Analogous Colors of #5a924a

#5a924a #4a925e #7e924a

Monochromatic Colors of #5a924a

#5a924a

Complementary Color

#5a924a #824a92

#5a924a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a924a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a924a Color CSS Codes

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

#5a924a Text Font Color

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

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


#5a924a Background Color

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

This div background color is #5a924a


#5a924a Border Color

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

This div border color is #5a924a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a924a


Comments

No comments written yet.

Please login to write comment.