Color Hex Logo

#01b605 Color Hex

#01B605
(1,182,5)
0 Favorites   0 Comments

Color spaces of #01b605

RGB 11825
HSL0.340.990.36
HSV121°99°71°
CMYK 0.990.000.97   0.29
XYZ16.767933.47335.7208
Yxy33.47330.29960.5981
Hunter Lab57.8561-49.515234.6367
CIE-Lab64.5423-66.740263.9580

#01b605 color RGB value is (1,182,5).

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

The process color (four color CMYK) of #01b605 color hex is 0.99, 0.00, 0.97, 0.29. Web safe color of #01b605 is #00cc00. Color #01b605 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10110110 00000101
Octal 1 266 5
Decimal 1 182 5
Hex 1 B6 5

RGB Percentages of Color #01b605

%0.53
%96.81
%2.66

CMYK Percentages of Color #01b605

%99
%0
%97
%29

Triadic Colors of #01b605

#01b605 #0501b6 #b60501

Analogous Colors of #01b605

#01b605 #01b660 #58b601

Monochromatic Colors of #01b605

#01b605

Complementary Color

#01b605 #b601b2

#01b605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01b605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01b605 Color CSS Codes

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

#01b605 Text Font Color

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

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


#01b605 Background Color

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

This div background color is #01b605


#01b605 Border Color

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

This div border color is #01b605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01b605


Comments

No comments written yet.

Please login to write comment.