COLOR #9EC97A

HEX: #9EC97A RGB: (158,201,122)

Color info

#9EC97A contains mainly red and green colors. Web safe color of #9EC97A is #99CC66 (or #9C6).

RGB color model

#9EC97A color RGB value is (158,201,122).

RGB: (158,201,122) (62%, 79%, 48%)

RGB channels and saturation

R 158 of 255 = 62%
G 201 of 255 = 79%
B 122 of 255 = 48%

158
201
122

R + G + B ~ 63%. #9EC97A is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 201 + 122 = 481 (100%)
R 158 of 481 ~ 32.85%
G 201 of 481 ~ 41.79%
B 122 of 481 ~ 25.36'%

%32.85
%41.79
%25.36

CMYK color model

#9EC97A color CMYK value is (21,0,39,21).

  • cyan value is 21.39%
  • magenta value is 0.00%
  • yellow value is 39.30%
  • key color value is 21.18%

CMYK: (21,0,39,21)
C21M0Y39K21 (21%, 0%, 39%, 21%)
(0.21 / 0.00 / 0.39 / 0.21)

CMYK percentages

%21.39
%0
%39.3
%21.18

Codes

Color #9EC97A in popluar color models

9E C9 7A
RGB 158 201 122
HSL 93° 42.25% 63.33%
HSB/HSV 93° 39.30% 78.82%
CMYK 21.39% 0.00% 39.30%
21.18%

Color #9EC97A in popluar number systems.

HEX 9E C9 7A
Decimal 158 201 122
Binary 10011110 11001001 1111010
Octal 236 311 172

Shades and tints

Shades of #9EC97A

#9EC97A
(158,201,122)
#90B76F
(144,183,111)
#82A564
(130,165,100)
#749359
(116,147,89)
#66814E
(102,129,78)
#586F43
(88,111,67)
#4A5D38
(74,93,56)
#3C4B2D
(60,75,45)
#2E3922
(46,57,34)
#202717
(32,39,23)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #9EC97A

#9EC97A
(158,201,122)
#A6CD86
(166,205,134)
#AED192
(174,209,146)
#B6D59E
(182,213,158)
#BED9AA
(190,217,170)
#C6DDB6
(198,221,182)
#CEE1C2
(206,225,194)
#D6E5CE
(214,229,206)
#DEE9DA
(222,233,218)
#E6EDE6
(230,237,230)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC97A color. Also use rgb(158,201,122) instead hex code.

Text Font Color

.myTextColor { color: #9EC97A; }

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

This text font color is #9EC97A.

Background Color

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

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

This div background color is #9EC97A.

Border color

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

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

This div border color is #9EC97A.

Opacity

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

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

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

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

This text has shadow with #9EC97A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC97A.

Preview

Color preview on black background

This text has color #9EC97A on black background.


Color preview on white background

This text has color #9EC97A on white background.


Black color preview on #9EC97A background

This text has black color on #9EC97A background.


White color preview on #9EC97A background

This text has white color on #9EC97A background.


Related colors

Complementary color

Complementary color for #hex is #613685.


I love getcolorcode.com

Triadic colors

1 #7A9EC9 and #C97A9E with #9EC97A are triadic colors.

2 #7AC99E and #C99E7A with #9EC97A are triadic colors.