COLOR #9EA404

HEX: #9EA404
RGB: (158,164,4)

Color info

#9EA404 contains mainly red and green colors. Web safe color of #9EA404 is #999900 (or #990).

RGB color model

#9EA404 color RGB value is (158,164,4).

  • red value is 158;
  • green value is 164;
  • blue value is 4.
RGB:
(158,164,4)
(62%,64%,2%)

RGB channels and saturation

R 158 of 255 = 62%
G 164 of 255 = 64%
B 4 of 255 = 2%

158
164
4

R + G + B ~ 43%. #9EA404 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 164 + 4 = 326 (100%)
R 158 of 326 ~ 48.47%
G 164 of 326 ~ 50.31%
B 4 of 326 ~ 1.23%

%48.47
%50.31

CMYK color model

#9EA404 color CMYK value is (4,0,98,36).

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 97.56%
  • key color value is 35.69%
CMYK:
(4,0,98,36)
C4M0Y98K36 
(4%,0%,98%,36%)
(0.04/0.00/0.98/0.36)	

CMYK percentages

%3.66
%0
%97.56
%35.69

Codes

Color #9EA404 in popluar color models

9EA404
RGB1581644
HSL62°95.24%32.94%
HSB/HSV62°97.56%64.31%
CMYK3.66%0.00%97.56%
35.69%

Color #9EA404 in popluar number systems.

HEX9EA404
Decimal1581644
Binary1001111010100100100
Octal2362444

Shades and tints

Shades of #9EA404

#9EA404
(158,164,4)
#909604
(144,150,4)
#828804
(130,136,4)
#747A04
(116,122,4)
#666C04
(102,108,4)
#585E04
(88,94,4)
#4A5004
(74,80,4)
#3C4204
(60,66,4)
#2E3404
(46,52,4)
#202604
(32,38,4)
#121804
(18,24,4)
#000000
(0,0,0)

Tints of #9EA404

#9EA404
(158,164,4)
#A6AC1A
(166,172,26)
#AEB430
(174,180,48)
#B6BC46
(182,188,70)
#BEC45C
(190,196,92)
#C6CC72
(198,204,114)
#CED488
(206,212,136)
#D6DC9E
(214,220,158)
#DEE4B4
(222,228,180)
#E6ECCA
(230,236,202)
#EEF4E0
(238,244,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA404 color. Also use rgb(158,164,4) instead hex code.

Text Font Color

.myTextColor { color: #9EA404; }

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

This text font color is #9EA404.


Background Color

.myBgColor { background-color: #9EA404; }

<div style="background-color:#9EA404">Inner text</div>

This div background color is #9EA404.


Border color

.myBorderColor { border: 1px solid #9EA404; }

<div style="border:3px solid #9EA404">Div</div>

This div border color is #9EA404.


Opacity

.myOpacity80 { color: #9EA404; opacity: 0.8; }

<p style="color:#9EA404;opacity:0.8;">80%</p>

Text with #9EA404 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 #9EA404;}

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

This text has shadow with #9EA404 color.

.textShadow {text-shadow: 3px 3px 1px #9EA404, 3px 3px 1px red;}

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

This text has shadow with #9EA404 primary color and red secondary color.


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

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

This text has shadow with #9EA404 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA404 on black background.


Color preview on white background

This text has color #9EA404 on white background.



Black color preview on #9EA404 background

This text has black color on #9EA404 background.


White color preview on #9EA404 background

This text has white color on #9EA404 background.