COLOR #9EB046

HEX: #9EB046 RGB: (158,176,70)

Color info

#9EB046 contains mainly red and green colors. Web safe color of #9EB046 is #999933 (or #993).

RGB color model

#9EB046 color RGB value is (158,176,70).

RGB: (158,176,70) (62%, 69%, 27%)

RGB channels and saturation

R 158 of 255 = 62%
G 176 of 255 = 69%
B 70 of 255 = 27%

158
176
70

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

Portions of RGB colors in percentages

R + G + B = 158 + 176 + 70 = 404 (100%)
R 158 of 404 ~ 39.11%
G 176 of 404 ~ 43.56%
B 70 of 404 ~ 17.33'%

%39.11
%43.56
%17.33

CMYK color model

#9EB046 color CMYK value is (10,0,60,31).

  • cyan value is 10.23%
  • magenta value is 0.00%
  • yellow value is 60.23%
  • key color value is 30.98%
CMYK: (10,0,60,31) C10M0Y60K31 (10%,0%,60%,31%) (0.10/0.00/0.60/0.31) 

CMYK percentages

%10.23
%0
%60.23
%30.98

Codes

Color #9EB046 in popluar color models

9E B0 46
RGB 158 176 70
HSL 70° 43.09% 48.24%
HSB/HSV 70° 60.23% 69.02%
CMYK 10.23% 0.00% 60.23%
30.98%

Color #9EB046 in popluar number systems.

HEX 9E B0 46
Decimal 158 176 70
Binary 10011110 10110000 1000110
Octal 236 260 106

Shades and tints

Shades of #9EB046

#9EB046
(158,176,70)
#90A040
(144,160,64)
#82903A
(130,144,58)
#748034
(116,128,52)
#66702E
(102,112,46)
#586028
(88,96,40)
#4A5022
(74,80,34)
#3C401C
(60,64,28)
#2E3016
(46,48,22)
#202010
(32,32,16)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #9EB046

#9EB046
(158,176,70)
#A6B756
(166,183,86)
#AEBE66
(174,190,102)
#B6C576
(182,197,118)
#BECC86
(190,204,134)
#C6D396
(198,211,150)
#CEDAA6
(206,218,166)
#D6E1B6
(214,225,182)
#DEE8C6
(222,232,198)
#E6EFD6
(230,239,214)
#EEF6E6
(238,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB046 color. Also use rgb(158,176,70) instead hex code.

Text Font Color

.myTextColor { color: #9EB046; }

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

This text font color is #9EB046.

Background Color

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

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

This div background color is #9EB046.

Border color

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

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

This div border color is #9EB046.

Opacity

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

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

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

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

This text has shadow with #9EB046 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB046.

Preview

Color preview on black background

This text has color #9EB046 on black background.


Color preview on white background

This text has color #9EB046 on white background.


Black color preview on #9EB046 background

This text has black color on #9EB046 background.


White color preview on #9EB046 background

This text has white color on #9EB046 background.


Related colors

Complementary color

Complementary color for #hex is #614FB9.


I love getcolorcode.com

Triadic colors

1 #469EB0 and #B0469E with #9EB046 are triadic colors.

2 #46B09E and #B09E46 with #9EB046 are triadic colors.