COLOR #9EC163

HEX: #9EC163
RGB: (158,193,99)

Color info

#9EC163 contains mainly red and green colors. Web safe color of #9EC163 is #99CC66 (or #9C6).

RGB color model

#9EC163 color RGB value is (158,193,99).

  • red value is 158;
  • green value is 193;
  • blue value is 99.
RGB:
(158,193,99)
(62%,76%,39%)

RGB channels and saturation

R 158 of 255 = 62%
G 193 of 255 = 76%
B 99 of 255 = 39%

158
193
99

R + G + B ~ 59%. #9EC163 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 193 + 99 = 450 (100%)
R 158 of 450 ~ 35.11%
G 193 of 450 ~ 42.89%
B 99 of 450 ~ 22%

%35.11
%42.89
%22

CMYK color model

#9EC163 color CMYK value is (18,0,49,24).

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 48.70%
  • key color value is 24.31%
CMYK:
(18,0,49,24)
C18M0Y49K24 
(18%,0%,49%,24%)
(0.18/0.00/0.49/0.24)	

CMYK percentages

%18.13
%0
%48.7
%24.31

Codes

Color #9EC163 in popluar color models

9EC163
RGB15819399
HSL82°43.12%57.25%
HSB/HSV82°48.70%75.69%
CMYK18.13%0.00%48.70%
24.31%

Color #9EC163 in popluar number systems.

HEX9EC163
Decimal15819399
Binary10011110110000011100011
Octal236301143

Shades and tints

Shades of #9EC163

#9EC163
(158,193,99)
#90B05A
(144,176,90)
#829F51
(130,159,81)
#748E48
(116,142,72)
#667D3F
(102,125,63)
#586C36
(88,108,54)
#4A5B2D
(74,91,45)
#3C4A24
(60,74,36)
#2E391B
(46,57,27)
#202812
(32,40,18)
#121709
(18,23,9)
#000000
(0,0,0)

Tints of #9EC163

#9EC163
(158,193,99)
#A6C671
(166,198,113)
#AECB7F
(174,203,127)
#B6D08D
(182,208,141)
#BED59B
(190,213,155)
#C6DAA9
(198,218,169)
#CEDFB7
(206,223,183)
#D6E4C5
(214,228,197)
#DEE9D3
(222,233,211)
#E6EEE1
(230,238,225)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC163 color. Also use rgb(158,193,99) instead hex code.

Text Font Color

.myTextColor { color: #9EC163; }

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

This text font color is #9EC163.


Background Color

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

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

This div background color is #9EC163.


Border color

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

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

This div border color is #9EC163.


Opacity

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

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

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

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

This text has shadow with #9EC163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC163 on black background.


Color preview on white background

This text has color #9EC163 on white background.



Black color preview on #9EC163 background

This text has black color on #9EC163 background.


White color preview on #9EC163 background

This text has white color on #9EC163 background.