COLOR #8E9F28

HEX: #8E9F28
RGB: (142,159,40)

Color info

#8E9F28 contains mainly red and green colors. Web safe color of #8E9F28 is #999933 (or #993).

RGB color model

#8E9F28 color RGB value is (142,159,40).

  • red value is 142;
  • green value is 159;
  • blue value is 40.
RGB:
(142,159,40)
(56%,62%,16%)

RGB channels and saturation

R 142 of 255 = 56%
G 159 of 255 = 62%
B 40 of 255 = 16%

142
159
40

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

Portions of RGB colors in percentages

R + G + B =
142 + 159 + 40 = 341 (100%)
R 142 of 341 ~ 41.64%
G 159 of 341 ~ 46.63%
B 40 of 341 ~ 11.73%

%41.64
%46.63
%11.73

CMYK color model

#8E9F28 color CMYK value is (11,0,75,38).

  • cyan value is 10.69%
  • magenta value is 0.00%
  • yellow value is 74.84%
  • key color value is 37.65%
CMYK:
(11,0,75,38)
C11M0Y75K38 
(11%,0%,75%,38%)
(0.11/0.00/0.75/0.38)	

CMYK percentages

%10.69
%0
%74.84
%37.65

Codes

Color #8E9F28 in popluar color models

8E9F28
RGB14215940
HSL69°59.80%39.02%
HSB/HSV69°74.84%62.35%
CMYK10.69%0.00%74.84%
37.65%

Color #8E9F28 in popluar number systems.

HEX8E9F28
Decimal14215940
Binary1000111010011111101000
Octal21623750

Shades and tints

Shades of #8E9F28

#8E9F28
(142,159,40)
#829125
(130,145,37)
#768322
(118,131,34)
#6A751F
(106,117,31)
#5E671C
(94,103,28)
#525919
(82,89,25)
#464B16
(70,75,22)
#3A3D13
(58,61,19)
#2E2F10
(46,47,16)
#22210D
(34,33,13)
#16130A
(22,19,10)
#000000
(0,0,0)

Tints of #8E9F28

#8E9F28
(142,159,40)
#98A73B
(152,167,59)
#A2AF4E
(162,175,78)
#ACB761
(172,183,97)
#B6BF74
(182,191,116)
#C0C787
(192,199,135)
#CACF9A
(202,207,154)
#D4D7AD
(212,215,173)
#DEDFC0
(222,223,192)
#E8E7D3
(232,231,211)
#F2EFE6
(242,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9F28 color. Also use rgb(142,159,40) instead hex code.

Text Font Color

.myTextColor { color: #8E9F28; }

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

This text font color is #8E9F28.


Background Color

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

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

This div background color is #8E9F28.


Border color

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

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

This div border color is #8E9F28.


Opacity

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

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

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

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

This text has shadow with #8E9F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9F28 on black background.


Color preview on white background

This text has color #8E9F28 on white background.



Black color preview on #8E9F28 background

This text has black color on #8E9F28 background.


White color preview on #8E9F28 background

This text has white color on #8E9F28 background.