Color Hex Logo

#09aa80 Color Hex

#09AA80
(9,170,128)
0 Favorites   0 Comments

Color spaces of #09aa80

RGB 9170128
HSL0.460.900.35
HSV164°95°67°
CMYK 0.950.000.25   0.33
XYZ18.383730.366025.3144
Yxy30.36600.24820.4100
Hunter Lab55.1054-36.885011.3370
CIE-Lab61.9687-46.914411.4494

#09aa80 color RGB value is (9,170,128).

#09aa80 hex color red value is 9, green value is 170 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #09aa80 hue: 0.46 , saturation: 0.90 and the lightness value of 09aa80 is 0.35.

The process color (four color CMYK) of #09aa80 color hex is 0.95, 0.00, 0.25, 0.33. Web safe color of #09aa80 is #009999. Color #09aa80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10101010 10000000
Octal 11 252 200
Decimal 9 170 128
Hex 9 AA 80

RGB Percentages of Color #09aa80

%2.93
%55.37
%41.69

CMYK Percentages of Color #09aa80

%95
%0
%25
%33

Triadic Colors of #09aa80

#09aa80 #8009aa #aa8009

Analogous Colors of #09aa80

#09aa80 #0984aa #09aa30

Monochromatic Colors of #09aa80

#09aa80

Complementary Color

#09aa80 #aa0933

#09aa80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09aa80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#09aa80 Color CSS Codes

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

#09aa80 Text Font Color

<p style="color:#09aa80">Text here</p>

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


#09aa80 Background Color

<div style="background-color:#09aa80">
Div content here</div>

This div background color is #09aa80


#09aa80 Border Color

<div style="border:3px solid #09aa80">
Div here</div>

This div border color is #09aa80


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,170,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09aa80; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09aa80;
  -webkit-box-shadow: 1px 1px 3px 2px #09aa80;
  box-shadow:         1px 1px 3px 2px #09aa80; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09aa80


Comments

No comments written yet.

Please login to write comment.