COLOR #9EE397

HEX: #9EE397 RGB: (158,227,151)

Color info

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

RGB color model

#9EE397 color RGB value is (158,227,151).

RGB: (158,227,151) (62%, 89%, 59%)

RGB channels and saturation

R 158 of 255 = 62%
G 227 of 255 = 89%
B 151 of 255 = 59%

158
227
151

R + G + B ~ 70%. #9EE397 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 227 + 151 = 536 (100%)
R 158 of 536 ~ 29.48%
G 227 of 536 ~ 42.35%
B 151 of 536 ~ 28.17'%

%29.48
%42.35
%28.17

CMYK color model

#9EE397 color CMYK value is (30,0,33,11).

  • cyan value is 30.40%
  • magenta value is 0.00%
  • yellow value is 33.48%
  • key color value is 10.98%

CMYK: (30,0,33,11)
C30M0Y33K11 (30%, 0%, 33%, 11%)
(0.30 / 0.00 / 0.33 / 0.11)

CMYK percentages

%30.4
%0
%33.48
%10.98

Codes

Color #9EE397 in popluar color models

9E E3 97
RGB 158 227 151
HSL 114° 57.58% 74.12%
HSB/HSV 114° 33.48% 89.02%
CMYK 30.40% 0.00% 33.48%
10.98%

Color #9EE397 in popluar number systems.

HEX 9E E3 97
Decimal 158 227 151
Binary 10011110 11100011 10010111
Octal 236 343 227

Shades and tints

Shades of #9EE397

#9EE397
(158,227,151)
#90CF8A
(144,207,138)
#82BB7D
(130,187,125)
#74A770
(116,167,112)
#669363
(102,147,99)
#587F56
(88,127,86)
#4A6B49
(74,107,73)
#3C573C
(60,87,60)
#2E432F
(46,67,47)
#202F22
(32,47,34)
#121B15
(18,27,21)
#000000
(0,0,0)

Tints of #9EE397

#9EE397
(158,227,151)
#A6E5A0
(166,229,160)
#AEE7A9
(174,231,169)
#B6E9B2
(182,233,178)
#BEEBBB
(190,235,187)
#C6EDC4
(198,237,196)
#CEEFCD
(206,239,205)
#D6F1D6
(214,241,214)
#DEF3DF
(222,243,223)
#E6F5E8
(230,245,232)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE397 color. Also use rgb(158,227,151) instead hex code.

Text Font Color

.myTextColor { color: #9EE397; }

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

This text font color is #9EE397.

Background Color

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

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

This div background color is #9EE397.

Border color

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

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

This div border color is #9EE397.

Opacity

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

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

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

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

This text has shadow with #9EE397 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EE397.

Preview

Color preview on black background

This text has color #9EE397 on black background.


Color preview on white background

This text has color #9EE397 on white background.


Black color preview on #9EE397 background

This text has black color on #9EE397 background.


White color preview on #9EE397 background

This text has white color on #9EE397 background.


Related colors

Complementary color

Complementary color for #hex is #611C68.


I love getcolorcode.com

Triadic colors

1 #979EE3 and #E3979E with #9EE397 are triadic colors.

2 #97E39E and #E39E97 with #9EE397 are triadic colors.