COLOR #9EA44D

HEX: #9EA44D RGB: (158,164,77)

Color info

#9EA44D contains mainly red and green colors. Web safe color of #9EA44D is #999933 (or #993).

RGB color model

#9EA44D color RGB value is (158,164,77).

RGB: (158,164,77) (62%, 64%, 30%)

RGB channels and saturation

R 158 of 255 = 62%
G 164 of 255 = 64%
B 77 of 255 = 30%

158
164
77

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

Portions of RGB colors in percentages

R + G + B = 158 + 164 + 77 = 399 (100%)
R 158 of 399 ~ 39.6%
G 164 of 399 ~ 41.1%
B 77 of 399 ~ 19.3'%

%39.6
%41.1
%19.3

CMYK color model

#9EA44D color CMYK value is (4,0,53,36).

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 53.05%
  • key color value is 35.69%

CMYK: (4,0,53,36)
C4M0Y53K36 (4%, 0%, 53%, 36%)
(0.04 / 0.00 / 0.53 / 0.36)

CMYK percentages

%3.66
%0
%53.05
%35.69

Codes

Color #9EA44D in popluar color models

9E A4 4D
RGB 158 164 77
HSL 64° 36.10% 47.25%
HSB/HSV 64° 53.05% 64.31%
CMYK 3.66% 0.00% 53.05%
35.69%

Color #9EA44D in popluar number systems.

HEX 9E A4 4D
Decimal 158 164 77
Binary 10011110 10100100 1001101
Octal 236 244 115

Shades and tints

Shades of #9EA44D

#9EA44D
(158,164,77)
#909646
(144,150,70)
#82883F
(130,136,63)
#747A38
(116,122,56)
#666C31
(102,108,49)
#585E2A
(88,94,42)
#4A5023
(74,80,35)
#3C421C
(60,66,28)
#2E3415
(46,52,21)
#20260E
(32,38,14)
#121807
(18,24,7)
#000000
(0,0,0)

Tints of #9EA44D

#9EA44D
(158,164,77)
#A6AC5D
(166,172,93)
#AEB46D
(174,180,109)
#B6BC7D
(182,188,125)
#BEC48D
(190,196,141)
#C6CC9D
(198,204,157)
#CED4AD
(206,212,173)
#D6DCBD
(214,220,189)
#DEE4CD
(222,228,205)
#E6ECDD
(230,236,221)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA44D; }

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

This text font color is #9EA44D.

Background Color

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

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

This div background color is #9EA44D.

Border color

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

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

This div border color is #9EA44D.

Opacity

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

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

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

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

This text has shadow with #9EA44D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA44D.

Preview

Color preview on black background

This text has color #9EA44D on black background.


Color preview on white background

This text has color #9EA44D on white background.


Black color preview on #9EA44D background

This text has black color on #9EA44D background.


White color preview on #9EA44D background

This text has white color on #9EA44D background.


Related colors

Complementary color

Complementary color for #hex is #615BB2.


I love getcolorcode.com

Triadic colors

1 #4D9EA4 and #A44D9E with #9EA44D are triadic colors.

2 #4DA49E and #A49E4D with #9EA44D are triadic colors.