COLOR #8EDC9A

HEX: #8EDC9A RGB: (142,220,154)

Color info

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

RGB color model

#8EDC9A color RGB value is (142,220,154).

RGB: (142,220,154) (56%, 86%, 60%)

RGB channels and saturation

R 142 of 255 = 56%
G 220 of 255 = 86%
B 154 of 255 = 60%

142
220
154

R + G + B ~ 67%. #8EDC9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 220 + 154 = 516 (100%)
R 142 of 516 ~ 27.52%
G 220 of 516 ~ 42.64%
B 154 of 516 ~ 29.84'%

%27.52
%42.64
%29.84

CMYK color model

#8EDC9A color CMYK value is (35,0,30,14).

  • cyan value is 35.45%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 13.73%

CMYK: (35,0,30,14)
C35M0Y30K14 (35%, 0%, 30%, 14%)
(0.35 / 0.00 / 0.30 / 0.14)

CMYK percentages

%35.45
%0
%30
%13.73

Codes

Color #8EDC9A in popluar color models

8E DC 9A
RGB 142 220 154
HSL 129° 52.70% 70.98%
HSB/HSV 129° 35.45% 86.27%
CMYK 35.45% 0.00% 30.00%
13.73%

Color #8EDC9A in popluar number systems.

HEX 8E DC 9A
Decimal 142 220 154
Binary 10001110 11011100 10011010
Octal 216 334 232

Shades and tints

Shades of #8EDC9A

#8EDC9A
(142,220,154)
#82C88C
(130,200,140)
#76B47E
(118,180,126)
#6AA070
(106,160,112)
#5E8C62
(94,140,98)
#527854
(82,120,84)
#466446
(70,100,70)
#3A5038
(58,80,56)
#2E3C2A
(46,60,42)
#22281C
(34,40,28)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #8EDC9A

#8EDC9A
(142,220,154)
#98DFA3
(152,223,163)
#A2E2AC
(162,226,172)
#ACE5B5
(172,229,181)
#B6E8BE
(182,232,190)
#C0EBC7
(192,235,199)
#CAEED0
(202,238,208)
#D4F1D9
(212,241,217)
#DEF4E2
(222,244,226)
#E8F7EB
(232,247,235)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EDC9A color. Also use rgb(142,220,154) instead hex code.

Text Font Color

.myTextColor { color: #8EDC9A; }

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

This text font color is #8EDC9A.

Background Color

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

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

This div background color is #8EDC9A.

Border color

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

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

This div border color is #8EDC9A.

Opacity

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

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

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

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

This text has shadow with #8EDC9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EDC9A.

Preview

Color preview on black background

This text has color #8EDC9A on black background.


Color preview on white background

This text has color #8EDC9A on white background.


Black color preview on #8EDC9A background

This text has black color on #8EDC9A background.


White color preview on #8EDC9A background

This text has white color on #8EDC9A background.


Related colors

Complementary color

Complementary color for #hex is #712365.


I love getcolorcode.com

Triadic colors

1 #9A8EDC and #DC9A8E with #8EDC9A are triadic colors.

2 #9ADC8E and #DC8E9A with #8EDC9A are triadic colors.