COLOR #8EA661

HEX: #8EA661 RGB: (142,166,97)

Color info

#8EA661 contains mainly red and green colors. Web safe color of #8EA661 is #999966 (or #996).

RGB color model

#8EA661 color RGB value is (142,166,97).

RGB: (142,166,97) (56%, 65%, 38%)

RGB channels and saturation

R 142 of 255 = 56%
G 166 of 255 = 65%
B 97 of 255 = 38%

142
166
97

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

Portions of RGB colors in percentages

R + G + B = 142 + 166 + 97 = 405 (100%)
R 142 of 405 ~ 35.06%
G 166 of 405 ~ 40.99%
B 97 of 405 ~ 23.95'%

%35.06
%40.99
%23.95

CMYK color model

#8EA661 color CMYK value is (14,0,42,35).

  • cyan value is 14.46%
  • magenta value is 0.00%
  • yellow value is 41.57%
  • key color value is 34.90%
CMYK: (14,0,42,35) C14M0Y42K35 (14%,0%,42%,35%) (0.14/0.00/0.42/0.35) 

CMYK percentages

%14.46
%0
%41.57
%34.9

Codes

Color #8EA661 in popluar color models

8E A6 61
RGB 142 166 97
HSL 81° 27.94% 51.57%
HSB/HSV 81° 41.57% 65.10%
CMYK 14.46% 0.00% 41.57%
34.90%

Color #8EA661 in popluar number systems.

HEX 8E A6 61
Decimal 142 166 97
Binary 10001110 10100110 1100001
Octal 216 246 141

Shades and tints

Shades of #8EA661

#8EA661
(142,166,97)
#829759
(130,151,89)
#768851
(118,136,81)
#6A7949
(106,121,73)
#5E6A41
(94,106,65)
#525B39
(82,91,57)
#464C31
(70,76,49)
#3A3D29
(58,61,41)
#2E2E21
(46,46,33)
#221F19
(34,31,25)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #8EA661

#8EA661
(142,166,97)
#98AE6F
(152,174,111)
#A2B67D
(162,182,125)
#ACBE8B
(172,190,139)
#B6C699
(182,198,153)
#C0CEA7
(192,206,167)
#CAD6B5
(202,214,181)
#D4DEC3
(212,222,195)
#DEE6D1
(222,230,209)
#E8EEDF
(232,238,223)
#F2F6ED
(242,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA661 color. Also use rgb(142,166,97) instead hex code.

Text Font Color

.myTextColor { color: #8EA661; }

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

This text font color is #8EA661.

Background Color

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

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

This div background color is #8EA661.

Border color

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

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

This div border color is #8EA661.

Opacity

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

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

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

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

This text has shadow with #8EA661 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA661.

Preview

Color preview on black background

This text has color #8EA661 on black background.


Color preview on white background

This text has color #8EA661 on white background.


Black color preview on #8EA661 background

This text has black color on #8EA661 background.


White color preview on #8EA661 background

This text has white color on #8EA661 background.


Related colors

Complementary color

Complementary color for #hex is #71599E.


I love getcolorcode.com

Triadic colors

1 #618EA6 and #A6618E with #8EA661 are triadic colors.

2 #61A68E and #A68E61 with #8EA661 are triadic colors.