Color Hex Logo

#01e17a Color Hex

#01E17A
(1,225,122)
0 Favorites   0 Comments

Color spaces of #01e17a

RGB 1225122
HSL0.420.990.44
HSV152°100°88°
CMYK 1.000.000.46   0.12
XYZ30.450655.262027.4741
Yxy55.26200.26900.4882
Hunter Lab74.3384-56.974830.1244
CIE-Lab79.1919-68.181737.7423

#01e17a color RGB value is (1,225,122).

#01e17a hex color red value is 1, green value is 225 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #01e17a hue: 0.42 , saturation: 0.99 and the lightness value of 01e17a is 0.44.

The process color (four color CMYK) of #01e17a color hex is 1.00, 0.00, 0.46, 0.12. Web safe color of #01e17a is #00cc66. Color #01e17a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11100001 01111010
Octal 1 341 172
Decimal 1 225 122
Hex 1 E1 7A

RGB Percentages of Color #01e17a

%0.29
%64.66
%35.06

CMYK Percentages of Color #01e17a

%100
%0
%46
%12

Triadic Colors of #01e17a

#01e17a #7a01e1 #e17a01

Analogous Colors of #01e17a

#01e17a #01d8e1 #01e10a

Monochromatic Colors of #01e17a

#01e17a

Complementary Color

#01e17a #e10168

#01e17a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01e17a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01e17a Color CSS Codes

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

#01e17a Text Font Color

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

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


#01e17a Background Color

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

This div background color is #01e17a


#01e17a Border Color

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

This div border color is #01e17a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01e17a


Comments

No comments written yet.

Please login to write comment.