COLOR #009E34

HEX: #009E34
RGB: (0,158,52)

Color info

#009E34 contains mainly green color. Web safe color of #009E34 is #009933 (or #093).

RGB color model

#009E34 color RGB value is (0,158,52).

  • red value is 0;
  • green value is 158;
  • blue value is 52.
RGB:
(0,158,52)
(0%,62%,20%)

RGB channels and saturation

R 0 of 255 = 0%
G 158 of 255 = 62%
B 52 of 255 = 20%

0
158
52

R + G + B ~ 27%. #009E34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 158 + 52 = 210 (100%)
R 0 of 210 ~ 0%
G 158 of 210 ~ 75.24%
B 52 of 210 ~ 24.76%

%75.24
%24.76

CMYK color model

#009E34 color CMYK value is (100,0,67,38).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 67.09%
  • key color value is 38.04%
CMYK:
(100,0,67,38)
C100M0Y67K38 
(100%,0%,67%,38%)
(1.00/0.00/0.67/0.38)	

CMYK percentages

%100
%0
%67.09
%38.04

Codes

Color #009E34 in popluar color models

009E34
RGB015852
HSL140°100.00%30.98%
HSB/HSV140°100.00%61.96%
CMYK100.00%0.00%67.09%
38.04%

Color #009E34 in popluar number systems.

HEX009E34
Decimal015852
Binary010011110110100
Octal023664

Shades and tints

Shades of #009E34

#009E34
(0,158,52)
#009030
(0,144,48)
#00822C
(0,130,44)
#007428
(0,116,40)
#006624
(0,102,36)
#005820
(0,88,32)
#004A1C
(0,74,28)
#003C18
(0,60,24)
#002E14
(0,46,20)
#002010
(0,32,16)
#00120C
(0,18,12)
#000000
(0,0,0)

Tints of #009E34

#009E34
(0,158,52)
#17A646
(23,166,70)
#2EAE58
(46,174,88)
#45B66A
(69,182,106)
#5CBE7C
(92,190,124)
#73C68E
(115,198,142)
#8ACEA0
(138,206,160)
#A1D6B2
(161,214,178)
#B8DEC4
(184,222,196)
#CFE6D6
(207,230,214)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #009E34 color. Also use rgb(0,158,52) instead hex code.

Text Font Color

.myTextColor { color: #009E34; }

<p style="color:#009E34">This sample text font color is #009E34.</p>

This text font color is #009E34.


Background Color

.myBgColor { background-color: #009E34; }

<div style="background-color:#009E34">Inner text</div>

This div background color is #009E34.


Border color

.myBorderColor { border: 1px solid #009E34; }

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

This div border color is #009E34.


Opacity

.myOpacity80 { color: #009E34; opacity: 0.8; }

<p style="color:#009E34;opacity:0.8;">80%</p>

Text with #009E34 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #009E34;}

<p style="text-shadow: 3px 3px 1px #009E34">Text here.</p>

This text has shadow with #009E34 color.

.textShadow {text-shadow: 3px 3px 1px #009E34, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #009E34, 5px 5px 20px red">Text here.</p>

This text has shadow with #009E34 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#009E34, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#009E34, Direction=45, Strength=4)">Text</p>

This text has shadow with #009E34 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #009E34;
  -webkit-box-shadow:	1px 1px 3px 2px #009E34;
  box-shadow:		1px 1px 3px 2px #009E34;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #009E34;
-webkit-box-shadow: 1px 1px 3px 2px #009E34;
box-shadow:1px 1px 3px 2px #009E34;">
Div content here</div>
This div box has shadow with color #009E34.

Preview

Color preview on black background

This text has color #009E34 on black background.


Color preview on white background

This text has color #009E34 on white background.



Black color preview on #009E34 background

This text has black color on #009E34 background.


White color preview on #009E34 background

This text has white color on #009E34 background.