COLOR #9EE398

HEX: #9EE398
RGB: (158,227,152)

Color info

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

RGB color model

#9EE398 color RGB value is (158,227,152).

  • red value is 158;
  • green value is 227;
  • blue value is 152.
RGB:
(158,227,152)
(62%,89%,60%)

RGB channels and saturation

R 158 of 255 = 62%
G 227 of 255 = 89%
B 152 of 255 = 60%

158
227
152

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

Portions of RGB colors in percentages

R + G + B =
158 + 227 + 152 = 537 (100%)
R 158 of 537 ~ 29.42%
G 227 of 537 ~ 42.27%
B 152 of 537 ~ 28.31%

%29.42
%42.27
%28.31

CMYK color model

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

  • cyan value is 30.40%
  • magenta value is 0.00%
  • yellow value is 33.04%
  • 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.04
%10.98

Codes

Color #9EE398 in popluar color models

9EE398
RGB158227152
HSL115°57.25%74.31%
HSB/HSV115°33.04%89.02%
CMYK30.40%0.00%33.04%
10.98%

Color #9EE398 in popluar number systems.

HEX9EE398
Decimal158227152
Binary100111101110001110011000
Octal236343230

Shades and tints

Shades of #9EE398

#9EE398
(158,227,152)
#90CF8B
(144,207,139)
#82BB7E
(130,187,126)
#74A771
(116,167,113)
#669364
(102,147,100)
#587F57
(88,127,87)
#4A6B4A
(74,107,74)
#3C573D
(60,87,61)
#2E4330
(46,67,48)
#202F23
(32,47,35)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #9EE398

#9EE398
(158,227,152)
#A6E5A1
(166,229,161)
#AEE7AA
(174,231,170)
#B6E9B3
(182,233,179)
#BEEBBC
(190,235,188)
#C6EDC5
(198,237,197)
#CEEFCE
(206,239,206)
#D6F1D7
(214,241,215)
#DEF3E0
(222,243,224)
#E6F5E9
(230,245,233)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EE398; }

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

This text font color is #9EE398.


Background Color

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

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

This div background color is #9EE398.


Border color

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

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

This div border color is #9EE398.


Opacity

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

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

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

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

This text has shadow with #9EE398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE398 on black background.


Color preview on white background

This text has color #9EE398 on white background.



Black color preview on #9EE398 background

This text has black color on #9EE398 background.


White color preview on #9EE398 background

This text has white color on #9EE398 background.