Color Hex Logo

#009120 Color Hex

#009120
(0,145,32)
0 Favorites   0 Comments

Color spaces of #009120

RGB 014532
HSL0.371.000.28
HSV133°100°57°
CMYK 1.000.000.78   0.43
XYZ10.386120.35514.7480
Yxy20.35510.29270.5736
Hunter Lab45.1166-37.862425.3421
CIE-Lab52.2363-55.079947.2530

#009120 color RGB value is (0,145,32).

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

The process color (four color CMYK) of #009120 color hex is 1.00, 0.00, 0.78, 0.43. Web safe color of #009120 is #009933. Color #009120 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010001 00100000
Octal 0 221 40
Decimal 0 145 32
Hex 0 91 20

RGB Percentages of Color #009120

%0.00
%81.92
%18.08

CMYK Percentages of Color #009120

%100
%0
%78
%43

Triadic Colors of #009120

#009120 #200091 #912000

Analogous Colors of #009120

#009120 #009169 #299100

Monochromatic Colors of #009120

#009120

Complementary Color

#009120 #910071

#009120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#009120 Color CSS Codes

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

#009120 Text Font Color

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

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


#009120 Background Color

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

This div background color is #009120


#009120 Border Color

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

This div border color is #009120


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,145,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #009120; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #009120;
  -webkit-box-shadow: 1px 1px 3px 2px #009120;
  box-shadow:         1px 1px 3px 2px #009120; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009120


Comments

No comments written yet.

Please login to write comment.