Color Hex Logo

#90aa25 Color Hex

#90AA25
(144,170,37)
0 Favorites   0 Comments

Color spaces of #90aa25

RGB 14417037
HSL0.200.640.41
HSV72°78°67°
CMYK 0.150.000.78   0.33
XYZ26.210334.81237.0883
Yxy34.81230.38480.5111
Hunter Lab59.0019-23.958834.1785
CIE-Lab65.6023-26.286260.2378

#90aa25 color RGB value is (144,170,37).

#90aa25 hex color red value is 144, green value is 170 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #90aa25 hue: 0.20 , saturation: 0.64 and the lightness value of 90aa25 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101010 00100101
Octal 220 252 45
Decimal 144 170 37
Hex 90 AA 25

RGB Percentages of Color #90aa25

%41.03
%48.43
%10.54

CMYK Percentages of Color #90aa25

%15
%0
%78
%33

Triadic Colors of #90aa25

#90aa25 #2590aa #aa2590

Analogous Colors of #90aa25

#90aa25 #4eaa25 #aa8225

Monochromatic Colors of #90aa25

#90aa25

Complementary Color

#90aa25 #3f25aa

#90aa25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90aa25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90aa25 Color CSS Codes

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

#90aa25 Text Font Color

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

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


#90aa25 Background Color

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

This div background color is #90aa25


#90aa25 Border Color

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

This div border color is #90aa25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90aa25


Comments

No comments written yet.

Please login to write comment.