COLOR #9EB481

HEX: #9EB481 RGB: (158,180,129)

Color info

#9EB481 contains red, green and blue colors in about the same proportion. Web safe color of #9EB481 is #99CC99 (or #9C9).

RGB color model

#9EB481 color RGB value is (158,180,129).

RGB: (158,180,129) (62%, 71%, 51%)

RGB channels and saturation

R 158 of 255 = 62%
G 180 of 255 = 71%
B 129 of 255 = 51%

158
180
129

R + G + B ~ 61%. #9EB481 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 180 + 129 = 467 (100%)
R 158 of 467 ~ 33.83%
G 180 of 467 ~ 38.54%
B 129 of 467 ~ 27.62'%

%33.83
%38.54
%27.62

CMYK color model

#9EB481 color CMYK value is (12,0,28,29).

  • cyan value is 12.22%
  • magenta value is 0.00%
  • yellow value is 28.33%
  • key color value is 29.41%

CMYK: (12,0,28,29)
C12M0Y28K29 (12%, 0%, 28%, 29%)
(0.12 / 0.00 / 0.28 / 0.29)

CMYK percentages

%12.22
%0
%28.33
%29.41

Codes

Color #9EB481 in popluar color models

9E B4 81
RGB 158 180 129
HSL 86° 25.37% 60.59%
HSB/HSV 86° 28.33% 70.59%
CMYK 12.22% 0.00% 28.33%
29.41%

Color #9EB481 in popluar number systems.

HEX 9E B4 81
Decimal 158 180 129
Binary 10011110 10110100 10000001
Octal 236 264 201

Shades and tints

Shades of #9EB481

#9EB481
(158,180,129)
#90A476
(144,164,118)
#82946B
(130,148,107)
#748460
(116,132,96)
#667455
(102,116,85)
#58644A
(88,100,74)
#4A543F
(74,84,63)
#3C4434
(60,68,52)
#2E3429
(46,52,41)
#20241E
(32,36,30)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #9EB481

#9EB481
(158,180,129)
#A6BA8C
(166,186,140)
#AEC097
(174,192,151)
#B6C6A2
(182,198,162)
#BECCAD
(190,204,173)
#C6D2B8
(198,210,184)
#CED8C3
(206,216,195)
#D6DECE
(214,222,206)
#DEE4D9
(222,228,217)
#E6EAE4
(230,234,228)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB481 color. Also use rgb(158,180,129) instead hex code.

Text Font Color

.myTextColor { color: #9EB481; }

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

This text font color is #9EB481.

Background Color

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

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

This div background color is #9EB481.

Border color

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

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

This div border color is #9EB481.

Opacity

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

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

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

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

This text has shadow with #9EB481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB481.

Preview

Color preview on black background

This text has color #9EB481 on black background.


Color preview on white background

This text has color #9EB481 on white background.


Black color preview on #9EB481 background

This text has black color on #9EB481 background.


White color preview on #9EB481 background

This text has white color on #9EB481 background.


Related colors

Complementary color

Complementary color for #hex is #614B7E.


I love getcolorcode.com

Triadic colors

1 #819EB4 and #B4819E with #9EB481 are triadic colors.

2 #81B49E and #B49E81 with #9EB481 are triadic colors.