COLOR #9EB511

HEX: #9EB511
RGB: (158,181,17)

Color info

#9EB511 contains mainly red and green colors. Web safe color of #9EB511 is #99CC00 (or #9C0).

RGB color model

#9EB511 color RGB value is (158,181,17).

  • red value is 158;
  • green value is 181;
  • blue value is 17.
RGB:
(158,181,17)
(62%,71%,7%)

RGB channels and saturation

R 158 of 255 = 62%
G 181 of 255 = 71%
B 17 of 255 = 7%

158
181
17

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

Portions of RGB colors in percentages

R + G + B =
158 + 181 + 17 = 356 (100%)
R 158 of 356 ~ 44.38%
G 181 of 356 ~ 50.84%
B 17 of 356 ~ 4.78%

%44.38
%50.84

CMYK color model

#9EB511 color CMYK value is (13,0,91,29).

  • cyan value is 12.71%
  • magenta value is 0.00%
  • yellow value is 90.61%
  • key color value is 29.02%
CMYK:
(13,0,91,29)
C13M0Y91K29 
(13%,0%,91%,29%)
(0.13/0.00/0.91/0.29)	

CMYK percentages

%12.71
%0
%90.61
%29.02

Codes

Color #9EB511 in popluar color models

9EB511
RGB15818117
HSL68°82.83%38.82%
HSB/HSV68°90.61%70.98%
CMYK12.71%0.00%90.61%
29.02%

Color #9EB511 in popluar number systems.

HEX9EB511
Decimal15818117
Binary100111101011010110001
Octal23626521

Shades and tints

Shades of #9EB511

#9EB511
(158,181,17)
#90A510
(144,165,16)
#82950F
(130,149,15)
#74850E
(116,133,14)
#66750D
(102,117,13)
#58650C
(88,101,12)
#4A550B
(74,85,11)
#3C450A
(60,69,10)
#2E3509
(46,53,9)
#202508
(32,37,8)
#121507
(18,21,7)
#000000
(0,0,0)

Tints of #9EB511

#9EB511
(158,181,17)
#A6BB26
(166,187,38)
#AEC13B
(174,193,59)
#B6C750
(182,199,80)
#BECD65
(190,205,101)
#C6D37A
(198,211,122)
#CED98F
(206,217,143)
#D6DFA4
(214,223,164)
#DEE5B9
(222,229,185)
#E6EBCE
(230,235,206)
#EEF1E3
(238,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB511 color. Also use rgb(158,181,17) instead hex code.

Text Font Color

.myTextColor { color: #9EB511; }

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

This text font color is #9EB511.


Background Color

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

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

This div background color is #9EB511.


Border color

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

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

This div border color is #9EB511.


Opacity

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

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

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

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

This text has shadow with #9EB511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB511 on black background.


Color preview on white background

This text has color #9EB511 on white background.



Black color preview on #9EB511 background

This text has black color on #9EB511 background.


White color preview on #9EB511 background

This text has white color on #9EB511 background.