Color Hex Logo

#0aa51f Color Hex

#0AA51F
(10,165,31)
0 Favorites   0 Comments

Color spaces of #0aa51f

RGB 1016531
HSL0.360.890.34
HSV128°94°65°
CMYK 0.940.000.81   0.35
XYZ13.827627.07375.7933
Yxy27.07370.29610.5798
Hunter Lab52.0324-43.620329.8213
CIE-Lab59.0425-60.489054.1604

#0aa51f color RGB value is (10,165,31).

#0aa51f hex color red value is 10, green value is 165 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #0aa51f hue: 0.36 , saturation: 0.89 and the lightness value of 0aa51f is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10100101 00011111
Octal 12 245 37
Decimal 10 165 31
Hex A A5 1F

RGB Percentages of Color #0aa51f

%4.85
%80.10
%15.05

CMYK Percentages of Color #0aa51f

%94
%0
%81
%35

Triadic Colors of #0aa51f

#0aa51f #1f0aa5 #a51f0a

Analogous Colors of #0aa51f

#0aa51f #0aa56d #43a50a

Monochromatic Colors of #0aa51f

#0aa51f

Complementary Color

#0aa51f #a50a90

#0aa51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aa51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aa51f Color CSS Codes

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

#0aa51f Text Font Color

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

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


#0aa51f Background Color

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

This div background color is #0aa51f


#0aa51f Border Color

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

This div border color is #0aa51f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aa51f


Comments

No comments written yet.

Please login to write comment.