Color Hex Logo

#009a2e Color Hex

#009A2E
(0,154,46)
0 Favorites   0 Comments

Color spaces of #009a2e

RGB 015446
HSL0.381.000.30
HSV138°100°60°
CMYK 1.000.000.70   0.40
XYZ12.048723.30856.4487
Yxy23.30850.28820.5575
Hunter Lab48.2789-39.940725.8757
CIE-Lab55.3887-56.538245.1248

#009a2e color RGB value is (0,154,46).

#009a2e hex color red value is 0, green value is 154 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #009a2e hue: 0.38 , saturation: 1.00 and the lightness value of 009a2e is 0.30.

The process color (four color CMYK) of #009a2e color hex is 1.00, 0.00, 0.70, 0.40. Web safe color of #009a2e is #009933. Color #009a2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011010 00101110
Octal 0 232 56
Decimal 0 154 46
Hex 0 9A 2E

RGB Percentages of Color #009a2e

%0.00
%77.00
%23.00

CMYK Percentages of Color #009a2e

%100
%0
%70
%40

Triadic Colors of #009a2e

#009a2e #2e009a #9a2e00

Analogous Colors of #009a2e

#009a2e #009a7b #1f9a00

Monochromatic Colors of #009a2e

#009a2e

Complementary Color

#009a2e #9a006c

#009a2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009a2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#009a2e Color CSS Codes

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

#009a2e Text Font Color

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

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


#009a2e Background Color

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

This div background color is #009a2e


#009a2e Border Color

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

This div border color is #009a2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,154,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #009a2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #009a2e;
  -webkit-box-shadow: 1px 1px 3px 2px #009a2e;
  box-shadow:         1px 1px 3px 2px #009a2e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009a2e


Comments

No comments written yet.

Please login to write comment.