COLOR #9EB24B

HEX: #9EB24B
RGB: (158,178,75)

Color info

#9EB24B contains mainly red and green colors. Web safe color of #9EB24B is #999933 (or #993).

RGB color model

#9EB24B color RGB value is (158,178,75).

  • red value is 158;
  • green value is 178;
  • blue value is 75.
RGB:
(158,178,75)
(62%,70%,29%)

RGB channels and saturation

R 158 of 255 = 62%
G 178 of 255 = 70%
B 75 of 255 = 29%

158
178
75

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

Portions of RGB colors in percentages

R + G + B =
158 + 178 + 75 = 411 (100%)
R 158 of 411 ~ 38.44%
G 178 of 411 ~ 43.31%
B 75 of 411 ~ 18.25%

%38.44
%43.31
%18.25

CMYK color model

#9EB24B color CMYK value is (11,0,58,30).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 57.87%
  • key color value is 30.20%
CMYK:
(11,0,58,30)
C11M0Y58K30 
(11%,0%,58%,30%)
(0.11/0.00/0.58/0.30)	

CMYK percentages

%11.24
%0
%57.87
%30.2

Codes

Color #9EB24B in popluar color models

9EB24B
RGB15817875
HSL72°40.71%49.61%
HSB/HSV72°57.87%69.80%
CMYK11.24%0.00%57.87%
30.20%

Color #9EB24B in popluar number systems.

HEX9EB24B
Decimal15817875
Binary10011110101100101001011
Octal236262113

Shades and tints

Shades of #9EB24B

#9EB24B
(158,178,75)
#90A245
(144,162,69)
#82923F
(130,146,63)
#748239
(116,130,57)
#667233
(102,114,51)
#58622D
(88,98,45)
#4A5227
(74,82,39)
#3C4221
(60,66,33)
#2E321B
(46,50,27)
#202215
(32,34,21)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #9EB24B

#9EB24B
(158,178,75)
#A6B95B
(166,185,91)
#AEC06B
(174,192,107)
#B6C77B
(182,199,123)
#BECE8B
(190,206,139)
#C6D59B
(198,213,155)
#CEDCAB
(206,220,171)
#D6E3BB
(214,227,187)
#DEEACB
(222,234,203)
#E6F1DB
(230,241,219)
#EEF8EB
(238,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB24B color. Also use rgb(158,178,75) instead hex code.

Text Font Color

.myTextColor { color: #9EB24B; }

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

This text font color is #9EB24B.


Background Color

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

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

This div background color is #9EB24B.


Border color

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

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

This div border color is #9EB24B.


Opacity

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

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

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

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

This text has shadow with #9EB24B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB24B on black background.


Color preview on white background

This text has color #9EB24B on white background.



Black color preview on #9EB24B background

This text has black color on #9EB24B background.


White color preview on #9EB24B background

This text has white color on #9EB24B background.