COLOR #9EB571

HEX: #9EB571 RGB: (158,181,113)

Color info

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

RGB color model

#9EB571 color RGB value is (158,181,113).

RGB: (158,181,113) (62%, 71%, 44%)

RGB channels and saturation

R 158 of 255 = 62%
G 181 of 255 = 71%
B 113 of 255 = 44%

158
181
113

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

Portions of RGB colors in percentages

R + G + B = 158 + 181 + 113 = 452 (100%)
R 158 of 452 ~ 34.96%
G 181 of 452 ~ 40.04%
B 113 of 452 ~ 25'%

%34.96
%40.04
%25

CMYK color model

#9EB571 color CMYK value is (13,0,38,29).

  • cyan value is 12.71%
  • magenta value is 0.00%
  • yellow value is 37.57%
  • key color value is 29.02%

CMYK: (13,0,38,29)
C13M0Y38K29 (13%, 0%, 38%, 29%)
(0.13 / 0.00 / 0.38 / 0.29)

CMYK percentages

%12.71
%0
%37.57
%29.02

Codes

Color #9EB571 in popluar color models

9E B5 71
RGB 158 181 113
HSL 80° 31.48% 57.65%
HSB/HSV 80° 37.57% 70.98%
CMYK 12.71% 0.00% 37.57%
29.02%

Color #9EB571 in popluar number systems.

HEX 9E B5 71
Decimal 158 181 113
Binary 10011110 10110101 1110001
Octal 236 265 161

Shades and tints

Shades of #9EB571

#9EB571
(158,181,113)
#90A567
(144,165,103)
#82955D
(130,149,93)
#748553
(116,133,83)
#667549
(102,117,73)
#58653F
(88,101,63)
#4A5535
(74,85,53)
#3C452B
(60,69,43)
#2E3521
(46,53,33)
#202517
(32,37,23)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #9EB571

#9EB571
(158,181,113)
#A6BB7D
(166,187,125)
#AEC189
(174,193,137)
#B6C795
(182,199,149)
#BECDA1
(190,205,161)
#C6D3AD
(198,211,173)
#CED9B9
(206,217,185)
#D6DFC5
(214,223,197)
#DEE5D1
(222,229,209)
#E6EBDD
(230,235,221)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB571 color. Also use rgb(158,181,113) instead hex code.

Text Font Color

.myTextColor { color: #9EB571; }

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

This text font color is #9EB571.

Background Color

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

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

This div background color is #9EB571.

Border color

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

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

This div border color is #9EB571.

Opacity

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

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

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

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

This text has shadow with #9EB571 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB571.

Preview

Color preview on black background

This text has color #9EB571 on black background.


Color preview on white background

This text has color #9EB571 on white background.


Black color preview on #9EB571 background

This text has black color on #9EB571 background.


White color preview on #9EB571 background

This text has white color on #9EB571 background.


Related colors

Complementary color

Complementary color for #hex is #614A8E.


I love getcolorcode.com

Triadic colors

1 #719EB5 and #B5719E with #9EB571 are triadic colors.

2 #71B59E and #B59E71 with #9EB571 are triadic colors.