COLOR #9EAD6D

HEX: #9EAD6D
RGB: (158,173,109)

Color info

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

RGB color model

#9EAD6D color RGB value is (158,173,109).

  • red value is 158;
  • green value is 173;
  • blue value is 109.
RGB:
(158,173,109)
(62%,68%,43%)

RGB channels and saturation

R 158 of 255 = 62%
G 173 of 255 = 68%
B 109 of 255 = 43%

158
173
109

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

Portions of RGB colors in percentages

R + G + B =
158 + 173 + 109 = 440 (100%)
R 158 of 440 ~ 35.91%
G 173 of 440 ~ 39.32%
B 109 of 440 ~ 24.77%

%35.91
%39.32
%24.77

CMYK color model

#9EAD6D color CMYK value is (9,0,37,32).

  • cyan value is 8.67%
  • magenta value is 0.00%
  • yellow value is 36.99%
  • key color value is 32.16%
CMYK:
(9,0,37,32)
C9M0Y37K32 
(9%,0%,37%,32%)
(0.09/0.00/0.37/0.32)	

CMYK percentages

%8.67
%0
%36.99
%32.16

Codes

Color #9EAD6D in popluar color models

9EAD6D
RGB158173109
HSL74°28.07%55.29%
HSB/HSV74°36.99%67.84%
CMYK8.67%0.00%36.99%
32.16%

Color #9EAD6D in popluar number systems.

HEX9EAD6D
Decimal158173109
Binary10011110101011011101101
Octal236255155

Shades and tints

Shades of #9EAD6D

#9EAD6D
(158,173,109)
#909E64
(144,158,100)
#828F5B
(130,143,91)
#748052
(116,128,82)
#667149
(102,113,73)
#586240
(88,98,64)
#4A5337
(74,83,55)
#3C442E
(60,68,46)
#2E3525
(46,53,37)
#20261C
(32,38,28)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #9EAD6D

#9EAD6D
(158,173,109)
#A6B47A
(166,180,122)
#AEBB87
(174,187,135)
#B6C294
(182,194,148)
#BEC9A1
(190,201,161)
#C6D0AE
(198,208,174)
#CED7BB
(206,215,187)
#D6DEC8
(214,222,200)
#DEE5D5
(222,229,213)
#E6ECE2
(230,236,226)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAD6D color. Also use rgb(158,173,109) instead hex code.

Text Font Color

.myTextColor { color: #9EAD6D; }

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

This text font color is #9EAD6D.


Background Color

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

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

This div background color is #9EAD6D.


Border color

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

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

This div border color is #9EAD6D.


Opacity

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

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

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

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

This text has shadow with #9EAD6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAD6D on black background.


Color preview on white background

This text has color #9EAD6D on white background.



Black color preview on #9EAD6D background

This text has black color on #9EAD6D background.


White color preview on #9EAD6D background

This text has white color on #9EAD6D background.