Color Hex Logo

#00901e Color Hex

#00901E
(0,144,30)
0 Favorites   0 Comments

Color spaces of #00901e

RGB 014430
HSL0.371.000.28
HSV133°100°56°
CMYK 1.000.000.79   0.44
XYZ10.207620.04034.5585
Yxy20.04030.29330.5758
Hunter Lab44.7664-37.639825.2991
CIE-Lab51.8827-54.933147.5927

#00901e color RGB value is (0,144,30).

#00901e hex color red value is 0, green value is 144 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #00901e hue: 0.37 , saturation: 1.00 and the lightness value of 00901e is 0.28.

The process color (four color CMYK) of #00901e color hex is 1.00, 0.00, 0.79, 0.44. Web safe color of #00901e is #009933. Color #00901e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010000 00011110
Octal 0 220 36
Decimal 0 144 30
Hex 0 90 1E

RGB Percentages of Color #00901e

%0.00
%82.76
%17.24

CMYK Percentages of Color #00901e

%100
%0
%79
%44

Triadic Colors of #00901e

#00901e #1e0090 #901e00

Analogous Colors of #00901e

#00901e #009066 #2a9000

Monochromatic Colors of #00901e

#00901e

Complementary Color

#00901e #900072

#00901e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00901e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00901e Color CSS Codes

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

#00901e Text Font Color

<p style="color:#00901e">Text here</p>

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


#00901e Background Color

<div style="background-color:#00901e">
Div content here</div>

This div background color is #00901e


#00901e Border Color

<div style="border:3px solid #00901e">
Div here</div>

This div border color is #00901e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,144,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00901e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00901e;
  -webkit-box-shadow: 1px 1px 3px 2px #00901e;
  box-shadow:         1px 1px 3px 2px #00901e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,144,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00901e


Comments

No comments written yet.

Please login to write comment.