COLOR #9EE29C

HEX: #9EE29C RGB: (158,226,156)

Color info

#9EE29C contains mainly green color. Web safe color of #9EE29C is #99CC99 (or #9C9).

RGB color model

#9EE29C color RGB value is (158,226,156).

RGB: (158,226,156) (62%, 89%, 61%)

RGB channels and saturation

R 158 of 255 = 62%
G 226 of 255 = 89%
B 156 of 255 = 61%

158
226
156

R + G + B ~ 71%. #9EE29C is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 226 + 156 = 540 (100%)
R 158 of 540 ~ 29.26%
G 226 of 540 ~ 41.85%
B 156 of 540 ~ 28.89'%

%29.26
%41.85
%28.89

CMYK color model

#9EE29C color CMYK value is (30,0,31,11).

  • cyan value is 30.09%
  • magenta value is 0.00%
  • yellow value is 30.97%
  • key color value is 11.37%
CMYK: (30,0,31,11) C30M0Y31K11 (30%,0%,31%,11%) (0.30/0.00/0.31/0.11) 

CMYK percentages

%30.09
%0
%30.97
%11.37

Codes

Color #9EE29C in popluar color models

9E E2 9C
RGB 158 226 156
HSL 118° 54.69% 74.90%
HSB/HSV 118° 30.97% 88.63%
CMYK 30.09% 0.00% 30.97%
11.37%

Color #9EE29C in popluar number systems.

HEX 9E E2 9C
Decimal 158 226 156
Binary 10011110 11100010 10011100
Octal 236 342 234

Shades and tints

Shades of #9EE29C

#9EE29C
(158,226,156)
#90CE8E
(144,206,142)
#82BA80
(130,186,128)
#74A672
(116,166,114)
#669264
(102,146,100)
#587E56
(88,126,86)
#4A6A48
(74,106,72)
#3C563A
(60,86,58)
#2E422C
(46,66,44)
#202E1E
(32,46,30)
#121A10
(18,26,16)
#000000
(0,0,0)

Tints of #9EE29C

#9EE29C
(158,226,156)
#A6E4A5
(166,228,165)
#AEE6AE
(174,230,174)
#B6E8B7
(182,232,183)
#BEEAC0
(190,234,192)
#C6ECC9
(198,236,201)
#CEEED2
(206,238,210)
#D6F0DB
(214,240,219)
#DEF2E4
(222,242,228)
#E6F4ED
(230,244,237)
#EEF6F6
(238,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE29C color. Also use rgb(158,226,156) instead hex code.

Text Font Color

.myTextColor { color: #9EE29C; }

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

This text font color is #9EE29C.

Background Color

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

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

This div background color is #9EE29C.

Border color

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

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

This div border color is #9EE29C.

Opacity

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

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

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

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

This text has shadow with #9EE29C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EE29C.

Preview

Color preview on black background

This text has color #9EE29C on black background.


Color preview on white background

This text has color #9EE29C on white background.


Black color preview on #9EE29C background

This text has black color on #9EE29C background.


White color preview on #9EE29C background

This text has white color on #9EE29C background.


Related colors

Complementary color

Complementary color for #hex is #611D63.


I love getcolorcode.com

Triadic colors

1 #9C9EE2 and #E29C9E with #9EE29C are triadic colors.

2 #9CE29E and #E29E9C with #9EE29C are triadic colors.