Color Hex Logo

#0aa525 Color Hex

#0AA525
(10,165,37)
0 Favorites   0 Comments

Color spaces of #0aa525

RGB 1016537
HSL0.360.890.34
HSV130°94°65°
CMYK 0.940.000.78   0.35
XYZ13.914227.10846.2493
Yxy27.10840.29430.5735
Hunter Lab52.0657-43.412229.3296
CIE-Lab59.0745-60.079352.2916

#0aa525 color RGB value is (10,165,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10100101 00100101
Octal 12 245 45
Decimal 10 165 37
Hex A A5 25

RGB Percentages of Color #0aa525

%4.72
%77.83
%17.45

CMYK Percentages of Color #0aa525

%94
%0
%78
%35

Triadic Colors of #0aa525

#0aa525 #250aa5 #a5250a

Analogous Colors of #0aa525

#0aa525 #0aa573 #3da50a

Monochromatic Colors of #0aa525

#0aa525

Complementary Color

#0aa525 #a50a8a

#0aa525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aa525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aa525 Color CSS Codes

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

#0aa525 Text Font Color

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

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


#0aa525 Background Color

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

This div background color is #0aa525


#0aa525 Border Color

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

This div border color is #0aa525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aa525


Comments

No comments written yet.

Please login to write comment.