COLOR #8EBE73

HEX: #8EBE73 RGB: (142,190,115)

Color info

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

RGB color model

#8EBE73 color RGB value is (142,190,115).

RGB: (142,190,115) (56%, 75%, 45%)

RGB channels and saturation

R 142 of 255 = 56%
G 190 of 255 = 75%
B 115 of 255 = 45%

142
190
115

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

Portions of RGB colors in percentages

R + G + B = 142 + 190 + 115 = 447 (100%)
R 142 of 447 ~ 31.77%
G 190 of 447 ~ 42.51%
B 115 of 447 ~ 25.73'%

%31.77
%42.51
%25.73

CMYK color model

#8EBE73 color CMYK value is (25,0,39,25).

  • cyan value is 25.26%
  • magenta value is 0.00%
  • yellow value is 39.47%
  • key color value is 25.49%

CMYK: (25,0,39,25)
C25M0Y39K25 (25%, 0%, 39%, 25%)
(0.25 / 0.00 / 0.39 / 0.25)

CMYK percentages

%25.26
%0
%39.47
%25.49

Codes

Color #8EBE73 in popluar color models

8E BE 73
RGB 142 190 115
HSL 98° 36.59% 59.80%
HSB/HSV 98° 39.47% 74.51%
CMYK 25.26% 0.00% 39.47%
25.49%

Color #8EBE73 in popluar number systems.

HEX 8E BE 73
Decimal 142 190 115
Binary 10001110 10111110 1110011
Octal 216 276 163

Shades and tints

Shades of #8EBE73

#8EBE73
(142,190,115)
#82AD69
(130,173,105)
#769C5F
(118,156,95)
#6A8B55
(106,139,85)
#5E7A4B
(94,122,75)
#526941
(82,105,65)
#465837
(70,88,55)
#3A472D
(58,71,45)
#2E3623
(46,54,35)
#222519
(34,37,25)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #8EBE73

#8EBE73
(142,190,115)
#98C37F
(152,195,127)
#A2C88B
(162,200,139)
#ACCD97
(172,205,151)
#B6D2A3
(182,210,163)
#C0D7AF
(192,215,175)
#CADCBB
(202,220,187)
#D4E1C7
(212,225,199)
#DEE6D3
(222,230,211)
#E8EBDF
(232,235,223)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EBE73 color. Also use rgb(142,190,115) instead hex code.

Text Font Color

.myTextColor { color: #8EBE73; }

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

This text font color is #8EBE73.

Background Color

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

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

This div background color is #8EBE73.

Border color

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

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

This div border color is #8EBE73.

Opacity

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

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

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

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

This text has shadow with #8EBE73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EBE73.

Preview

Color preview on black background

This text has color #8EBE73 on black background.


Color preview on white background

This text has color #8EBE73 on white background.


Black color preview on #8EBE73 background

This text has black color on #8EBE73 background.


White color preview on #8EBE73 background

This text has white color on #8EBE73 background.


Related colors

Complementary color

Complementary color for #hex is #71418C.


I love getcolorcode.com

Triadic colors

1 #738EBE and #BE738E with #8EBE73 are triadic colors.

2 #73BE8E and #BE8E73 with #8EBE73 are triadic colors.