COLOR #8E9912

HEX: #8E9912
RGB: (142,153,18)

Color info

#8E9912 contains mainly red and green colors. Web safe color of #8E9912 is #999900 (or #990).

RGB color model

#8E9912 color RGB value is (142,153,18).

  • red value is 142;
  • green value is 153;
  • blue value is 18.
RGB:
(142,153,18)
(56%,60%,7%)

RGB channels and saturation

R 142 of 255 = 56%
G 153 of 255 = 60%
B 18 of 255 = 7%

142
153
18

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

Portions of RGB colors in percentages

R + G + B =
142 + 153 + 18 = 313 (100%)
R 142 of 313 ~ 45.37%
G 153 of 313 ~ 48.88%
B 18 of 313 ~ 5.75%

%45.37
%48.88

CMYK color model

#8E9912 color CMYK value is (7,0,88,40).

  • cyan value is 7.19%
  • magenta value is 0.00%
  • yellow value is 88.24%
  • key color value is 40.00%
CMYK:
(7,0,88,40)
C7M0Y88K40 
(7%,0%,88%,40%)
(0.07/0.00/0.88/0.40)	

CMYK percentages

%7.19
%0
%88.24
%40

Codes

Color #8E9912 in popluar color models

8E9912
RGB14215318
HSL65°78.95%33.53%
HSB/HSV65°88.24%60.00%
CMYK7.19%0.00%88.24%
40.00%

Color #8E9912 in popluar number systems.

HEX8E9912
Decimal14215318
Binary100011101001100110010
Octal21623122

Shades and tints

Shades of #8E9912

#8E9912
(142,153,18)
#828C11
(130,140,17)
#767F10
(118,127,16)
#6A720F
(106,114,15)
#5E650E
(94,101,14)
#52580D
(82,88,13)
#464B0C
(70,75,12)
#3A3E0B
(58,62,11)
#2E310A
(46,49,10)
#222409
(34,36,9)
#161708
(22,23,8)
#000000
(0,0,0)

Tints of #8E9912

#8E9912
(142,153,18)
#98A227
(152,162,39)
#A2AB3C
(162,171,60)
#ACB451
(172,180,81)
#B6BD66
(182,189,102)
#C0C67B
(192,198,123)
#CACF90
(202,207,144)
#D4D8A5
(212,216,165)
#DEE1BA
(222,225,186)
#E8EACF
(232,234,207)
#F2F3E4
(242,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9912 color. Also use rgb(142,153,18) instead hex code.

Text Font Color

.myTextColor { color: #8E9912; }

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

This text font color is #8E9912.


Background Color

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

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

This div background color is #8E9912.


Border color

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

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

This div border color is #8E9912.


Opacity

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

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

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

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

This text has shadow with #8E9912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9912 on black background.


Color preview on white background

This text has color #8E9912 on white background.



Black color preview on #8E9912 background

This text has black color on #8E9912 background.


White color preview on #8E9912 background

This text has white color on #8E9912 background.