COLOR #9EC56F

HEX: #9EC56F RGB: (158,197,111)

Color info

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

RGB color model

#9EC56F color RGB value is (158,197,111).

RGB: (158,197,111) (62%, 77%, 44%)

RGB channels and saturation

R 158 of 255 = 62%
G 197 of 255 = 77%
B 111 of 255 = 44%

158
197
111

R + G + B ~ 61%. #9EC56F is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 197 + 111 = 466 (100%)
R 158 of 466 ~ 33.91%
G 197 of 466 ~ 42.27%
B 111 of 466 ~ 23.82'%

%33.91
%42.27
%23.82

CMYK color model

#9EC56F color CMYK value is (20,0,44,23).

  • cyan value is 19.80%
  • magenta value is 0.00%
  • yellow value is 43.65%
  • key color value is 22.75%

CMYK: (20,0,44,23)
C20M0Y44K23 (20%, 0%, 44%, 23%)
(0.20 / 0.00 / 0.44 / 0.23)

CMYK percentages

%19.8
%0
%43.65
%22.75

Codes

Color #9EC56F in popluar color models

9E C5 6F
RGB 158 197 111
HSL 87° 42.57% 60.39%
HSB/HSV 87° 43.65% 77.25%
CMYK 19.80% 0.00% 43.65%
22.75%

Color #9EC56F in popluar number systems.

HEX 9E C5 6F
Decimal 158 197 111
Binary 10011110 11000101 1101111
Octal 236 305 157

Shades and tints

Shades of #9EC56F

#9EC56F
(158,197,111)
#90B465
(144,180,101)
#82A35B
(130,163,91)
#749251
(116,146,81)
#668147
(102,129,71)
#58703D
(88,112,61)
#4A5F33
(74,95,51)
#3C4E29
(60,78,41)
#2E3D1F
(46,61,31)
#202C15
(32,44,21)
#121B0B
(18,27,11)
#000000
(0,0,0)

Tints of #9EC56F

#9EC56F
(158,197,111)
#A6CA7C
(166,202,124)
#AECF89
(174,207,137)
#B6D496
(182,212,150)
#BED9A3
(190,217,163)
#C6DEB0
(198,222,176)
#CEE3BD
(206,227,189)
#D6E8CA
(214,232,202)
#DEEDD7
(222,237,215)
#E6F2E4
(230,242,228)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC56F color. Also use rgb(158,197,111) instead hex code.

Text Font Color

.myTextColor { color: #9EC56F; }

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

This text font color is #9EC56F.

Background Color

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

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

This div background color is #9EC56F.

Border color

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

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

This div border color is #9EC56F.

Opacity

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

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

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

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

This text has shadow with #9EC56F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC56F.

Preview

Color preview on black background

This text has color #9EC56F on black background.


Color preview on white background

This text has color #9EC56F on white background.


Black color preview on #9EC56F background

This text has black color on #9EC56F background.


White color preview on #9EC56F background

This text has white color on #9EC56F background.


Related colors

Complementary color

Complementary color for #hex is #613A90.


I love getcolorcode.com

Triadic colors

1 #6F9EC5 and #C56F9E with #9EC56F are triadic colors.

2 #6FC59E and #C59E6F with #9EC56F are triadic colors.