Color Hex Logo

#01a56f Color Hex

#01A56F
(1,165,111)
0 Favorites   0 Comments

Color spaces of #01a56f

RGB 1165111
HSL0.450.990.33
HSV160°99°65°
CMYK 0.990.000.33   0.35
XYZ16.336928.064419.5949
Yxy28.06440.25530.4385
Hunter Lab52.9758-37.661215.1527
CIE-Lab59.9469-49.355818.0263

#01a56f color RGB value is (1,165,111).

#01a56f hex color red value is 1, green value is 165 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #01a56f hue: 0.45 , saturation: 0.99 and the lightness value of 01a56f is 0.33.

The process color (four color CMYK) of #01a56f color hex is 0.99, 0.00, 0.33, 0.35. Web safe color of #01a56f is #009966. Color #01a56f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10100101 01101111
Octal 1 245 157
Decimal 1 165 111
Hex 1 A5 6F

RGB Percentages of Color #01a56f

%0.36
%59.57
%40.07

CMYK Percentages of Color #01a56f

%99
%0
%33
%35

Triadic Colors of #01a56f

#01a56f #6f01a5 #a56f01

Analogous Colors of #01a56f

#01a56f #0189a5 #01a51d

Monochromatic Colors of #01a56f

#01a56f

Complementary Color

#01a56f #a50137

#01a56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01a56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01a56f Color CSS Codes

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

#01a56f Text Font Color

<p style="color:#01a56f">Text here</p>

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


#01a56f Background Color

<div style="background-color:#01a56f">
Div content here</div>

This div background color is #01a56f


#01a56f Border Color

<div style="border:3px solid #01a56f">
Div here</div>

This div border color is #01a56f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,165,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01a56f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01a56f;
  -webkit-box-shadow: 1px 1px 3px 2px #01a56f;
  box-shadow:         1px 1px 3px 2px #01a56f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01a56f


Comments

No comments written yet.

Please login to write comment.