color codes Logo

#01a44c color codes

#01A44C
(1,164,76)
0 Favorites   0 Comments

Color spaces of #01a44c

RGB 116476
HSL0.410.990.32
HSV148°99°64°
CMYK 0.990.000.54   0.36
XYZ14.592527.079211.2952
Yxy27.07920.27550.5112
Hunter Lab52.0377-41.010623.5570
CIE-Lab59.0476-55.748835.4183

#01a44c color RGB value is (1,164,76).

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

The process color (four color CMYK) of #01a44c color code is 0.99, 0.00, 0.54, 0.36. Web safe color of #01a44c is #009933. Color #01a44c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10100100 01001100
Octal 1 244 114
Decimal 1 164 76
Hex 1 A4 4C

RGB Percentages of Color #01a44c

%0.41
%68.05
%31.54

CMYK Percentages of Color #01a44c

%99
%0
%54
%36

Triadic Colors of #01a44c

#01a44c #4c01a4 #a44c01

Analogous Colors of #01a44c

#01a44c #01a49e #08a401

Monochromatic Colors of #01a44c

#01a44c

Complementary Color

#01a44c #a40159

#01a44c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01a44c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01a44c Color CSS Codes

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

#01a44c Text Font Color

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

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


#01a44c Background Color

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

This div background color is #01a44c


#01a44c Border Color

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

This div border color is #01a44c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01a44c


Comments

No comments written yet.

Please login to write comment.