COLOR #9EB740

HEX: #9EB740
RGB: (158,183,64)

Color info

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

RGB color model

#9EB740 color RGB value is (158,183,64).

  • red value is 158;
  • green value is 183;
  • blue value is 64.
RGB:
(158,183,64)
(62%,72%,25%)

RGB channels and saturation

R 158 of 255 = 62%
G 183 of 255 = 72%
B 64 of 255 = 25%

158
183
64

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

Portions of RGB colors in percentages

R + G + B =
158 + 183 + 64 = 405 (100%)
R 158 of 405 ~ 39.01%
G 183 of 405 ~ 45.19%
B 64 of 405 ~ 15.8%

%39.01
%45.19
%15.8

CMYK color model

#9EB740 color CMYK value is (14,0,65,28).

  • cyan value is 13.66%
  • magenta value is 0.00%
  • yellow value is 65.03%
  • key color value is 28.24%
CMYK:
(14,0,65,28)
C14M0Y65K28 
(14%,0%,65%,28%)
(0.14/0.00/0.65/0.28)	

CMYK percentages

%13.66
%0
%65.03
%28.24

Codes

Color #9EB740 in popluar color models

9EB740
RGB15818364
HSL73°48.18%48.43%
HSB/HSV73°65.03%71.76%
CMYK13.66%0.00%65.03%
28.24%

Color #9EB740 in popluar number systems.

HEX9EB740
Decimal15818364
Binary10011110101101111000000
Octal236267100

Shades and tints

Shades of #9EB740

#9EB740
(158,183,64)
#90A73B
(144,167,59)
#829736
(130,151,54)
#748731
(116,135,49)
#66772C
(102,119,44)
#586727
(88,103,39)
#4A5722
(74,87,34)
#3C471D
(60,71,29)
#2E3718
(46,55,24)
#202713
(32,39,19)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #9EB740

#9EB740
(158,183,64)
#A6BD51
(166,189,81)
#AEC362
(174,195,98)
#B6C973
(182,201,115)
#BECF84
(190,207,132)
#C6D595
(198,213,149)
#CEDBA6
(206,219,166)
#D6E1B7
(214,225,183)
#DEE7C8
(222,231,200)
#E6EDD9
(230,237,217)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB740 color. Also use rgb(158,183,64) instead hex code.

Text Font Color

.myTextColor { color: #9EB740; }

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

This text font color is #9EB740.


Background Color

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

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

This div background color is #9EB740.


Border color

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

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

This div border color is #9EB740.


Opacity

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

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

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

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

This text has shadow with #9EB740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB740 on black background.


Color preview on white background

This text has color #9EB740 on white background.



Black color preview on #9EB740 background

This text has black color on #9EB740 background.


White color preview on #9EB740 background

This text has white color on #9EB740 background.