COLOR #9EBE54

HEX: #9EBE54
RGB: (158,190,84)

Color info

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

RGB color model

#9EBE54 color RGB value is (158,190,84).

  • red value is 158;
  • green value is 190;
  • blue value is 84.
RGB:
(158,190,84)
(62%,75%,33%)

RGB channels and saturation

R 158 of 255 = 62%
G 190 of 255 = 75%
B 84 of 255 = 33%

158
190
84

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

Portions of RGB colors in percentages

R + G + B =
158 + 190 + 84 = 432 (100%)
R 158 of 432 ~ 36.57%
G 190 of 432 ~ 43.98%
B 84 of 432 ~ 19.44%

%36.57
%43.98
%19.44

CMYK color model

#9EBE54 color CMYK value is (17,0,56,25).

  • cyan value is 16.84%
  • magenta value is 0.00%
  • yellow value is 55.79%
  • key color value is 25.49%
CMYK:
(17,0,56,25)
C17M0Y56K25 
(17%,0%,56%,25%)
(0.17/0.00/0.56/0.25)	

CMYK percentages

%16.84
%0
%55.79
%25.49

Codes

Color #9EBE54 in popluar color models

9EBE54
RGB15819084
HSL78°44.92%53.73%
HSB/HSV78°55.79%74.51%
CMYK16.84%0.00%55.79%
25.49%

Color #9EBE54 in popluar number systems.

HEX9EBE54
Decimal15819084
Binary10011110101111101010100
Octal236276124

Shades and tints

Shades of #9EBE54

#9EBE54
(158,190,84)
#90AD4D
(144,173,77)
#829C46
(130,156,70)
#748B3F
(116,139,63)
#667A38
(102,122,56)
#586931
(88,105,49)
#4A582A
(74,88,42)
#3C4723
(60,71,35)
#2E361C
(46,54,28)
#202515
(32,37,21)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #9EBE54

#9EBE54
(158,190,84)
#A6C363
(166,195,99)
#AEC872
(174,200,114)
#B6CD81
(182,205,129)
#BED290
(190,210,144)
#C6D79F
(198,215,159)
#CEDCAE
(206,220,174)
#D6E1BD
(214,225,189)
#DEE6CC
(222,230,204)
#E6EBDB
(230,235,219)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBE54 color. Also use rgb(158,190,84) instead hex code.

Text Font Color

.myTextColor { color: #9EBE54; }

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

This text font color is #9EBE54.


Background Color

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

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

This div background color is #9EBE54.


Border color

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

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

This div border color is #9EBE54.


Opacity

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

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

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

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

This text has shadow with #9EBE54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBE54 on black background.


Color preview on white background

This text has color #9EBE54 on white background.



Black color preview on #9EBE54 background

This text has black color on #9EBE54 background.


White color preview on #9EBE54 background

This text has white color on #9EBE54 background.