COLOR #9EE48B

HEX: #9EE48B RGB: (158,228,139)

Color info

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

RGB color model

#9EE48B color RGB value is (158,228,139).

RGB: (158,228,139) (62%, 89%, 55%)

RGB channels and saturation

R 158 of 255 = 62%
G 228 of 255 = 89%
B 139 of 255 = 55%

158
228
139

R + G + B ~ 69%. #9EE48B is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 228 + 139 = 525 (100%)
R 158 of 525 ~ 30.1%
G 228 of 525 ~ 43.43%
B 139 of 525 ~ 26.48'%

%30.1
%43.43
%26.48

CMYK color model

#9EE48B color CMYK value is (31,0,39,11).

  • cyan value is 30.70%
  • magenta value is 0.00%
  • yellow value is 39.04%
  • key color value is 10.59%

CMYK: (31,0,39,11)
C31M0Y39K11 (31%, 0%, 39%, 11%)
(0.31 / 0.00 / 0.39 / 0.11)

CMYK percentages

%30.7
%0
%39.04
%10.59

Codes

Color #9EE48B in popluar color models

9E E4 8B
RGB 158 228 139
HSL 107° 62.24% 71.96%
HSB/HSV 107° 39.04% 89.41%
CMYK 30.70% 0.00% 39.04%
10.59%

Color #9EE48B in popluar number systems.

HEX 9E E4 8B
Decimal 158 228 139
Binary 10011110 11100100 10001011
Octal 236 344 213

Shades and tints

Shades of #9EE48B

#9EE48B
(158,228,139)
#90D07F
(144,208,127)
#82BC73
(130,188,115)
#74A867
(116,168,103)
#66945B
(102,148,91)
#58804F
(88,128,79)
#4A6C43
(74,108,67)
#3C5837
(60,88,55)
#2E442B
(46,68,43)
#20301F
(32,48,31)
#121C13
(18,28,19)
#000000
(0,0,0)

Tints of #9EE48B

#9EE48B
(158,228,139)
#A6E695
(166,230,149)
#AEE89F
(174,232,159)
#B6EAA9
(182,234,169)
#BEECB3
(190,236,179)
#C6EEBD
(198,238,189)
#CEF0C7
(206,240,199)
#D6F2D1
(214,242,209)
#DEF4DB
(222,244,219)
#E6F6E5
(230,246,229)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE48B color. Also use rgb(158,228,139) instead hex code.

Text Font Color

.myTextColor { color: #9EE48B; }

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

This text font color is #9EE48B.

Background Color

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

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

This div background color is #9EE48B.

Border color

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

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

This div border color is #9EE48B.

Opacity

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

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

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

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

This text has shadow with #9EE48B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EE48B.

Preview

Color preview on black background

This text has color #9EE48B on black background.


Color preview on white background

This text has color #9EE48B on white background.


Black color preview on #9EE48B background

This text has black color on #9EE48B background.


White color preview on #9EE48B background

This text has white color on #9EE48B background.


Related colors

Complementary color

Complementary color for #hex is #611B74.


I love getcolorcode.com

Triadic colors

1 #8B9EE4 and #E48B9E with #9EE48B are triadic colors.

2 #8BE49E and #E49E8B with #9EE48B are triadic colors.