Color Hex Logo

#01a34e Color Hex

#01A34E
(1,163,78)
0 Favorites   0 Comments

Color spaces of #01a34e

RGB 116378
HSL0.410.990.32
HSV149°99°64°
CMYK 0.990.000.52   0.36
XYZ14.484926.750911.6077
Yxy26.75090.27410.5062
Hunter Lab51.7213-40.522122.8986
CIE-Lab58.7430-55.095934.0345

#01a34e color RGB value is (1,163,78).

#01a34e hex color red value is 1, green value is 163 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #01a34e hue: 0.41 , saturation: 0.99 and the lightness value of 01a34e is 0.32.

The process color (four color CMYK) of #01a34e color hex is 0.99, 0.00, 0.52, 0.36. Web safe color of #01a34e is #009966. Color #01a34e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10100011 01001110
Octal 1 243 116
Decimal 1 163 78
Hex 1 A3 4E

RGB Percentages of Color #01a34e

%0.41
%67.36
%32.23

CMYK Percentages of Color #01a34e

%99
%0
%52
%36

Triadic Colors of #01a34e

#01a34e #4e01a3 #a34e01

Analogous Colors of #01a34e

#01a34e #01a39f #05a301

Monochromatic Colors of #01a34e

#01a34e

Complementary Color

#01a34e #a30156

#01a34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01a34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01a34e Color CSS Codes

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

#01a34e Text Font Color

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

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


#01a34e Background Color

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

This div background color is #01a34e


#01a34e Border Color

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

This div border color is #01a34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01a34e


Comments

No comments written yet.

Please login to write comment.