COLOR #8EB15A

HEX: #8EB15A
RGB: (142,177,90)

Color info

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

RGB color model

#8EB15A color RGB value is (142,177,90).

  • red value is 142;
  • green value is 177;
  • blue value is 90.
RGB:
(142,177,90)
(56%,69%,35%)

RGB channels and saturation

R 142 of 255 = 56%
G 177 of 255 = 69%
B 90 of 255 = 35%

142
177
90

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

Portions of RGB colors in percentages

R + G + B =
142 + 177 + 90 = 409 (100%)
R 142 of 409 ~ 34.72%
G 177 of 409 ~ 43.28%
B 90 of 409 ~ 22%

%34.72
%43.28
%22

CMYK color model

#8EB15A color CMYK value is (20,0,49,31).

  • cyan value is 19.77%
  • magenta value is 0.00%
  • yellow value is 49.15%
  • key color value is 30.59%
CMYK:
(20,0,49,31)
C20M0Y49K31 
(20%,0%,49%,31%)
(0.20/0.00/0.49/0.31)	

CMYK percentages

%19.77
%0
%49.15
%30.59

Codes

Color #8EB15A in popluar color models

8EB15A
RGB14217790
HSL84°35.80%52.35%
HSB/HSV84°49.15%69.41%
CMYK19.77%0.00%49.15%
30.59%

Color #8EB15A in popluar number systems.

HEX8EB15A
Decimal14217790
Binary10001110101100011011010
Octal216261132

Shades and tints

Shades of #8EB15A

#8EB15A
(142,177,90)
#82A152
(130,161,82)
#76914A
(118,145,74)
#6A8142
(106,129,66)
#5E713A
(94,113,58)
#526132
(82,97,50)
#46512A
(70,81,42)
#3A4122
(58,65,34)
#2E311A
(46,49,26)
#222112
(34,33,18)
#16110A
(22,17,10)
#000000
(0,0,0)

Tints of #8EB15A

#8EB15A
(142,177,90)
#98B869
(152,184,105)
#A2BF78
(162,191,120)
#ACC687
(172,198,135)
#B6CD96
(182,205,150)
#C0D4A5
(192,212,165)
#CADBB4
(202,219,180)
#D4E2C3
(212,226,195)
#DEE9D2
(222,233,210)
#E8F0E1
(232,240,225)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB15A color. Also use rgb(142,177,90) instead hex code.

Text Font Color

.myTextColor { color: #8EB15A; }

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

This text font color is #8EB15A.


Background Color

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

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

This div background color is #8EB15A.


Border color

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

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

This div border color is #8EB15A.


Opacity

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

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

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

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

This text has shadow with #8EB15A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB15A on black background.


Color preview on white background

This text has color #8EB15A on white background.



Black color preview on #8EB15A background

This text has black color on #8EB15A background.


White color preview on #8EB15A background

This text has white color on #8EB15A background.