Color Hex Logo

#01af36 Color Hex

#01AF36
(1,175,54)
0 Favorites   0 Comments

Color spaces of #01af36

RGB 117554
HSL0.380.990.35
HSV138°99°69°
CMYK 0.990.000.69   0.31
XYZ16.008330.93278.6169
Yxy30.93270.28810.5568
Hunter Lab55.6172-45.952429.7461
CIE-Lab62.4508-62.025049.3928

#01af36 color RGB value is (1,175,54).

#01af36 hex color red value is 1, green value is 175 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #01af36 hue: 0.38 , saturation: 0.99 and the lightness value of 01af36 is 0.35.

The process color (four color CMYK) of #01af36 color hex is 0.99, 0.00, 0.69, 0.31. Web safe color of #01af36 is #009933. Color #01af36 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101111 00110110
Octal 1 257 66
Decimal 1 175 54
Hex 1 AF 36

RGB Percentages of Color #01af36

%0.43
%76.09
%23.48

CMYK Percentages of Color #01af36

%99
%0
%69
%31

Triadic Colors of #01af36

#01af36 #3601af #af3601

Analogous Colors of #01af36

#01af36 #01af8d #23af01

Monochromatic Colors of #01af36

#01af36

Complementary Color

#01af36 #af017a

#01af36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01af36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01af36 Color CSS Codes

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

#01af36 Text Font Color

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

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


#01af36 Background Color

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

This div background color is #01af36


#01af36 Border Color

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

This div border color is #01af36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01af36


Comments

No comments written yet.

Please login to write comment.