Color Hex Logo

#05aa4a Color Hex

#05AA4A
(5,170,74)
0 Favorites   0 Comments

Color spaces of #05aa4a

RGB 517074
HSL0.400.940.34
HSV145°97°67°
CMYK 0.970.000.56   0.33
XYZ15.673329.276111.3034
Yxy29.27610.27860.5204
Hunter Lab54.1074-42.981825.4891
CIE-Lab61.0245-57.817138.8041

#05aa4a color RGB value is (5,170,74).

#05aa4a hex color red value is 5, green value is 170 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #05aa4a hue: 0.40 , saturation: 0.94 and the lightness value of 05aa4a is 0.34.

The process color (four color CMYK) of #05aa4a color hex is 0.97, 0.00, 0.56, 0.33. Web safe color of #05aa4a is #009933. Color #05aa4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101010 01001010
Octal 5 252 112
Decimal 5 170 74
Hex 5 AA 4A

RGB Percentages of Color #05aa4a

%2.01
%68.27
%29.72

CMYK Percentages of Color #05aa4a

%97
%0
%56
%33

Triadic Colors of #05aa4a

#05aa4a #4a05aa #aa4a05

Analogous Colors of #05aa4a

#05aa4a #05aa9d #12aa05

Monochromatic Colors of #05aa4a

#05aa4a

Complementary Color

#05aa4a #aa0565

#05aa4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05aa4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05aa4a Color CSS Codes

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

#05aa4a Text Font Color

<p style="color:#05aa4a">Text here</p>

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


#05aa4a Background Color

<div style="background-color:#05aa4a">
Div content here</div>

This div background color is #05aa4a


#05aa4a Border Color

<div style="border:3px solid #05aa4a">
Div here</div>

This div border color is #05aa4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,170,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05aa4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05aa4a;
  -webkit-box-shadow: 1px 1px 3px 2px #05aa4a;
  box-shadow:         1px 1px 3px 2px #05aa4a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05aa4a


Comments

No comments written yet.

Please login to write comment.