COLOR #9EC18F

HEX: #9EC18F
RGB: (158,193,143)

Color info

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

RGB color model

#9EC18F color RGB value is (158,193,143).

  • red value is 158;
  • green value is 193;
  • blue value is 143.
RGB:
(158,193,143)
(62%,76%,56%)

RGB channels and saturation

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

158
193
143

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

Portions of RGB colors in percentages

R + G + B =
158 + 193 + 143 = 494 (100%)
R 158 of 494 ~ 31.98%
G 193 of 494 ~ 39.07%
B 143 of 494 ~ 28.95%

%31.98
%39.07
%28.95

CMYK color model

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

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 25.91%
  • 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
%25.91
%24.31

Codes

Color #9EC18F in popluar color models

9EC18F
RGB158193143
HSL102°28.74%65.88%
HSB/HSV102°25.91%75.69%
CMYK18.13%0.00%25.91%
24.31%

Color #9EC18F in popluar number systems.

HEX9EC18F
Decimal158193143
Binary100111101100000110001111
Octal236301217

Shades and tints

Shades of #9EC18F

#9EC18F
(158,193,143)
#90B082
(144,176,130)
#829F75
(130,159,117)
#748E68
(116,142,104)
#667D5B
(102,125,91)
#586C4E
(88,108,78)
#4A5B41
(74,91,65)
#3C4A34
(60,74,52)
#2E3927
(46,57,39)
#20281A
(32,40,26)
#12170D
(18,23,13)
#000000
(0,0,0)

Tints of #9EC18F

#9EC18F
(158,193,143)
#A6C699
(166,198,153)
#AECBA3
(174,203,163)
#B6D0AD
(182,208,173)
#BED5B7
(190,213,183)
#C6DAC1
(198,218,193)
#CEDFCB
(206,223,203)
#D6E4D5
(214,228,213)
#DEE9DF
(222,233,223)
#E6EEE9
(230,238,233)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC18F; }

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

This text font color is #9EC18F.


Background Color

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

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

This div background color is #9EC18F.


Border color

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

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

This div border color is #9EC18F.


Opacity

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

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

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

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

This text has shadow with #9EC18F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC18F on black background.


Color preview on white background

This text has color #9EC18F on white background.



Black color preview on #9EC18F background

This text has black color on #9EC18F background.


White color preview on #9EC18F background

This text has white color on #9EC18F background.