COLOR #8ED862

HEX: #8ED862 RGB: (142,216,98)

Color info

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

RGB color model

#8ED862 color RGB value is (142,216,98).

RGB: (142,216,98) (56%, 85%, 38%)

RGB channels and saturation

R 142 of 255 = 56%
G 216 of 255 = 85%
B 98 of 255 = 38%

142
216
98

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

Portions of RGB colors in percentages

R + G + B = 142 + 216 + 98 = 456 (100%)
R 142 of 456 ~ 31.14%
G 216 of 456 ~ 47.37%
B 98 of 456 ~ 21.49'%

%31.14
%47.37
%21.49

CMYK color model

#8ED862 color CMYK value is (34,0,55,15).

  • cyan value is 34.26%
  • magenta value is 0.00%
  • yellow value is 54.63%
  • key color value is 15.29%

CMYK: (34,0,55,15)
C34M0Y55K15 (34%, 0%, 55%, 15%)
(0.34 / 0.00 / 0.55 / 0.15)

CMYK percentages

%34.26
%0
%54.63
%15.29

Codes

Color #8ED862 in popluar color models

8E D8 62
RGB 142 216 98
HSL 98° 60.20% 61.57%
HSB/HSV 98° 54.63% 84.71%
CMYK 34.26% 0.00% 54.63%
15.29%

Color #8ED862 in popluar number systems.

HEX 8E D8 62
Decimal 142 216 98
Binary 10001110 11011000 1100010
Octal 216 330 142

Shades and tints

Shades of #8ED862

#8ED862
(142,216,98)
#82C55A
(130,197,90)
#76B252
(118,178,82)
#6A9F4A
(106,159,74)
#5E8C42
(94,140,66)
#52793A
(82,121,58)
#466632
(70,102,50)
#3A532A
(58,83,42)
#2E4022
(46,64,34)
#222D1A
(34,45,26)
#161A12
(22,26,18)
#000000
(0,0,0)

Tints of #8ED862

#8ED862
(142,216,98)
#98DB70
(152,219,112)
#A2DE7E
(162,222,126)
#ACE18C
(172,225,140)
#B6E49A
(182,228,154)
#C0E7A8
(192,231,168)
#CAEAB6
(202,234,182)
#D4EDC4
(212,237,196)
#DEF0D2
(222,240,210)
#E8F3E0
(232,243,224)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED862 color. Also use rgb(142,216,98) instead hex code.

Text Font Color

.myTextColor { color: #8ED862; }

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

This text font color is #8ED862.

Background Color

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

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

This div background color is #8ED862.

Border color

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

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

This div border color is #8ED862.

Opacity

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

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

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

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

This text has shadow with #8ED862 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ED862.

Preview

Color preview on black background

This text has color #8ED862 on black background.


Color preview on white background

This text has color #8ED862 on white background.


Black color preview on #8ED862 background

This text has black color on #8ED862 background.


White color preview on #8ED862 background

This text has white color on #8ED862 background.


Related colors

Complementary color

Complementary color for #hex is #71279D.


I love getcolorcode.com

Triadic colors

1 #628ED8 and #D8628E with #8ED862 are triadic colors.

2 #62D88E and #D88E62 with #8ED862 are triadic colors.