COLOR #9EC942

HEX: #9EC942
RGB: (158,201,66)

Color info

#9EC942 contains mainly red and green colors. Web safe color of #9EC942 is #99CC33 (or #9C3).

RGB color model

#9EC942 color RGB value is (158,201,66).

  • red value is 158;
  • green value is 201;
  • blue value is 66.
RGB:
(158,201,66)
(62%,79%,26%)

RGB channels and saturation

R 158 of 255 = 62%
G 201 of 255 = 79%
B 66 of 255 = 26%

158
201
66

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

Portions of RGB colors in percentages

R + G + B =
158 + 201 + 66 = 425 (100%)
R 158 of 425 ~ 37.18%
G 201 of 425 ~ 47.29%
B 66 of 425 ~ 15.53%

%37.18
%47.29
%15.53

CMYK color model

#9EC942 color CMYK value is (21,0,67,21).

  • cyan value is 21.39%
  • magenta value is 0.00%
  • yellow value is 67.16%
  • key color value is 21.18%
CMYK:
(21,0,67,21)
C21M0Y67K21 
(21%,0%,67%,21%)
(0.21/0.00/0.67/0.21)	

CMYK percentages

%21.39
%0
%67.16
%21.18

Codes

Color #9EC942 in popluar color models

9EC942
RGB15820166
HSL79°55.56%52.35%
HSB/HSV79°67.16%78.82%
CMYK21.39%0.00%67.16%
21.18%

Color #9EC942 in popluar number systems.

HEX9EC942
Decimal15820166
Binary10011110110010011000010
Octal236311102

Shades and tints

Shades of #9EC942

#9EC942
(158,201,66)
#90B73C
(144,183,60)
#82A536
(130,165,54)
#749330
(116,147,48)
#66812A
(102,129,42)
#586F24
(88,111,36)
#4A5D1E
(74,93,30)
#3C4B18
(60,75,24)
#2E3912
(46,57,18)
#20270C
(32,39,12)
#121506
(18,21,6)
#000000
(0,0,0)

Tints of #9EC942

#9EC942
(158,201,66)
#A6CD53
(166,205,83)
#AED164
(174,209,100)
#B6D575
(182,213,117)
#BED986
(190,217,134)
#C6DD97
(198,221,151)
#CEE1A8
(206,225,168)
#D6E5B9
(214,229,185)
#DEE9CA
(222,233,202)
#E6EDDB
(230,237,219)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC942 color. Also use rgb(158,201,66) instead hex code.

Text Font Color

.myTextColor { color: #9EC942; }

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

This text font color is #9EC942.


Background Color

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

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

This div background color is #9EC942.


Border color

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

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

This div border color is #9EC942.


Opacity

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

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

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

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

This text has shadow with #9EC942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC942 on black background.


Color preview on white background

This text has color #9EC942 on white background.



Black color preview on #9EC942 background

This text has black color on #9EC942 background.


White color preview on #9EC942 background

This text has white color on #9EC942 background.