COLOR #9EE486

HEX: #9EE486
RGB: (158,228,134)

Color info

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

RGB color model

#9EE486 color RGB value is (158,228,134).

  • red value is 158;
  • green value is 228;
  • blue value is 134.
RGB:
(158,228,134)
(62%,89%,53%)

RGB channels and saturation

R 158 of 255 = 62%
G 228 of 255 = 89%
B 134 of 255 = 53%

158
228
134

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

Portions of RGB colors in percentages

R + G + B =
158 + 228 + 134 = 520 (100%)
R 158 of 520 ~ 30.38%
G 228 of 520 ~ 43.85%
B 134 of 520 ~ 25.77%

%30.38
%43.85
%25.77

CMYK color model

#9EE486 color CMYK value is (31,0,41,11).

  • cyan value is 30.70%
  • magenta value is 0.00%
  • yellow value is 41.23%
  • key color value is 10.59%
CMYK:
(31,0,41,11)
C31M0Y41K11 
(31%,0%,41%,11%)
(0.31/0.00/0.41/0.11)	

CMYK percentages

%30.7
%0
%41.23
%10.59

Codes

Color #9EE486 in popluar color models

9EE486
RGB158228134
HSL105°63.51%70.98%
HSB/HSV105°41.23%89.41%
CMYK30.70%0.00%41.23%
10.59%

Color #9EE486 in popluar number systems.

HEX9EE486
Decimal158228134
Binary100111101110010010000110
Octal236344206

Shades and tints

Shades of #9EE486

#9EE486
(158,228,134)
#90D07A
(144,208,122)
#82BC6E
(130,188,110)
#74A862
(116,168,98)
#669456
(102,148,86)
#58804A
(88,128,74)
#4A6C3E
(74,108,62)
#3C5832
(60,88,50)
#2E4426
(46,68,38)
#20301A
(32,48,26)
#121C0E
(18,28,14)
#000000
(0,0,0)

Tints of #9EE486

#9EE486
(158,228,134)
#A6E691
(166,230,145)
#AEE89C
(174,232,156)
#B6EAA7
(182,234,167)
#BEECB2
(190,236,178)
#C6EEBD
(198,238,189)
#CEF0C8
(206,240,200)
#D6F2D3
(214,242,211)
#DEF4DE
(222,244,222)
#E6F6E9
(230,246,233)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EE486; }

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

This text font color is #9EE486.


Background Color

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

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

This div background color is #9EE486.


Border color

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

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

This div border color is #9EE486.


Opacity

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

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

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

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

This text has shadow with #9EE486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE486 on black background.


Color preview on white background

This text has color #9EE486 on white background.



Black color preview on #9EE486 background

This text has black color on #9EE486 background.


White color preview on #9EE486 background

This text has white color on #9EE486 background.