COLOR #9EC25C

HEX: #9EC25C
RGB: (158,194,92)

Color info

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

RGB color model

#9EC25C color RGB value is (158,194,92).

  • red value is 158;
  • green value is 194;
  • blue value is 92.
RGB:
(158,194,92)
(62%,76%,36%)

RGB channels and saturation

R 158 of 255 = 62%
G 194 of 255 = 76%
B 92 of 255 = 36%

158
194
92

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

Portions of RGB colors in percentages

R + G + B =
158 + 194 + 92 = 444 (100%)
R 158 of 444 ~ 35.59%
G 194 of 444 ~ 43.69%
B 92 of 444 ~ 20.72%

%35.59
%43.69
%20.72

CMYK color model

#9EC25C color CMYK value is (19,0,53,24).

  • cyan value is 18.56%
  • magenta value is 0.00%
  • yellow value is 52.58%
  • key color value is 23.92%
CMYK:
(19,0,53,24)
C19M0Y53K24 
(19%,0%,53%,24%)
(0.19/0.00/0.53/0.24)	

CMYK percentages

%18.56
%0
%52.58
%23.92

Codes

Color #9EC25C in popluar color models

9EC25C
RGB15819492
HSL81°45.54%56.08%
HSB/HSV81°52.58%76.08%
CMYK18.56%0.00%52.58%
23.92%

Color #9EC25C in popluar number systems.

HEX9EC25C
Decimal15819492
Binary10011110110000101011100
Octal236302134

Shades and tints

Shades of #9EC25C

#9EC25C
(158,194,92)
#90B154
(144,177,84)
#82A04C
(130,160,76)
#748F44
(116,143,68)
#667E3C
(102,126,60)
#586D34
(88,109,52)
#4A5C2C
(74,92,44)
#3C4B24
(60,75,36)
#2E3A1C
(46,58,28)
#202914
(32,41,20)
#12180C
(18,24,12)
#000000
(0,0,0)

Tints of #9EC25C

#9EC25C
(158,194,92)
#A6C76A
(166,199,106)
#AECC78
(174,204,120)
#B6D186
(182,209,134)
#BED694
(190,214,148)
#C6DBA2
(198,219,162)
#CEE0B0
(206,224,176)
#D6E5BE
(214,229,190)
#DEEACC
(222,234,204)
#E6EFDA
(230,239,218)
#EEF4E8
(238,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC25C color. Also use rgb(158,194,92) instead hex code.

Text Font Color

.myTextColor { color: #9EC25C; }

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

This text font color is #9EC25C.


Background Color

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

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

This div background color is #9EC25C.


Border color

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

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

This div border color is #9EC25C.


Opacity

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

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

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

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

This text has shadow with #9EC25C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC25C on black background.


Color preview on white background

This text has color #9EC25C on white background.



Black color preview on #9EC25C background

This text has black color on #9EC25C background.


White color preview on #9EC25C background

This text has white color on #9EC25C background.