COLOR #9EA459

HEX: #9EA459 RGB: (158,164,89)

Color info

#9EA459 contains mainly red and green colors. Web safe color of #9EA459 is #999966 (or #996).

RGB color model

#9EA459 color RGB value is (158,164,89).

RGB: (158,164,89) (62%, 64%, 35%)

RGB channels and saturation

R 158 of 255 = 62%
G 164 of 255 = 64%
B 89 of 255 = 35%

158
164
89

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

Portions of RGB colors in percentages

R + G + B = 158 + 164 + 89 = 411 (100%)
R 158 of 411 ~ 38.44%
G 164 of 411 ~ 39.9%
B 89 of 411 ~ 21.65'%

%38.44
%39.9
%21.65

CMYK color model

#9EA459 color CMYK value is (4,0,46,36).

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

CMYK: (4,0,46,36)
C4M0Y46K36 (4%, 0%, 46%, 36%)
(0.04 / 0.00 / 0.46 / 0.36)

CMYK percentages

%3.66
%0
%45.73
%35.69

Codes

Color #9EA459 in popluar color models

9E A4 59
RGB 158 164 89
HSL 65° 29.64% 49.61%
HSB/HSV 65° 45.73% 64.31%
CMYK 3.66% 0.00% 45.73%
35.69%

Color #9EA459 in popluar number systems.

HEX 9E A4 59
Decimal 158 164 89
Binary 10011110 10100100 1011001
Octal 236 244 131

Shades and tints

Shades of #9EA459

#9EA459
(158,164,89)
#909651
(144,150,81)
#828849
(130,136,73)
#747A41
(116,122,65)
#666C39
(102,108,57)
#585E31
(88,94,49)
#4A5029
(74,80,41)
#3C4221
(60,66,33)
#2E3419
(46,52,25)
#202611
(32,38,17)
#121809
(18,24,9)
#000000
(0,0,0)

Tints of #9EA459

#9EA459
(158,164,89)
#A6AC68
(166,172,104)
#AEB477
(174,180,119)
#B6BC86
(182,188,134)
#BEC495
(190,196,149)
#C6CCA4
(198,204,164)
#CED4B3
(206,212,179)
#D6DCC2
(214,220,194)
#DEE4D1
(222,228,209)
#E6ECE0
(230,236,224)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA459; }

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

This text font color is #9EA459.

Background Color

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

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

This div background color is #9EA459.

Border color

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

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

This div border color is #9EA459.

Opacity

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

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

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

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

This text has shadow with #9EA459 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA459.

Preview

Color preview on black background

This text has color #9EA459 on black background.


Color preview on white background

This text has color #9EA459 on white background.


Black color preview on #9EA459 background

This text has black color on #9EA459 background.


White color preview on #9EA459 background

This text has white color on #9EA459 background.


Related colors

Complementary color

Complementary color for #hex is #615BA6.


I love getcolorcode.com

Triadic colors

1 #599EA4 and #A4599E with #9EA459 are triadic colors.

2 #59A49E and #A49E59 with #9EA459 are triadic colors.