COLOR #9EC280

HEX: #9EC280 RGB: (158,194,128)

Color info

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

RGB color model

#9EC280 color RGB value is (158,194,128).

RGB: (158,194,128) (62%, 76%, 50%)

RGB channels and saturation

R 158 of 255 = 62%
G 194 of 255 = 76%
B 128 of 255 = 50%

158
194
128

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

Portions of RGB colors in percentages

R + G + B = 158 + 194 + 128 = 480 (100%)
R 158 of 480 ~ 32.92%
G 194 of 480 ~ 40.42%
B 128 of 480 ~ 26.67'%

%32.92
%40.42
%26.67

CMYK color model

#9EC280 color CMYK value is (19,0,34,24).

  • cyan value is 18.56%
  • magenta value is 0.00%
  • yellow value is 34.02%
  • key color value is 23.92%

CMYK: (19,0,34,24)
C19M0Y34K24 (19%, 0%, 34%, 24%)
(0.19 / 0.00 / 0.34 / 0.24)

CMYK percentages

%18.56
%0
%34.02
%23.92

Codes

Color #9EC280 in popluar color models

9E C2 80
RGB 158 194 128
HSL 93° 35.11% 63.14%
HSB/HSV 93° 34.02% 76.08%
CMYK 18.56% 0.00% 34.02%
23.92%

Color #9EC280 in popluar number systems.

HEX 9E C2 80
Decimal 158 194 128
Binary 10011110 11000010 10000000
Octal 236 302 200

Shades and tints

Shades of #9EC280

#9EC280
(158,194,128)
#90B175
(144,177,117)
#82A06A
(130,160,106)
#748F5F
(116,143,95)
#667E54
(102,126,84)
#586D49
(88,109,73)
#4A5C3E
(74,92,62)
#3C4B33
(60,75,51)
#2E3A28
(46,58,40)
#20291D
(32,41,29)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #9EC280

#9EC280
(158,194,128)
#A6C78B
(166,199,139)
#AECC96
(174,204,150)
#B6D1A1
(182,209,161)
#BED6AC
(190,214,172)
#C6DBB7
(198,219,183)
#CEE0C2
(206,224,194)
#D6E5CD
(214,229,205)
#DEEAD8
(222,234,216)
#E6EFE3
(230,239,227)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC280; }

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

This text font color is #9EC280.

Background Color

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

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

This div background color is #9EC280.

Border color

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

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

This div border color is #9EC280.

Opacity

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

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

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

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

This text has shadow with #9EC280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC280.

Preview

Color preview on black background

This text has color #9EC280 on black background.


Color preview on white background

This text has color #9EC280 on white background.


Black color preview on #9EC280 background

This text has black color on #9EC280 background.


White color preview on #9EC280 background

This text has white color on #9EC280 background.


Related colors

Complementary color

Complementary color for #hex is #613D7F.


I love getcolorcode.com

Triadic colors

1 #809EC2 and #C2809E with #9EC280 are triadic colors.

2 #80C29E and #C29E80 with #9EC280 are triadic colors.