COLOR #9EC196

HEX: #9EC196 RGB: (158,193,150)

Color info

#9EC196 contains red, green and blue colors in about the same proportion. Web safe color of #9EC196 is #99CC99 (or #9C9).

RGB color model

#9EC196 color RGB value is (158,193,150).

RGB: (158,193,150) (62%, 76%, 59%)

RGB channels and saturation

R 158 of 255 = 62%
G 193 of 255 = 76%
B 150 of 255 = 59%

158
193
150

R + G + B ~ 66%. #9EC196 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 193 + 150 = 501 (100%)
R 158 of 501 ~ 31.54%
G 193 of 501 ~ 38.52%
B 150 of 501 ~ 29.94'%

%31.54
%38.52
%29.94

CMYK color model

#9EC196 color CMYK value is (18,0,22,24).

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 22.28%
  • key color value is 24.31%
CMYK: (18,0,22,24) C18M0Y22K24 (18%,0%,22%,24%) (0.18/0.00/0.22/0.24) 

CMYK percentages

%18.13
%0
%22.28
%24.31

Codes

Color #9EC196 in popluar color models

9E C1 96
RGB 158 193 150
HSL 109° 25.75% 67.25%
HSB/HSV 109° 22.28% 75.69%
CMYK 18.13% 0.00% 22.28%
24.31%

Color #9EC196 in popluar number systems.

HEX 9E C1 96
Decimal 158 193 150
Binary 10011110 11000001 10010110
Octal 236 301 226

Shades and tints

Shades of #9EC196

#9EC196
(158,193,150)
#90B089
(144,176,137)
#829F7C
(130,159,124)
#748E6F
(116,142,111)
#667D62
(102,125,98)
#586C55
(88,108,85)
#4A5B48
(74,91,72)
#3C4A3B
(60,74,59)
#2E392E
(46,57,46)
#202821
(32,40,33)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #9EC196

#9EC196
(158,193,150)
#A6C69F
(166,198,159)
#AECBA8
(174,203,168)
#B6D0B1
(182,208,177)
#BED5BA
(190,213,186)
#C6DAC3
(198,218,195)
#CEDFCC
(206,223,204)
#D6E4D5
(214,228,213)
#DEE9DE
(222,233,222)
#E6EEE7
(230,238,231)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC196 color. Also use rgb(158,193,150) instead hex code.

Text Font Color

.myTextColor { color: #9EC196; }

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

This text font color is #9EC196.

Background Color

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

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

This div background color is #9EC196.

Border color

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

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

This div border color is #9EC196.

Opacity

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

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

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

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

This text has shadow with #9EC196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC196.

Preview

Color preview on black background

This text has color #9EC196 on black background.


Color preview on white background

This text has color #9EC196 on white background.


Black color preview on #9EC196 background

This text has black color on #9EC196 background.


White color preview on #9EC196 background

This text has white color on #9EC196 background.


Related colors

Complementary color

Complementary color for #hex is #613E69.


I love getcolorcode.com

Triadic colors

1 #969EC1 and #C1969E with #9EC196 are triadic colors.

2 #96C19E and #C19E96 with #9EC196 are triadic colors.