COLOR #9EB66A

HEX: #9EB66A
RGB: (158,182,106)

Color info

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

RGB color model

#9EB66A color RGB value is (158,182,106).

  • red value is 158;
  • green value is 182;
  • blue value is 106.
RGB:
(158,182,106)
(62%,71%,42%)

RGB channels and saturation

R 158 of 255 = 62%
G 182 of 255 = 71%
B 106 of 255 = 42%

158
182
106

R + G + B ~ 58%. #9EB66A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 182 + 106 = 446 (100%)
R 158 of 446 ~ 35.43%
G 182 of 446 ~ 40.81%
B 106 of 446 ~ 23.77%

%35.43
%40.81
%23.77

CMYK color model

#9EB66A color CMYK value is (13,0,42,29).

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 41.76%
  • key color value is 28.63%
CMYK:
(13,0,42,29)
C13M0Y42K29 
(13%,0%,42%,29%)
(0.13/0.00/0.42/0.29)	

CMYK percentages

%13.19
%0
%41.76
%28.63

Codes

Color #9EB66A in popluar color models

9EB66A
RGB158182106
HSL79°34.23%56.47%
HSB/HSV79°41.76%71.37%
CMYK13.19%0.00%41.76%
28.63%

Color #9EB66A in popluar number systems.

HEX9EB66A
Decimal158182106
Binary10011110101101101101010
Octal236266152

Shades and tints

Shades of #9EB66A

#9EB66A
(158,182,106)
#90A661
(144,166,97)
#829658
(130,150,88)
#74864F
(116,134,79)
#667646
(102,118,70)
#58663D
(88,102,61)
#4A5634
(74,86,52)
#3C462B
(60,70,43)
#2E3622
(46,54,34)
#202619
(32,38,25)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #9EB66A

#9EB66A
(158,182,106)
#A6BC77
(166,188,119)
#AEC284
(174,194,132)
#B6C891
(182,200,145)
#BECE9E
(190,206,158)
#C6D4AB
(198,212,171)
#CEDAB8
(206,218,184)
#D6E0C5
(214,224,197)
#DEE6D2
(222,230,210)
#E6ECDF
(230,236,223)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB66A color. Also use rgb(158,182,106) instead hex code.

Text Font Color

.myTextColor { color: #9EB66A; }

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

This text font color is #9EB66A.


Background Color

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

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

This div background color is #9EB66A.


Border color

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

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

This div border color is #9EB66A.


Opacity

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

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

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

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

This text has shadow with #9EB66A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB66A on black background.


Color preview on white background

This text has color #9EB66A on white background.



Black color preview on #9EB66A background

This text has black color on #9EB66A background.


White color preview on #9EB66A background

This text has white color on #9EB66A background.