COLOR #9EB54F

HEX: #9EB54F
RGB: (158,181,79)

Color info

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

RGB color model

#9EB54F color RGB value is (158,181,79).

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

RGB channels and saturation

R 158 of 255 = 62%
G 181 of 255 = 71%
B 79 of 255 = 31%

158
181
79

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

Portions of RGB colors in percentages

R + G + B =
158 + 181 + 79 = 418 (100%)
R 158 of 418 ~ 37.8%
G 181 of 418 ~ 43.3%
B 79 of 418 ~ 18.9%

%37.8
%43.3
%18.9

CMYK color model

#9EB54F color CMYK value is (13,0,56,29).

  • cyan value is 12.71%
  • magenta value is 0.00%
  • yellow value is 56.35%
  • key color value is 29.02%
CMYK:
(13,0,56,29)
C13M0Y56K29 
(13%,0%,56%,29%)
(0.13/0.00/0.56/0.29)	

CMYK percentages

%12.71
%0
%56.35
%29.02

Codes

Color #9EB54F in popluar color models

9EB54F
RGB15818179
HSL74°40.80%50.98%
HSB/HSV74°56.35%70.98%
CMYK12.71%0.00%56.35%
29.02%

Color #9EB54F in popluar number systems.

HEX9EB54F
Decimal15818179
Binary10011110101101011001111
Octal236265117

Shades and tints

Shades of #9EB54F

#9EB54F
(158,181,79)
#90A548
(144,165,72)
#829541
(130,149,65)
#74853A
(116,133,58)
#667533
(102,117,51)
#58652C
(88,101,44)
#4A5525
(74,85,37)
#3C451E
(60,69,30)
#2E3517
(46,53,23)
#202510
(32,37,16)
#121509
(18,21,9)
#000000
(0,0,0)

Tints of #9EB54F

#9EB54F
(158,181,79)
#A6BB5F
(166,187,95)
#AEC16F
(174,193,111)
#B6C77F
(182,199,127)
#BECD8F
(190,205,143)
#C6D39F
(198,211,159)
#CED9AF
(206,217,175)
#D6DFBF
(214,223,191)
#DEE5CF
(222,229,207)
#E6EBDF
(230,235,223)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB54F; }

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

This text font color is #9EB54F.


Background Color

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

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

This div background color is #9EB54F.


Border color

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

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

This div border color is #9EB54F.


Opacity

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

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

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

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

This text has shadow with #9EB54F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB54F on black background.


Color preview on white background

This text has color #9EB54F on white background.



Black color preview on #9EB54F background

This text has black color on #9EB54F background.


White color preview on #9EB54F background

This text has white color on #9EB54F background.