COLOR #9EAE5E

HEX: #9EAE5E RGB: (158,174,94)

Color info

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

RGB color model

#9EAE5E color RGB value is (158,174,94).

RGB: (158,174,94) (62%, 68%, 37%)

RGB channels and saturation

R 158 of 255 = 62%
G 174 of 255 = 68%
B 94 of 255 = 37%

158
174
94

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

Portions of RGB colors in percentages

R + G + B = 158 + 174 + 94 = 426 (100%)
R 158 of 426 ~ 37.09%
G 174 of 426 ~ 40.85%
B 94 of 426 ~ 22.07'%

%37.09
%40.85
%22.07

CMYK color model

#9EAE5E color CMYK value is (9,0,46,32).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 45.98%
  • key color value is 31.76%

CMYK: (9,0,46,32)
C9M0Y46K32 (9%, 0%, 46%, 32%)
(0.09 / 0.00 / 0.46 / 0.32)

CMYK percentages

%9.2
%0
%45.98
%31.76

Codes

Color #9EAE5E in popluar color models

9E AE 5E
RGB 158 174 94
HSL 72° 33.06% 52.55%
HSB/HSV 72° 45.98% 68.24%
CMYK 9.20% 0.00% 45.98%
31.76%

Color #9EAE5E in popluar number systems.

HEX 9E AE 5E
Decimal 158 174 94
Binary 10011110 10101110 1011110
Octal 236 256 136

Shades and tints

Shades of #9EAE5E

#9EAE5E
(158,174,94)
#909F56
(144,159,86)
#82904E
(130,144,78)
#748146
(116,129,70)
#66723E
(102,114,62)
#586336
(88,99,54)
#4A542E
(74,84,46)
#3C4526
(60,69,38)
#2E361E
(46,54,30)
#202716
(32,39,22)
#12180E
(18,24,14)
#000000
(0,0,0)

Tints of #9EAE5E

#9EAE5E
(158,174,94)
#A6B56C
(166,181,108)
#AEBC7A
(174,188,122)
#B6C388
(182,195,136)
#BECA96
(190,202,150)
#C6D1A4
(198,209,164)
#CED8B2
(206,216,178)
#D6DFC0
(214,223,192)
#DEE6CE
(222,230,206)
#E6EDDC
(230,237,220)
#EEF4EA
(238,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAE5E color. Also use rgb(158,174,94) instead hex code.

Text Font Color

.myTextColor { color: #9EAE5E; }

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

This text font color is #9EAE5E.

Background Color

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

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

This div background color is #9EAE5E.

Border color

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

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

This div border color is #9EAE5E.

Opacity

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

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

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

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

This text has shadow with #9EAE5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EAE5E.

Preview

Color preview on black background

This text has color #9EAE5E on black background.


Color preview on white background

This text has color #9EAE5E on white background.


Black color preview on #9EAE5E background

This text has black color on #9EAE5E background.


White color preview on #9EAE5E background

This text has white color on #9EAE5E background.


Related colors

Complementary color

Complementary color for #hex is #6151A1.


I love getcolorcode.com

Triadic colors

1 #5E9EAE and #AE5E9E with #9EAE5E are triadic colors.

2 #5EAE9E and #AE9E5E with #9EAE5E are triadic colors.