COLOR #9EB02B

HEX: #9EB02B RGB: (158,176,43)

Color info

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

RGB color model

#9EB02B color RGB value is (158,176,43).

RGB: (158,176,43) (62%, 69%, 17%)

RGB channels and saturation

R 158 of 255 = 62%
G 176 of 255 = 69%
B 43 of 255 = 17%

158
176
43

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

Portions of RGB colors in percentages

R + G + B = 158 + 176 + 43 = 377 (100%)
R 158 of 377 ~ 41.91%
G 176 of 377 ~ 46.68%
B 43 of 377 ~ 11.41'%

%41.91
%46.68
%11.41

CMYK color model

#9EB02B color CMYK value is (10,0,76,31).

  • cyan value is 10.23%
  • magenta value is 0.00%
  • yellow value is 75.57%
  • key color value is 30.98%

CMYK: (10,0,76,31)
C10M0Y76K31 (10%, 0%, 76%, 31%)
(0.10 / 0.00 / 0.76 / 0.31)

CMYK percentages

%10.23
%0
%75.57
%30.98

Codes

Color #9EB02B in popluar color models

9E B0 2B
RGB 158 176 43
HSL 68° 60.73% 42.94%
HSB/HSV 68° 75.57% 69.02%
CMYK 10.23% 0.00% 75.57%
30.98%

Color #9EB02B in popluar number systems.

HEX 9E B0 2B
Decimal 158 176 43
Binary 10011110 10110000 101011
Octal 236 260 53

Shades and tints

Shades of #9EB02B

#9EB02B
(158,176,43)
#90A028
(144,160,40)
#829025
(130,144,37)
#748022
(116,128,34)
#66701F
(102,112,31)
#58601C
(88,96,28)
#4A5019
(74,80,25)
#3C4016
(60,64,22)
#2E3013
(46,48,19)
#202010
(32,32,16)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #9EB02B

#9EB02B
(158,176,43)
#A6B73E
(166,183,62)
#AEBE51
(174,190,81)
#B6C564
(182,197,100)
#BECC77
(190,204,119)
#C6D38A
(198,211,138)
#CEDA9D
(206,218,157)
#D6E1B0
(214,225,176)
#DEE8C3
(222,232,195)
#E6EFD6
(230,239,214)
#EEF6E9
(238,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB02B color. Also use rgb(158,176,43) instead hex code.

Text Font Color

.myTextColor { color: #9EB02B; }

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

This text font color is #9EB02B.

Background Color

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

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

This div background color is #9EB02B.

Border color

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

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

This div border color is #9EB02B.

Opacity

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

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

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

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

This text has shadow with #9EB02B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB02B.

Preview

Color preview on black background

This text has color #9EB02B on black background.


Color preview on white background

This text has color #9EB02B on white background.


Black color preview on #9EB02B background

This text has black color on #9EB02B background.


White color preview on #9EB02B background

This text has white color on #9EB02B background.


Related colors

Complementary color

Complementary color for #hex is #614FD4.


I love getcolorcode.com

Triadic colors

1 #2B9EB0 and #B02B9E with #9EB02B are triadic colors.

2 #2BB09E and #B09E2B with #9EB02B are triadic colors.