COLOR #9EC56C

HEX: #9EC56C RGB: (158,197,108)

Color info

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

RGB color model

#9EC56C color RGB value is (158,197,108).

RGB: (158,197,108) (62%, 77%, 42%)

RGB channels and saturation

R 158 of 255 = 62%
G 197 of 255 = 77%
B 108 of 255 = 42%

158
197
108

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

Portions of RGB colors in percentages

R + G + B = 158 + 197 + 108 = 463 (100%)
R 158 of 463 ~ 34.13%
G 197 of 463 ~ 42.55%
B 108 of 463 ~ 23.33'%

%34.13
%42.55
%23.33

CMYK color model

#9EC56C color CMYK value is (20,0,45,23).

  • cyan value is 19.80%
  • magenta value is 0.00%
  • yellow value is 45.18%
  • key color value is 22.75%
CMYK: (20,0,45,23) C20M0Y45K23 (20%,0%,45%,23%) (0.20/0.00/0.45/0.23) 

CMYK percentages

%19.8
%0
%45.18
%22.75

Codes

Color #9EC56C in popluar color models

9E C5 6C
RGB 158 197 108
HSL 86° 43.41% 59.80%
HSB/HSV 86° 45.18% 77.25%
CMYK 19.80% 0.00% 45.18%
22.75%

Color #9EC56C in popluar number systems.

HEX 9E C5 6C
Decimal 158 197 108
Binary 10011110 11000101 1101100
Octal 236 305 154

Shades and tints

Shades of #9EC56C

#9EC56C
(158,197,108)
#90B463
(144,180,99)
#82A35A
(130,163,90)
#749251
(116,146,81)
#668148
(102,129,72)
#58703F
(88,112,63)
#4A5F36
(74,95,54)
#3C4E2D
(60,78,45)
#2E3D24
(46,61,36)
#202C1B
(32,44,27)
#121B12
(18,27,18)
#000000
(0,0,0)

Tints of #9EC56C

#9EC56C
(158,197,108)
#A6CA79
(166,202,121)
#AECF86
(174,207,134)
#B6D493
(182,212,147)
#BED9A0
(190,217,160)
#C6DEAD
(198,222,173)
#CEE3BA
(206,227,186)
#D6E8C7
(214,232,199)
#DEEDD4
(222,237,212)
#E6F2E1
(230,242,225)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC56C; }

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

This text font color is #9EC56C.

Background Color

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

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

This div background color is #9EC56C.

Border color

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

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

This div border color is #9EC56C.

Opacity

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

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

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

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

This text has shadow with #9EC56C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC56C.

Preview

Color preview on black background

This text has color #9EC56C on black background.


Color preview on white background

This text has color #9EC56C on white background.


Black color preview on #9EC56C background

This text has black color on #9EC56C background.


White color preview on #9EC56C background

This text has white color on #9EC56C background.


Related colors

Complementary color

Complementary color for #hex is #613A93.


I love getcolorcode.com

Triadic colors

1 #6C9EC5 and #C56C9E with #9EC56C are triadic colors.

2 #6CC59E and #C59E6C with #9EC56C are triadic colors.