Color Hex Logo

#90aa41 Color Hex

#90AA41
(144,170,65)
0 Favorites   0 Comments

Color spaces of #90aa41

RGB 14417065
HSL0.210.450.46
HSV75°62°67°
CMYK 0.150.000.62   0.33
XYZ26.830535.060410.3542
Yxy35.06040.37140.4853
Hunter Lab59.2118-22.737431.0804
CIE-Lab65.7957-24.572849.7386

#90aa41 color RGB value is (144,170,65).

#90aa41 hex color red value is 144, green value is 170 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #90aa41 hue: 0.21 , saturation: 0.45 and the lightness value of 90aa41 is 0.46.

The process color (four color CMYK) of #90aa41 color hex is 0.15, 0.00, 0.62, 0.33. Web safe color of #90aa41 is #999933. Color #90aa41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101010 01000001
Octal 220 252 101
Decimal 144 170 65
Hex 90 AA 41

RGB Percentages of Color #90aa41

%37.99
%44.85
%17.15

CMYK Percentages of Color #90aa41

%15
%0
%62
%33

Triadic Colors of #90aa41

#90aa41 #4190aa #aa4190

Analogous Colors of #90aa41

#90aa41 #5caa41 #aa9041

Monochromatic Colors of #90aa41

#90aa41

Complementary Color

#90aa41 #5b41aa

#90aa41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90aa41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90aa41 Color CSS Codes

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

#90aa41 Text Font Color

<p style="color:#90aa41">Text here</p>

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


#90aa41 Background Color

<div style="background-color:#90aa41">
Div content here</div>

This div background color is #90aa41


#90aa41 Border Color

<div style="border:3px solid #90aa41">
Div here</div>

This div border color is #90aa41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90aa41


Comments

No comments written yet.

Please login to write comment.