COLOR #8EB570

HEX: #8EB570 RGB: (142,181,112)

Color info

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

RGB color model

#8EB570 color RGB value is (142,181,112).

RGB: (142,181,112) (56%, 71%, 44%)

RGB channels and saturation

R 142 of 255 = 56%
G 181 of 255 = 71%
B 112 of 255 = 44%

142
181
112

R + G + B ~ 57%. #8EB570 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 142 + 181 + 112 = 435 (100%)
R 142 of 435 ~ 32.64%
G 181 of 435 ~ 41.61%
B 112 of 435 ~ 25.75'%

%32.64
%41.61
%25.75

CMYK color model

#8EB570 color CMYK value is (22,0,38,29).

  • cyan value is 21.55%
  • magenta value is 0.00%
  • yellow value is 38.12%
  • key color value is 29.02%
CMYK: (22,0,38,29) C22M0Y38K29 (22%,0%,38%,29%) (0.22/0.00/0.38/0.29) 

CMYK percentages

%21.55
%0
%38.12
%29.02

Codes

Color #8EB570 in popluar color models

8E B5 70
RGB 142 181 112
HSL 94° 31.80% 57.45%
HSB/HSV 94° 38.12% 70.98%
CMYK 21.55% 0.00% 38.12%
29.02%

Color #8EB570 in popluar number systems.

HEX 8E B5 70
Decimal 142 181 112
Binary 10001110 10110101 1110000
Octal 216 265 160

Shades and tints

Shades of #8EB570

#8EB570
(142,181,112)
#82A566
(130,165,102)
#76955C
(118,149,92)
#6A8552
(106,133,82)
#5E7548
(94,117,72)
#52653E
(82,101,62)
#465534
(70,85,52)
#3A452A
(58,69,42)
#2E3520
(46,53,32)
#222516
(34,37,22)
#16150C
(22,21,12)
#000000
(0,0,0)

Tints of #8EB570

#8EB570
(142,181,112)
#98BB7D
(152,187,125)
#A2C18A
(162,193,138)
#ACC797
(172,199,151)
#B6CDA4
(182,205,164)
#C0D3B1
(192,211,177)
#CAD9BE
(202,217,190)
#D4DFCB
(212,223,203)
#DEE5D8
(222,229,216)
#E8EBE5
(232,235,229)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB570 color. Also use rgb(142,181,112) instead hex code.

Text Font Color

.myTextColor { color: #8EB570; }

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

This text font color is #8EB570.

Background Color

.myBgColor { background-color: #8EB570; }

<div style="background-color:#8EB570">Inner text</div>

This div background color is #8EB570.

Border color

.myBorderColor { border: 1px solid #8EB570; }

<div style="border:3px solid #8EB570">Div</div>

This div border color is #8EB570.

Opacity

.myOpacity80 { color: #8EB570; opacity: 0.8; }

<p style="color:#8EB570;opacity:0.8;">80%</p>

Text with #8EB570 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 #8EB570;}

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

This text has shadow with #8EB570 color.


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

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

This text has shadow with #8EB570 primary color and red secondary color.


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

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

This text has shadow with #8EB570 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8EB570.

Preview

Color preview on black background

This text has color #8EB570 on black background.


Color preview on white background

This text has color #8EB570 on white background.


Black color preview on #8EB570 background

This text has black color on #8EB570 background.


White color preview on #8EB570 background

This text has white color on #8EB570 background.


Related colors

Complementary color

Complementary color for #hex is #714A8F.


I love getcolorcode.com

Triadic colors

1 #708EB5 and #B5708E with #8EB570 are triadic colors.

2 #70B58E and #B58E70 with #8EB570 are triadic colors.