COLOR #9ECE6E

HEX: #9ECE6E RGB: (158,206,110)

Color info

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

RGB color model

#9ECE6E color RGB value is (158,206,110).

RGB: (158,206,110) (62%, 81%, 43%)

RGB channels and saturation

R 158 of 255 = 62%
G 206 of 255 = 81%
B 110 of 255 = 43%

158
206
110

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

Portions of RGB colors in percentages

R + G + B = 158 + 206 + 110 = 474 (100%)
R 158 of 474 ~ 33.33%
G 206 of 474 ~ 43.46%
B 110 of 474 ~ 23.21'%

%33.33
%43.46
%23.21

CMYK color model

#9ECE6E color CMYK value is (23,0,47,19).

  • cyan value is 23.30%
  • magenta value is 0.00%
  • yellow value is 46.60%
  • key color value is 19.22%

CMYK: (23,0,47,19)
C23M0Y47K19 (23%, 0%, 47%, 19%)
(0.23 / 0.00 / 0.47 / 0.19)

CMYK percentages

%23.3
%0
%46.6
%19.22

Codes

Color #9ECE6E in popluar color models

9E CE 6E
RGB 158 206 110
HSL 90° 49.48% 61.96%
HSB/HSV 90° 46.60% 80.78%
CMYK 23.30% 0.00% 46.60%
19.22%

Color #9ECE6E in popluar number systems.

HEX 9E CE 6E
Decimal 158 206 110
Binary 10011110 11001110 1101110
Octal 236 316 156

Shades and tints

Shades of #9ECE6E

#9ECE6E
(158,206,110)
#90BC64
(144,188,100)
#82AA5A
(130,170,90)
#749850
(116,152,80)
#668646
(102,134,70)
#58743C
(88,116,60)
#4A6232
(74,98,50)
#3C5028
(60,80,40)
#2E3E1E
(46,62,30)
#202C14
(32,44,20)
#121A0A
(18,26,10)
#000000
(0,0,0)

Tints of #9ECE6E

#9ECE6E
(158,206,110)
#A6D27B
(166,210,123)
#AED688
(174,214,136)
#B6DA95
(182,218,149)
#BEDEA2
(190,222,162)
#C6E2AF
(198,226,175)
#CEE6BC
(206,230,188)
#D6EAC9
(214,234,201)
#DEEED6
(222,238,214)
#E6F2E3
(230,242,227)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ECE6E color. Also use rgb(158,206,110) instead hex code.

Text Font Color

.myTextColor { color: #9ECE6E; }

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

This text font color is #9ECE6E.

Background Color

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

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

This div background color is #9ECE6E.

Border color

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

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

This div border color is #9ECE6E.

Opacity

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

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

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

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

This text has shadow with #9ECE6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ECE6E.

Preview

Color preview on black background

This text has color #9ECE6E on black background.


Color preview on white background

This text has color #9ECE6E on white background.


Black color preview on #9ECE6E background

This text has black color on #9ECE6E background.


White color preview on #9ECE6E background

This text has white color on #9ECE6E background.


Related colors

Complementary color

Complementary color for #hex is #613191.


I love getcolorcode.com

Triadic colors

1 #6E9ECE and #CE6E9E with #9ECE6E are triadic colors.

2 #6ECE9E and #CE9E6E with #9ECE6E are triadic colors.