COLOR #9EEE94

HEX: #9EEE94 RGB: (158,238,148)

Color info

#9EEE94 contains mainly green color. Web safe color of #9EEE94 is #99FF99 (or #9F9).

RGB color model

#9EEE94 color RGB value is (158,238,148).

RGB: (158,238,148) (62%, 93%, 58%)

RGB channels and saturation

R 158 of 255 = 62%
G 238 of 255 = 93%
B 148 of 255 = 58%

158
238
148

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

Portions of RGB colors in percentages

R + G + B = 158 + 238 + 148 = 544 (100%)
R 158 of 544 ~ 29.04%
G 238 of 544 ~ 43.75%
B 148 of 544 ~ 27.21'%

%29.04
%43.75
%27.21

CMYK color model

#9EEE94 color CMYK value is (34,0,38,7).

  • cyan value is 33.61%
  • magenta value is 0.00%
  • yellow value is 37.82%
  • key color value is 6.67%

CMYK: (34,0,38,7)
C34M0Y38K7 (34%, 0%, 38%, 7%)
(0.34 / 0.00 / 0.38 / 0.07)

CMYK percentages

%33.61
%0
%37.82
%6.67

Codes

Color #9EEE94 in popluar color models

9E EE 94
RGB 158 238 148
HSL 113° 72.58% 75.69%
HSB/HSV 113° 37.82% 93.33%
CMYK 33.61% 0.00% 37.82%
6.67%

Color #9EEE94 in popluar number systems.

HEX 9E EE 94
Decimal 158 238 148
Binary 10011110 11101110 10010100
Octal 236 356 224

Shades and tints

Shades of #9EEE94

#9EEE94
(158,238,148)
#90D987
(144,217,135)
#82C47A
(130,196,122)
#74AF6D
(116,175,109)
#669A60
(102,154,96)
#588553
(88,133,83)
#4A7046
(74,112,70)
#3C5B39
(60,91,57)
#2E462C
(46,70,44)
#20311F
(32,49,31)
#121C12
(18,28,18)
#000000
(0,0,0)

Tints of #9EEE94

#9EEE94
(158,238,148)
#A6EF9D
(166,239,157)
#AEF0A6
(174,240,166)
#B6F1AF
(182,241,175)
#BEF2B8
(190,242,184)
#C6F3C1
(198,243,193)
#CEF4CA
(206,244,202)
#D6F5D3
(214,245,211)
#DEF6DC
(222,246,220)
#E6F7E5
(230,247,229)
#EEF8EE
(238,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EEE94 color. Also use rgb(158,238,148) instead hex code.

Text Font Color

.myTextColor { color: #9EEE94; }

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

This text font color is #9EEE94.

Background Color

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

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

This div background color is #9EEE94.

Border color

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

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

This div border color is #9EEE94.

Opacity

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

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

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

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

This text has shadow with #9EEE94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EEE94.

Preview

Color preview on black background

This text has color #9EEE94 on black background.


Color preview on white background

This text has color #9EEE94 on white background.


Black color preview on #9EEE94 background

This text has black color on #9EEE94 background.


White color preview on #9EEE94 background

This text has white color on #9EEE94 background.


Related colors

Complementary color

Complementary color for #hex is #61116B.


I love getcolorcode.com

Triadic colors

1 #949EEE and #EE949E with #9EEE94 are triadic colors.

2 #94EE9E and #EE9E94 with #9EEE94 are triadic colors.