COLOR #8EB00F

HEX: #8EB00F
RGB: (142,176,15)

Color info

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

RGB color model

#8EB00F color RGB value is (142,176,15).

  • red value is 142;
  • green value is 176;
  • blue value is 15.
RGB:
(142,176,15)
(56%,69%,6%)

RGB channels and saturation

R 142 of 255 = 56%
G 176 of 255 = 69%
B 15 of 255 = 6%

142
176
15

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

Portions of RGB colors in percentages

R + G + B =
142 + 176 + 15 = 333 (100%)
R 142 of 333 ~ 42.64%
G 176 of 333 ~ 52.85%
B 15 of 333 ~ 4.5%

%42.64
%52.85

CMYK color model

#8EB00F color CMYK value is (19,0,91,31).

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 91.48%
  • key color value is 30.98%
CMYK:
(19,0,91,31)
C19M0Y91K31 
(19%,0%,91%,31%)
(0.19/0.00/0.91/0.31)	

CMYK percentages

%19.32
%0
%91.48
%30.98

Codes

Color #8EB00F in popluar color models

8EB00F
RGB14217615
HSL73°84.29%37.45%
HSB/HSV73°91.48%69.02%
CMYK19.32%0.00%91.48%
30.98%

Color #8EB00F in popluar number systems.

HEX8EB00F
Decimal14217615
Binary10001110101100001111
Octal21626017

Shades and tints

Shades of #8EB00F

#8EB00F
(142,176,15)
#82A00E
(130,160,14)
#76900D
(118,144,13)
#6A800C
(106,128,12)
#5E700B
(94,112,11)
#52600A
(82,96,10)
#465009
(70,80,9)
#3A4008
(58,64,8)
#2E3007
(46,48,7)
#222006
(34,32,6)
#161005
(22,16,5)
#000000
(0,0,0)

Tints of #8EB00F

#8EB00F
(142,176,15)
#98B724
(152,183,36)
#A2BE39
(162,190,57)
#ACC54E
(172,197,78)
#B6CC63
(182,204,99)
#C0D378
(192,211,120)
#CADA8D
(202,218,141)
#D4E1A2
(212,225,162)
#DEE8B7
(222,232,183)
#E8EFCC
(232,239,204)
#F2F6E1
(242,246,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB00F color. Also use rgb(142,176,15) instead hex code.

Text Font Color

.myTextColor { color: #8EB00F; }

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

This text font color is #8EB00F.


Background Color

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

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

This div background color is #8EB00F.


Border color

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

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

This div border color is #8EB00F.


Opacity

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

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

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

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

This text has shadow with #8EB00F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB00F on black background.


Color preview on white background

This text has color #8EB00F on white background.



Black color preview on #8EB00F background

This text has black color on #8EB00F background.


White color preview on #8EB00F background

This text has white color on #8EB00F background.