COLOR #9EC29F

HEX: #9EC29F
RGB: (158,194,159)

Color info

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

RGB color model

#9EC29F color RGB value is (158,194,159).

  • red value is 158;
  • green value is 194;
  • blue value is 159.
RGB:
(158,194,159)
(62%,76%,62%)

RGB channels and saturation

R 158 of 255 = 62%
G 194 of 255 = 76%
B 159 of 255 = 62%

158
194
159

R + G + B ~ 67%. #9EC29F is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 194 + 159 = 511 (100%)
R 158 of 511 ~ 30.92%
G 194 of 511 ~ 37.96%
B 159 of 511 ~ 31.12%

%30.92
%37.96
%31.12

CMYK color model

#9EC29F color CMYK value is (19,0,18,24).

  • cyan value is 18.56%
  • magenta value is 0.00%
  • yellow value is 18.04%
  • key color value is 23.92%
CMYK:
(19,0,18,24)
C19M0Y18K24 
(19%,0%,18%,24%)
(0.19/0.00/0.18/0.24)	

CMYK percentages

%18.56
%0
%18.04
%23.92

Codes

Color #9EC29F in popluar color models

9EC29F
RGB158194159
HSL122°22.78%69.02%
HSB/HSV122°18.56%76.08%
CMYK18.56%0.00%18.04%
23.92%

Color #9EC29F in popluar number systems.

HEX9EC29F
Decimal158194159
Binary100111101100001010011111
Octal236302237

Shades and tints

Shades of #9EC29F

#9EC29F
(158,194,159)
#90B191
(144,177,145)
#82A083
(130,160,131)
#748F75
(116,143,117)
#667E67
(102,126,103)
#586D59
(88,109,89)
#4A5C4B
(74,92,75)
#3C4B3D
(60,75,61)
#2E3A2F
(46,58,47)
#202921
(32,41,33)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #9EC29F

#9EC29F
(158,194,159)
#A6C7A7
(166,199,167)
#AECCAF
(174,204,175)
#B6D1B7
(182,209,183)
#BED6BF
(190,214,191)
#C6DBC7
(198,219,199)
#CEE0CF
(206,224,207)
#D6E5D7
(214,229,215)
#DEEADF
(222,234,223)
#E6EFE7
(230,239,231)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC29F color. Also use rgb(158,194,159) instead hex code.

Text Font Color

.myTextColor { color: #9EC29F; }

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

This text font color is #9EC29F.


Background Color

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

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

This div background color is #9EC29F.


Border color

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

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

This div border color is #9EC29F.


Opacity

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

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

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

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

This text has shadow with #9EC29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC29F on black background.


Color preview on white background

This text has color #9EC29F on white background.



Black color preview on #9EC29F background

This text has black color on #9EC29F background.


White color preview on #9EC29F background

This text has white color on #9EC29F background.