COLOR #9EC18E

HEX: #9EC18E RGB: (158,193,142)

Color info

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

RGB color model

#9EC18E color RGB value is (158,193,142).

RGB: (158,193,142) (62%, 76%, 56%)

RGB channels and saturation

R 158 of 255 = 62%
G 193 of 255 = 76%
B 142 of 255 = 56%

158
193
142

R + G + B ~ 65%. #9EC18E is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 193 + 142 = 493 (100%)
R 158 of 493 ~ 32.05%
G 193 of 493 ~ 39.15%
B 142 of 493 ~ 28.8'%

%32.05
%39.15
%28.8

CMYK color model

#9EC18E color CMYK value is (18,0,26,24).

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 24.31%

CMYK: (18,0,26,24)
C18M0Y26K24 (18%, 0%, 26%, 24%)
(0.18 / 0.00 / 0.26 / 0.24)

CMYK percentages

%18.13
%0
%26.42
%24.31

Codes

Color #9EC18E in popluar color models

9E C1 8E
RGB 158 193 142
HSL 101° 29.14% 65.69%
HSB/HSV 101° 26.42% 75.69%
CMYK 18.13% 0.00% 26.42%
24.31%

Color #9EC18E in popluar number systems.

HEX 9E C1 8E
Decimal 158 193 142
Binary 10011110 11000001 10001110
Octal 236 301 216

Shades and tints

Shades of #9EC18E

#9EC18E
(158,193,142)
#90B082
(144,176,130)
#829F76
(130,159,118)
#748E6A
(116,142,106)
#667D5E
(102,125,94)
#586C52
(88,108,82)
#4A5B46
(74,91,70)
#3C4A3A
(60,74,58)
#2E392E
(46,57,46)
#202822
(32,40,34)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #9EC18E

#9EC18E
(158,193,142)
#A6C698
(166,198,152)
#AECBA2
(174,203,162)
#B6D0AC
(182,208,172)
#BED5B6
(190,213,182)
#C6DAC0
(198,218,192)
#CEDFCA
(206,223,202)
#D6E4D4
(214,228,212)
#DEE9DE
(222,233,222)
#E6EEE8
(230,238,232)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC18E; }

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

This text font color is #9EC18E.

Background Color

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

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

This div background color is #9EC18E.

Border color

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

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

This div border color is #9EC18E.

Opacity

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

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

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

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

This text has shadow with #9EC18E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC18E.

Preview

Color preview on black background

This text has color #9EC18E on black background.


Color preview on white background

This text has color #9EC18E on white background.


Black color preview on #9EC18E background

This text has black color on #9EC18E background.


White color preview on #9EC18E background

This text has white color on #9EC18E background.


Related colors

Complementary color

Complementary color for #hex is #613E71.


I love getcolorcode.com

Triadic colors

1 #8E9EC1 and #C18E9E with #9EC18E are triadic colors.

2 #8EC19E and #C19E8E with #9EC18E are triadic colors.