COLOR #8ED38A

HEX: #8ED38A RGB: (142,211,138)

Color info

#8ED38A contains mainly green color. Web safe color of #8ED38A is #99CC99 (or #9C9).

RGB color model

#8ED38A color RGB value is (142,211,138).

RGB: (142,211,138) (56%, 83%, 54%)

RGB channels and saturation

R 142 of 255 = 56%
G 211 of 255 = 83%
B 138 of 255 = 54%

142
211
138

R + G + B ~ 64%. #8ED38A is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 211 + 138 = 491 (100%)
R 142 of 491 ~ 28.92%
G 211 of 491 ~ 42.97%
B 138 of 491 ~ 28.11'%

%28.92
%42.97
%28.11

CMYK color model

#8ED38A color CMYK value is (33,0,35,17).

  • cyan value is 32.70%
  • magenta value is 0.00%
  • yellow value is 34.60%
  • key color value is 17.25%
CMYK: (33,0,35,17) C33M0Y35K17 (33%,0%,35%,17%) (0.33/0.00/0.35/0.17) 

CMYK percentages

%32.7
%0
%34.6
%17.25

Codes

Color #8ED38A in popluar color models

8E D3 8A
RGB 142 211 138
HSL 117° 45.34% 68.43%
HSB/HSV 117° 34.60% 82.75%
CMYK 32.70% 0.00% 34.60%
17.25%

Color #8ED38A in popluar number systems.

HEX 8E D3 8A
Decimal 142 211 138
Binary 10001110 11010011 10001010
Octal 216 323 212

Shades and tints

Shades of #8ED38A

#8ED38A
(142,211,138)
#82C07E
(130,192,126)
#76AD72
(118,173,114)
#6A9A66
(106,154,102)
#5E875A
(94,135,90)
#52744E
(82,116,78)
#466142
(70,97,66)
#3A4E36
(58,78,54)
#2E3B2A
(46,59,42)
#22281E
(34,40,30)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #8ED38A

#8ED38A
(142,211,138)
#98D794
(152,215,148)
#A2DB9E
(162,219,158)
#ACDFA8
(172,223,168)
#B6E3B2
(182,227,178)
#C0E7BC
(192,231,188)
#CAEBC6
(202,235,198)
#D4EFD0
(212,239,208)
#DEF3DA
(222,243,218)
#E8F7E4
(232,247,228)
#F2FBEE
(242,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED38A color. Also use rgb(142,211,138) instead hex code.

Text Font Color

.myTextColor { color: #8ED38A; }

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

This text font color is #8ED38A.

Background Color

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

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

This div background color is #8ED38A.

Border color

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

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

This div border color is #8ED38A.

Opacity

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

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

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

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

This text has shadow with #8ED38A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ED38A.

Preview

Color preview on black background

This text has color #8ED38A on black background.


Color preview on white background

This text has color #8ED38A on white background.


Black color preview on #8ED38A background

This text has black color on #8ED38A background.


White color preview on #8ED38A background

This text has white color on #8ED38A background.


Related colors

Complementary color

Complementary color for #hex is #712C75.


I love getcolorcode.com

Triadic colors

1 #8A8ED3 and #D38A8E with #8ED38A are triadic colors.

2 #8AD38E and #D38E8A with #8ED38A are triadic colors.