COLOR #9EA330

HEX: #9EA330 RGB: (158,163,48)

Color info

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

RGB color model

#9EA330 color RGB value is (158,163,48).

RGB: (158,163,48) (62%, 64%, 19%)

RGB channels and saturation

R 158 of 255 = 62%
G 163 of 255 = 64%
B 48 of 255 = 19%

158
163
48

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

Portions of RGB colors in percentages

R + G + B = 158 + 163 + 48 = 369 (100%)
R 158 of 369 ~ 42.82%
G 163 of 369 ~ 44.17%
B 48 of 369 ~ 13.01'%

%42.82
%44.17
%13.01

CMYK color model

#9EA330 color CMYK value is (3,0,71,36).

  • cyan value is 3.07%
  • magenta value is 0.00%
  • yellow value is 70.55%
  • key color value is 36.08%
CMYK: (3,0,71,36) C3M0Y71K36 (3%,0%,71%,36%) (0.03/0.00/0.71/0.36) 

CMYK percentages

%3.07
%0
%70.55
%36.08

Codes

Color #9EA330 in popluar color models

9E A3 30
RGB 158 163 48
HSL 63° 54.50% 41.37%
HSB/HSV 63° 70.55% 63.92%
CMYK 3.07% 0.00% 70.55%
36.08%

Color #9EA330 in popluar number systems.

HEX 9E A3 30
Decimal 158 163 48
Binary 10011110 10100011 110000
Octal 236 243 60

Shades and tints

Shades of #9EA330

#9EA330
(158,163,48)
#90952C
(144,149,44)
#828728
(130,135,40)
#747924
(116,121,36)
#666B20
(102,107,32)
#585D1C
(88,93,28)
#4A4F18
(74,79,24)
#3C4114
(60,65,20)
#2E3310
(46,51,16)
#20250C
(32,37,12)
#121708
(18,23,8)
#000000
(0,0,0)

Tints of #9EA330

#9EA330
(158,163,48)
#A6AB42
(166,171,66)
#AEB354
(174,179,84)
#B6BB66
(182,187,102)
#BEC378
(190,195,120)
#C6CB8A
(198,203,138)
#CED39C
(206,211,156)
#D6DBAE
(214,219,174)
#DEE3C0
(222,227,192)
#E6EBD2
(230,235,210)
#EEF3E4
(238,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA330 color. Also use rgb(158,163,48) instead hex code.

Text Font Color

.myTextColor { color: #9EA330; }

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

This text font color is #9EA330.

Background Color

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

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

This div background color is #9EA330.

Border color

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

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

This div border color is #9EA330.

Opacity

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

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

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

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

This text has shadow with #9EA330 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA330.

Preview

Color preview on black background

This text has color #9EA330 on black background.


Color preview on white background

This text has color #9EA330 on white background.


Black color preview on #9EA330 background

This text has black color on #9EA330 background.


White color preview on #9EA330 background

This text has white color on #9EA330 background.


Related colors

Complementary color

Complementary color for #hex is #615CCF.


I love getcolorcode.com

Triadic colors

1 #309EA3 and #A3309E with #9EA330 are triadic colors.

2 #30A39E and #A39E30 with #9EA330 are triadic colors.