COLOR #8ED226

HEX: #8ED226 RGB: (142,210,38)

Color info

#8ED226 contains mainly green color. Web safe color of #8ED226 is #99CC33 (or #9C3).

RGB color model

#8ED226 color RGB value is (142,210,38).

RGB: (142,210,38) (56%, 82%, 15%)

RGB channels and saturation

R 142 of 255 = 56%
G 210 of 255 = 82%
B 38 of 255 = 15%

142
210
38

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

Portions of RGB colors in percentages

R + G + B = 142 + 210 + 38 = 390 (100%)
R 142 of 390 ~ 36.41%
G 210 of 390 ~ 53.85%
B 38 of 390 ~ 9.74'%

%36.41
%53.85

CMYK color model

#8ED226 color CMYK value is (32,0,82,18).

  • cyan value is 32.38%
  • magenta value is 0.00%
  • yellow value is 81.90%
  • key color value is 17.65%

CMYK: (32,0,82,18)
C32M0Y82K18 (32%, 0%, 82%, 18%)
(0.32 / 0.00 / 0.82 / 0.18)

CMYK percentages

%32.38
%0
%81.9
%17.65

Codes

Color #8ED226 in popluar color models

8E D2 26
RGB 142 210 38
HSL 84° 69.35% 48.63%
HSB/HSV 84° 81.90% 82.35%
CMYK 32.38% 0.00% 81.90%
17.65%

Color #8ED226 in popluar number systems.

HEX 8E D2 26
Decimal 142 210 38
Binary 10001110 11010010 100110
Octal 216 322 46

Shades and tints

Shades of #8ED226

#8ED226
(142,210,38)
#82BF23
(130,191,35)
#76AC20
(118,172,32)
#6A991D
(106,153,29)
#5E861A
(94,134,26)
#527317
(82,115,23)
#466014
(70,96,20)
#3A4D11
(58,77,17)
#2E3A0E
(46,58,14)
#22270B
(34,39,11)
#161408
(22,20,8)
#000000
(0,0,0)

Tints of #8ED226

#8ED226
(142,210,38)
#98D639
(152,214,57)
#A2DA4C
(162,218,76)
#ACDE5F
(172,222,95)
#B6E272
(182,226,114)
#C0E685
(192,230,133)
#CAEA98
(202,234,152)
#D4EEAB
(212,238,171)
#DEF2BE
(222,242,190)
#E8F6D1
(232,246,209)
#F2FAE4
(242,250,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED226 color. Also use rgb(142,210,38) instead hex code.

Text Font Color

.myTextColor { color: #8ED226; }

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

This text font color is #8ED226.

Background Color

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

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

This div background color is #8ED226.

Border color

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

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

This div border color is #8ED226.

Opacity

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

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

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

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

This text has shadow with #8ED226 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ED226.

Preview

Color preview on black background

This text has color #8ED226 on black background.


Color preview on white background

This text has color #8ED226 on white background.


Black color preview on #8ED226 background

This text has black color on #8ED226 background.


White color preview on #8ED226 background

This text has white color on #8ED226 background.


Related colors

Complementary color

Complementary color for #hex is #712DD9.


I love getcolorcode.com

Triadic colors

1 #268ED2 and #D2268E with #8ED226 are triadic colors.

2 #26D28E and #D28E26 with #8ED226 are triadic colors.