COLOR #9EC384

HEX: #9EC384
RGB: (158,195,132)

Color info

#9EC384 contains mainly red and green colors. Web safe color of #9EC384 is #99CC99 (or #9C9).

RGB color model

#9EC384 color RGB value is (158,195,132).

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

RGB channels and saturation

R 158 of 255 = 62%
G 195 of 255 = 76%
B 132 of 255 = 52%

158
195
132

R + G + B ~ 63%. #9EC384 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 195 + 132 = 485 (100%)
R 158 of 485 ~ 32.58%
G 195 of 485 ~ 40.21%
B 132 of 485 ~ 27.22%

%32.58
%40.21
%27.22

CMYK color model

#9EC384 color CMYK value is (19,0,32,24).

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 32.31%
  • key color value is 23.53%
CMYK:
(19,0,32,24)
C19M0Y32K24 
(19%,0%,32%,24%)
(0.19/0.00/0.32/0.24)	

CMYK percentages

%18.97
%0
%32.31
%23.53

Codes

Color #9EC384 in popluar color models

9EC384
RGB158195132
HSL95°34.43%64.12%
HSB/HSV95°32.31%76.47%
CMYK18.97%0.00%32.31%
23.53%

Color #9EC384 in popluar number systems.

HEX9EC384
Decimal158195132
Binary100111101100001110000100
Octal236303204

Shades and tints

Shades of #9EC384

#9EC384
(158,195,132)
#90B278
(144,178,120)
#82A16C
(130,161,108)
#749060
(116,144,96)
#667F54
(102,127,84)
#586E48
(88,110,72)
#4A5D3C
(74,93,60)
#3C4C30
(60,76,48)
#2E3B24
(46,59,36)
#202A18
(32,42,24)
#12190C
(18,25,12)
#000000
(0,0,0)

Tints of #9EC384

#9EC384
(158,195,132)
#A6C88F
(166,200,143)
#AECD9A
(174,205,154)
#B6D2A5
(182,210,165)
#BED7B0
(190,215,176)
#C6DCBB
(198,220,187)
#CEE1C6
(206,225,198)
#D6E6D1
(214,230,209)
#DEEBDC
(222,235,220)
#E6F0E7
(230,240,231)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC384; }

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

This text font color is #9EC384.


Background Color

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

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

This div background color is #9EC384.


Border color

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

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

This div border color is #9EC384.


Opacity

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

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

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

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

This text has shadow with #9EC384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC384 on black background.


Color preview on white background

This text has color #9EC384 on white background.



Black color preview on #9EC384 background

This text has black color on #9EC384 background.


White color preview on #9EC384 background

This text has white color on #9EC384 background.