Color Hex Logo

#90aa5e Color Hex

#90AA5E
(144,170,94)
0 Favorites   0 Comments

Color spaces of #90aa5e

RGB 14417094
HSL0.220.310.52
HSV81°45°67°
CMYK 0.150.000.45   0.33
XYZ27.896735.486915.9690
Yxy35.48690.35160.4472
Hunter Lab59.5709-20.658525.8059
CIE-Lab66.1260-21.708436.1249

#90aa5e color RGB value is (144,170,94).

#90aa5e hex color red value is 144, green value is 170 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #90aa5e hue: 0.22 , saturation: 0.31 and the lightness value of 90aa5e is 0.52.

The process color (four color CMYK) of #90aa5e color hex is 0.15, 0.00, 0.45, 0.33. Web safe color of #90aa5e is #999966. Color #90aa5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101010 01011110
Octal 220 252 136
Decimal 144 170 94
Hex 90 AA 5E

RGB Percentages of Color #90aa5e

%35.29
%41.67
%23.04

CMYK Percentages of Color #90aa5e

%15
%0
%45
%33

Triadic Colors of #90aa5e

#90aa5e #5e90aa #aa5e90

Analogous Colors of #90aa5e

#90aa5e #6aaa5e #aa9e5e

Monochromatic Colors of #90aa5e

#90aa5e

Complementary Color

#90aa5e #785eaa

#90aa5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90aa5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#90aa5e Color CSS Codes

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

#90aa5e Text Font Color

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

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


#90aa5e Background Color

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

This div background color is #90aa5e


#90aa5e Border Color

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

This div border color is #90aa5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90aa5e


Comments

No comments written yet.

Please login to write comment.