color codes Logo

#01ab5b color codes

#01AB5B
(1,171,91)
0 Favorites   0 Comments

Color spaces of #01ab5b

RGB 117191
HSL0.420.990.34
HSV152°99°67°
CMYK 0.990.000.47   0.33
XYZ16.463829.887614.7987
Yxy29.88760.26920.4888
Hunter Lab54.6696-41.916222.2193
CIE-Lab61.5571-55.578530.8896

#01ab5b color RGB value is (1,171,91).

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

The process color (four color CMYK) of #01ab5b color code is 0.99, 0.00, 0.47, 0.33. Web safe color of #01ab5b is #009966. Color #01ab5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101011 01011011
Octal 1 253 133
Decimal 1 171 91
Hex 1 AB 5B

RGB Percentages of Color #01ab5b

%0.38
%65.02
%34.60

CMYK Percentages of Color #01ab5b

%99
%0
%47
%33

Triadic Colors of #01ab5b

#01ab5b #5b01ab #ab5b01

Analogous Colors of #01ab5b

#01ab5b #01a6ab #01ab06

Monochromatic Colors of #01ab5b

#01ab5b

Complementary Color

#01ab5b #ab0151

#01ab5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ab5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ab5b Color CSS Codes

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

#01ab5b Text Font Color

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

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


#01ab5b Background Color

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

This div background color is #01ab5b


#01ab5b Border Color

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

This div border color is #01ab5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ab5b


Comments

No comments written yet.

Please login to write comment.