Color Hex Logo

#0aa61e Color Hex

#0AA61E
(10,166,30)
0 Favorites   0 Comments

Color spaces of #0aa61e

RGB 1016630
HSL0.350.890.35
HSV128°94°65°
CMYK 0.940.000.82   0.35
XYZ13.995727.43075.7853
Yxy27.43070.29640.5810
Hunter Lab52.3743-43.955530.1128
CIE-Lab59.3709-60.843254.7612

#0aa61e color RGB value is (10,166,30).

#0aa61e hex color red value is 10, green value is 166 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #0aa61e hue: 0.35 , saturation: 0.89 and the lightness value of 0aa61e is 0.35.

The process color (four color CMYK) of #0aa61e color hex is 0.94, 0.00, 0.82, 0.35. Web safe color of #0aa61e is #009933. Color #0aa61e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10100110 00011110
Octal 12 246 36
Decimal 10 166 30
Hex A A6 1E

RGB Percentages of Color #0aa61e

%4.85
%80.58
%14.56

CMYK Percentages of Color #0aa61e

%94
%0
%82
%35

Triadic Colors of #0aa61e

#0aa61e #1e0aa6 #a61e0a

Analogous Colors of #0aa61e

#0aa61e #0aa66c #44a60a

Monochromatic Colors of #0aa61e

#0aa61e

Complementary Color

#0aa61e #a60a92

#0aa61e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aa61e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aa61e Color CSS Codes

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

#0aa61e Text Font Color

<p style="color:#0aa61e">Text here</p>

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


#0aa61e Background Color

<div style="background-color:#0aa61e">
Div content here</div>

This div background color is #0aa61e


#0aa61e Border Color

<div style="border:3px solid #0aa61e">
Div here</div>

This div border color is #0aa61e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,166,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0aa61e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0aa61e;
  -webkit-box-shadow: 1px 1px 3px 2px #0aa61e;
  box-shadow:         1px 1px 3px 2px #0aa61e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,166,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aa61e


Comments

No comments written yet.

Please login to write comment.