COLOR #8ED46F

HEX: #8ED46F
RGB: (142,212,111)

Color info

#8ED46F contains mainly green color. Web safe color of #8ED46F is #99CC66 (or #9C6).

RGB color model

#8ED46F color RGB value is (142,212,111).

  • red value is 142;
  • green value is 212;
  • blue value is 111.
RGB:
(142,212,111)
(56%,83%,44%)

RGB channels and saturation

R 142 of 255 = 56%
G 212 of 255 = 83%
B 111 of 255 = 44%

142
212
111

R + G + B ~ 61%. #8ED46F is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 212 + 111 = 465 (100%)
R 142 of 465 ~ 30.54%
G 212 of 465 ~ 45.59%
B 111 of 465 ~ 23.87%

%30.54
%45.59
%23.87

CMYK color model

#8ED46F color CMYK value is (33,0,48,17).

  • cyan value is 33.02%
  • magenta value is 0.00%
  • yellow value is 47.64%
  • key color value is 16.86%
CMYK:
(33,0,48,17)
C33M0Y48K17 
(33%,0%,48%,17%)
(0.33/0.00/0.48/0.17)	

CMYK percentages

%33.02
%0
%47.64
%16.86

Codes

Color #8ED46F in popluar color models

8ED46F
RGB142212111
HSL102°54.01%63.33%
HSB/HSV102°47.64%83.14%
CMYK33.02%0.00%47.64%
16.86%

Color #8ED46F in popluar number systems.

HEX8ED46F
Decimal142212111
Binary10001110110101001101111
Octal216324157

Shades and tints

Shades of #8ED46F

#8ED46F
(142,212,111)
#82C165
(130,193,101)
#76AE5B
(118,174,91)
#6A9B51
(106,155,81)
#5E8847
(94,136,71)
#52753D
(82,117,61)
#466233
(70,98,51)
#3A4F29
(58,79,41)
#2E3C1F
(46,60,31)
#222915
(34,41,21)
#16160B
(22,22,11)
#000000
(0,0,0)

Tints of #8ED46F

#8ED46F
(142,212,111)
#98D77C
(152,215,124)
#A2DA89
(162,218,137)
#ACDD96
(172,221,150)
#B6E0A3
(182,224,163)
#C0E3B0
(192,227,176)
#CAE6BD
(202,230,189)
#D4E9CA
(212,233,202)
#DEECD7
(222,236,215)
#E8EFE4
(232,239,228)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED46F color. Also use rgb(142,212,111) instead hex code.

Text Font Color

.myTextColor { color: #8ED46F; }

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

This text font color is #8ED46F.


Background Color

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

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

This div background color is #8ED46F.


Border color

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

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

This div border color is #8ED46F.


Opacity

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

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

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

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

This text has shadow with #8ED46F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED46F on black background.


Color preview on white background

This text has color #8ED46F on white background.



Black color preview on #8ED46F background

This text has black color on #8ED46F background.


White color preview on #8ED46F background

This text has white color on #8ED46F background.