Color Hex Logo

#00aa91 Color Hex

#00AA91
(0,170,145)
0 Favorites   0 Comments

Color spaces of #00aa91

RGB 0170145
HSL0.481.000.33
HSV171°100°67°
CMYK 1.000.000.15   0.33
XYZ19.485630.793831.7049
Yxy30.79380.23770.3756
Hunter Lab55.4922-34.43254.9698
CIE-Lab62.3332-42.81972.4953

#00aa91 color RGB value is (0,170,145).

#00aa91 hex color red value is 0, green value is 170 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #00aa91 hue: 0.48 , saturation: 1.00 and the lightness value of 00aa91 is 0.33.

The process color (four color CMYK) of #00aa91 color hex is 1.00, 0.00, 0.15, 0.33. Web safe color of #00aa91 is #009999. Color #00aa91 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101010 10010001
Octal 0 252 221
Decimal 0 170 145
Hex 0 AA 91

RGB Percentages of Color #00aa91

%0.00
%53.97
%46.03

CMYK Percentages of Color #00aa91

%100
%0
%15
%33

Triadic Colors of #00aa91

#00aa91 #9100aa #aa9100

Analogous Colors of #00aa91

#00aa91 #006eaa #00aa3c

Monochromatic Colors of #00aa91

#00aa91

Complementary Color

#00aa91 #aa0019

#00aa91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00aa91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#00aa91 Color CSS Codes

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

#00aa91 Text Font Color

<p style="color:#00aa91">Text here</p>

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


#00aa91 Background Color

<div style="background-color:#00aa91">
Div content here</div>

This div background color is #00aa91


#00aa91 Border Color

<div style="border:3px solid #00aa91">
Div here</div>

This div border color is #00aa91


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,170,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00aa91; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00aa91;
  -webkit-box-shadow: 1px 1px 3px 2px #00aa91;
  box-shadow:         1px 1px 3px 2px #00aa91; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00aa91


Comments

No comments written yet.

Please login to write comment.