COLOR #9ECA7C

HEX: #9ECA7C RGB: (158,202,124)

Color info

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

RGB color model

#9ECA7C color RGB value is (158,202,124).

RGB: (158,202,124) (62%, 79%, 49%)

RGB channels and saturation

R 158 of 255 = 62%
G 202 of 255 = 79%
B 124 of 255 = 49%

158
202
124

R + G + B ~ 63%. #9ECA7C is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 202 + 124 = 484 (100%)
R 158 of 484 ~ 32.64%
G 202 of 484 ~ 41.74%
B 124 of 484 ~ 25.62'%

%32.64
%41.74
%25.62

CMYK color model

#9ECA7C color CMYK value is (22,0,39,21).

  • cyan value is 21.78%
  • magenta value is 0.00%
  • yellow value is 38.61%
  • key color value is 20.78%

CMYK: (22,0,39,21)
C22M0Y39K21 (22%, 0%, 39%, 21%)
(0.22 / 0.00 / 0.39 / 0.21)

CMYK percentages

%21.78
%0
%38.61
%20.78

Codes

Color #9ECA7C in popluar color models

9E CA 7C
RGB 158 202 124
HSL 94° 42.39% 63.92%
HSB/HSV 94° 38.61% 79.22%
CMYK 21.78% 0.00% 38.61%
20.78%

Color #9ECA7C in popluar number systems.

HEX 9E CA 7C
Decimal 158 202 124
Binary 10011110 11001010 1111100
Octal 236 312 174

Shades and tints

Shades of #9ECA7C

#9ECA7C
(158,202,124)
#90B871
(144,184,113)
#82A666
(130,166,102)
#74945B
(116,148,91)
#668250
(102,130,80)
#587045
(88,112,69)
#4A5E3A
(74,94,58)
#3C4C2F
(60,76,47)
#2E3A24
(46,58,36)
#202819
(32,40,25)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #9ECA7C

#9ECA7C
(158,202,124)
#A6CE87
(166,206,135)
#AED292
(174,210,146)
#B6D69D
(182,214,157)
#BEDAA8
(190,218,168)
#C6DEB3
(198,222,179)
#CEE2BE
(206,226,190)
#D6E6C9
(214,230,201)
#DEEAD4
(222,234,212)
#E6EEDF
(230,238,223)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ECA7C color. Also use rgb(158,202,124) instead hex code.

Text Font Color

.myTextColor { color: #9ECA7C; }

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

This text font color is #9ECA7C.

Background Color

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

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

This div background color is #9ECA7C.

Border color

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

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

This div border color is #9ECA7C.

Opacity

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

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

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

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

This text has shadow with #9ECA7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ECA7C.

Preview

Color preview on black background

This text has color #9ECA7C on black background.


Color preview on white background

This text has color #9ECA7C on white background.


Black color preview on #9ECA7C background

This text has black color on #9ECA7C background.


White color preview on #9ECA7C background

This text has white color on #9ECA7C background.


Related colors

Complementary color

Complementary color for #hex is #613583.


I love getcolorcode.com

Triadic colors

1 #7C9ECA and #CA7C9E with #9ECA7C are triadic colors.

2 #7CCA9E and #CA9E7C with #9ECA7C are triadic colors.