Color Hex Logo

#01b84c Color Hex

#01B84C
(1,184,76)
0 Favorites   0 Comments

Color spaces of #01b84c

RGB 118476
HSL0.400.990.36
HSV145°99°72°
CMYK 0.990.000.59   0.28
XYZ18.457534.809212.5835
Yxy34.80920.28030.5286
Hunter Lab58.9993-47.406428.6540
CIE-Lab65.5998-62.179343.2704

#01b84c color RGB value is (1,184,76).

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

The process color (four color CMYK) of #01b84c color hex is 0.99, 0.00, 0.59, 0.28. Web safe color of #01b84c is #00cc33. Color #01b84c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111000 01001100
Octal 1 270 114
Decimal 1 184 76
Hex 1 B8 4C

RGB Percentages of Color #01b84c

%0.38
%70.50
%29.12

CMYK Percentages of Color #01b84c

%99
%0
%59
%28

Triadic Colors of #01b84c

#01b84c #4c01b8 #b84c01

Analogous Colors of #01b84c

#01b84c #01b8a8 #12b801

Monochromatic Colors of #01b84c

#01b84c

Complementary Color

#01b84c #b8016d

#01b84c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01b84c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01b84c Color CSS Codes

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

#01b84c Text Font Color

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

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


#01b84c Background Color

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

This div background color is #01b84c


#01b84c Border Color

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

This div border color is #01b84c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,184,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 #01b84c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01b84c


Comments

No comments written yet.

Please login to write comment.