COLOR #9EC080

HEX: #9EC080 RGB: (158,192,128)

Color info

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

RGB color model

#9EC080 color RGB value is (158,192,128).

RGB: (158,192,128) (62%, 75%, 50%)

RGB channels and saturation

R 158 of 255 = 62%
G 192 of 255 = 75%
B 128 of 255 = 50%

158
192
128

R + G + B ~ 62%. #9EC080 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 192 + 128 = 478 (100%)
R 158 of 478 ~ 33.05%
G 192 of 478 ~ 40.17%
B 128 of 478 ~ 26.78'%

%33.05
%40.17
%26.78

CMYK color model

#9EC080 color CMYK value is (18,0,33,25).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 24.71%

CMYK: (18,0,33,25)
C18M0Y33K25 (18%, 0%, 33%, 25%)
(0.18 / 0.00 / 0.33 / 0.25)

CMYK percentages

%17.71
%0
%33.33
%24.71

Codes

Color #9EC080 in popluar color models

9E C0 80
RGB 158 192 128
HSL 92° 33.68% 62.75%
HSB/HSV 92° 33.33% 75.29%
CMYK 17.71% 0.00% 33.33%
24.71%

Color #9EC080 in popluar number systems.

HEX 9E C0 80
Decimal 158 192 128
Binary 10011110 11000000 10000000
Octal 236 300 200

Shades and tints

Shades of #9EC080

#9EC080
(158,192,128)
#90AF75
(144,175,117)
#829E6A
(130,158,106)
#748D5F
(116,141,95)
#667C54
(102,124,84)
#586B49
(88,107,73)
#4A5A3E
(74,90,62)
#3C4933
(60,73,51)
#2E3828
(46,56,40)
#20271D
(32,39,29)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #9EC080

#9EC080
(158,192,128)
#A6C58B
(166,197,139)
#AECA96
(174,202,150)
#B6CFA1
(182,207,161)
#BED4AC
(190,212,172)
#C6D9B7
(198,217,183)
#CEDEC2
(206,222,194)
#D6E3CD
(214,227,205)
#DEE8D8
(222,232,216)
#E6EDE3
(230,237,227)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC080 color. Also use rgb(158,192,128) instead hex code.

Text Font Color

.myTextColor { color: #9EC080; }

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

This text font color is #9EC080.

Background Color

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

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

This div background color is #9EC080.

Border color

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

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

This div border color is #9EC080.

Opacity

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

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

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

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

This text has shadow with #9EC080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC080.

Preview

Color preview on black background

This text has color #9EC080 on black background.


Color preview on white background

This text has color #9EC080 on white background.


Black color preview on #9EC080 background

This text has black color on #9EC080 background.


White color preview on #9EC080 background

This text has white color on #9EC080 background.


Related colors

Complementary color

Complementary color for #hex is #613F7F.


I love getcolorcode.com

Triadic colors

1 #809EC0 and #C0809E with #9EC080 are triadic colors.

2 #80C09E and #C09E80 with #9EC080 are triadic colors.