COLOR #9ECC66

HEX: #9ECC66 RGB: (158,204,102)

Color info

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

RGB color model

#9ECC66 color RGB value is (158,204,102).

RGB: (158,204,102) (62%, 80%, 40%)

RGB channels and saturation

R 158 of 255 = 62%
G 204 of 255 = 80%
B 102 of 255 = 40%

158
204
102

R + G + B ~ 61%. #9ECC66 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 204 + 102 = 464 (100%)
R 158 of 464 ~ 34.05%
G 204 of 464 ~ 43.97%
B 102 of 464 ~ 21.98'%

%34.05
%43.97
%21.98

CMYK color model

#9ECC66 color CMYK value is (23,0,50,20).

  • cyan value is 22.55%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 20.00%

CMYK: (23,0,50,20)
C23M0Y50K20 (23%, 0%, 50%, 20%)
(0.23 / 0.00 / 0.50 / 0.20)

CMYK percentages

%22.55
%0
%50
%20

Codes

Color #9ECC66 in popluar color models

9E CC 66
RGB 158 204 102
HSL 87° 50.00% 60.00%
HSB/HSV 87° 50.00% 80.00%
CMYK 22.55% 0.00% 50.00%
20.00%

Color #9ECC66 in popluar number systems.

HEX 9E CC 66
Decimal 158 204 102
Binary 10011110 11001100 1100110
Octal 236 314 146

Shades and tints

Shades of #9ECC66

#9ECC66
(158,204,102)
#90BA5D
(144,186,93)
#82A854
(130,168,84)
#74964B
(116,150,75)
#668442
(102,132,66)
#587239
(88,114,57)
#4A6030
(74,96,48)
#3C4E27
(60,78,39)
#2E3C1E
(46,60,30)
#202A15
(32,42,21)
#12180C
(18,24,12)
#000000
(0,0,0)

Tints of #9ECC66

#9ECC66
(158,204,102)
#A6D073
(166,208,115)
#AED480
(174,212,128)
#B6D88D
(182,216,141)
#BEDC9A
(190,220,154)
#C6E0A7
(198,224,167)
#CEE4B4
(206,228,180)
#D6E8C1
(214,232,193)
#DEECCE
(222,236,206)
#E6F0DB
(230,240,219)
#EEF4E8
(238,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ECC66 color. Also use rgb(158,204,102) instead hex code.

Text Font Color

.myTextColor { color: #9ECC66; }

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

This text font color is #9ECC66.

Background Color

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

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

This div background color is #9ECC66.

Border color

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

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

This div border color is #9ECC66.

Opacity

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

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

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

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

This text has shadow with #9ECC66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ECC66.

Preview

Color preview on black background

This text has color #9ECC66 on black background.


Color preview on white background

This text has color #9ECC66 on white background.


Black color preview on #9ECC66 background

This text has black color on #9ECC66 background.


White color preview on #9ECC66 background

This text has white color on #9ECC66 background.


Related colors

Complementary color

Complementary color for #hex is #613399.


I love getcolorcode.com

Triadic colors

1 #669ECC and #CC669E with #9ECC66 are triadic colors.

2 #66CC9E and #CC9E66 with #9ECC66 are triadic colors.