COLOR #9EB81B

HEX: #9EB81B
RGB: (158,184,27)

Color info

#9EB81B contains mainly red and green colors. Web safe color of #9EB81B is #99CC33 (or #9C3).

RGB color model

#9EB81B color RGB value is (158,184,27).

  • red value is 158;
  • green value is 184;
  • blue value is 27.
RGB:
(158,184,27)
(62%,72%,11%)

RGB channels and saturation

R 158 of 255 = 62%
G 184 of 255 = 72%
B 27 of 255 = 11%

158
184
27

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

Portions of RGB colors in percentages

R + G + B =
158 + 184 + 27 = 369 (100%)
R 158 of 369 ~ 42.82%
G 184 of 369 ~ 49.86%
B 27 of 369 ~ 7.32%

%42.82
%49.86

CMYK color model

#9EB81B color CMYK value is (14,0,85,28).

  • cyan value is 14.13%
  • magenta value is 0.00%
  • yellow value is 85.33%
  • key color value is 27.84%
CMYK:
(14,0,85,28)
C14M0Y85K28 
(14%,0%,85%,28%)
(0.14/0.00/0.85/0.28)	

CMYK percentages

%14.13
%0
%85.33
%27.84

Codes

Color #9EB81B in popluar color models

9EB81B
RGB15818427
HSL70°74.41%41.37%
HSB/HSV70°85.33%72.16%
CMYK14.13%0.00%85.33%
27.84%

Color #9EB81B in popluar number systems.

HEX9EB81B
Decimal15818427
Binary100111101011100011011
Octal23627033

Shades and tints

Shades of #9EB81B

#9EB81B
(158,184,27)
#90A819
(144,168,25)
#829817
(130,152,23)
#748815
(116,136,21)
#667813
(102,120,19)
#586811
(88,104,17)
#4A580F
(74,88,15)
#3C480D
(60,72,13)
#2E380B
(46,56,11)
#202809
(32,40,9)
#121807
(18,24,7)
#000000
(0,0,0)

Tints of #9EB81B

#9EB81B
(158,184,27)
#A6BE2F
(166,190,47)
#AEC443
(174,196,67)
#B6CA57
(182,202,87)
#BED06B
(190,208,107)
#C6D67F
(198,214,127)
#CEDC93
(206,220,147)
#D6E2A7
(214,226,167)
#DEE8BB
(222,232,187)
#E6EECF
(230,238,207)
#EEF4E3
(238,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB81B color. Also use rgb(158,184,27) instead hex code.

Text Font Color

.myTextColor { color: #9EB81B; }

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

This text font color is #9EB81B.


Background Color

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

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

This div background color is #9EB81B.


Border color

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

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

This div border color is #9EB81B.


Opacity

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

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

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

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

This text has shadow with #9EB81B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB81B on black background.


Color preview on white background

This text has color #9EB81B on white background.



Black color preview on #9EB81B background

This text has black color on #9EB81B background.


White color preview on #9EB81B background

This text has white color on #9EB81B background.