COLOR #8EB50D

HEX: #8EB50D
RGB: (142,181,13)

Color info

#8EB50D contains mainly red and green colors. Web safe color of #8EB50D is #99CC00 (or #9C0).

RGB color model

#8EB50D color RGB value is (142,181,13).

  • red value is 142;
  • green value is 181;
  • blue value is 13.
RGB:
(142,181,13)
(56%,71%,5%)

RGB channels and saturation

R 142 of 255 = 56%
G 181 of 255 = 71%
B 13 of 255 = 5%

142
181
13

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

Portions of RGB colors in percentages

R + G + B =
142 + 181 + 13 = 336 (100%)
R 142 of 336 ~ 42.26%
G 181 of 336 ~ 53.87%
B 13 of 336 ~ 3.87%

%42.26
%53.87

CMYK color model

#8EB50D color CMYK value is (22,0,93,29).

  • cyan value is 21.55%
  • magenta value is 0.00%
  • yellow value is 92.82%
  • key color value is 29.02%
CMYK:
(22,0,93,29)
C22M0Y93K29 
(22%,0%,93%,29%)
(0.22/0.00/0.93/0.29)	

CMYK percentages

%21.55
%0
%92.82
%29.02

Codes

Color #8EB50D in popluar color models

8EB50D
RGB14218113
HSL74°86.60%38.04%
HSB/HSV74°92.82%70.98%
CMYK21.55%0.00%92.82%
29.02%

Color #8EB50D in popluar number systems.

HEX8EB50D
Decimal14218113
Binary10001110101101011101
Octal21626515

Shades and tints

Shades of #8EB50D

#8EB50D
(142,181,13)
#82A50C
(130,165,12)
#76950B
(118,149,11)
#6A850A
(106,133,10)
#5E7509
(94,117,9)
#526508
(82,101,8)
#465507
(70,85,7)
#3A4506
(58,69,6)
#2E3505
(46,53,5)
#222504
(34,37,4)
#161503
(22,21,3)
#000000
(0,0,0)

Tints of #8EB50D

#8EB50D
(142,181,13)
#98BB23
(152,187,35)
#A2C139
(162,193,57)
#ACC74F
(172,199,79)
#B6CD65
(182,205,101)
#C0D37B
(192,211,123)
#CAD991
(202,217,145)
#D4DFA7
(212,223,167)
#DEE5BD
(222,229,189)
#E8EBD3
(232,235,211)
#F2F1E9
(242,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB50D color. Also use rgb(142,181,13) instead hex code.

Text Font Color

.myTextColor { color: #8EB50D; }

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

This text font color is #8EB50D.


Background Color

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

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

This div background color is #8EB50D.


Border color

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

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

This div border color is #8EB50D.


Opacity

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

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

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

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

This text has shadow with #8EB50D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB50D on black background.


Color preview on white background

This text has color #8EB50D on white background.



Black color preview on #8EB50D background

This text has black color on #8EB50D background.


White color preview on #8EB50D background

This text has white color on #8EB50D background.