COLOR #9EE384

HEX: #9EE384
RGB: (158,227,132)

Color info

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

RGB color model

#9EE384 color RGB value is (158,227,132).

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

RGB channels and saturation

R 158 of 255 = 62%
G 227 of 255 = 89%
B 132 of 255 = 52%

158
227
132

R + G + B ~ 68%. #9EE384 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 227 + 132 = 517 (100%)
R 158 of 517 ~ 30.56%
G 227 of 517 ~ 43.91%
B 132 of 517 ~ 25.53%

%30.56
%43.91
%25.53

CMYK color model

#9EE384 color CMYK value is (30,0,42,11).

  • cyan value is 30.40%
  • magenta value is 0.00%
  • yellow value is 41.85%
  • key color value is 10.98%
CMYK:
(30,0,42,11)
C30M0Y42K11 
(30%,0%,42%,11%)
(0.30/0.00/0.42/0.11)	

CMYK percentages

%30.4
%0
%41.85
%10.98

Codes

Color #9EE384 in popluar color models

9EE384
RGB158227132
HSL104°62.91%70.39%
HSB/HSV104°41.85%89.02%
CMYK30.40%0.00%41.85%
10.98%

Color #9EE384 in popluar number systems.

HEX9EE384
Decimal158227132
Binary100111101110001110000100
Octal236343204

Shades and tints

Shades of #9EE384

#9EE384
(158,227,132)
#90CF78
(144,207,120)
#82BB6C
(130,187,108)
#74A760
(116,167,96)
#669354
(102,147,84)
#587F48
(88,127,72)
#4A6B3C
(74,107,60)
#3C5730
(60,87,48)
#2E4324
(46,67,36)
#202F18
(32,47,24)
#121B0C
(18,27,12)
#000000
(0,0,0)

Tints of #9EE384

#9EE384
(158,227,132)
#A6E58F
(166,229,143)
#AEE79A
(174,231,154)
#B6E9A5
(182,233,165)
#BEEBB0
(190,235,176)
#C6EDBB
(198,237,187)
#CEEFC6
(206,239,198)
#D6F1D1
(214,241,209)
#DEF3DC
(222,243,220)
#E6F5E7
(230,245,231)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EE384; }

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

This text font color is #9EE384.


Background Color

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

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

This div background color is #9EE384.


Border color

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

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

This div border color is #9EE384.


Opacity

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

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

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

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

This text has shadow with #9EE384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE384 on black background.


Color preview on white background

This text has color #9EE384 on white background.



Black color preview on #9EE384 background

This text has black color on #9EE384 background.


White color preview on #9EE384 background

This text has white color on #9EE384 background.