COLOR #8CE981

HEX: #8CE981 RGB: (140,233,129)

Color info

#8CE981 contains mainly green color. Web safe color of #8CE981 is #99FF99 (or #9F9).

RGB color model

#8CE981 color RGB value is (140,233,129).

RGB: (140,233,129) (55%, 91%, 51%)

RGB channels and saturation

R 140 of 255 = 55%
G 233 of 255 = 91%
B 129 of 255 = 51%

140
233
129

R + G + B ~ 66%. #8CE981 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 233 + 129 = 502 (100%)
R 140 of 502 ~ 27.89%
G 233 of 502 ~ 46.41%
B 129 of 502 ~ 25.7'%

%27.89
%46.41
%25.7

CMYK color model

#8CE981 color CMYK value is (40,0,45,9).

  • cyan value is 39.91%
  • magenta value is 0.00%
  • yellow value is 44.64%
  • key color value is 8.63%

CMYK: (40,0,45,9)
C40M0Y45K9 (40%, 0%, 45%, 9%)
(0.40 / 0.00 / 0.45 / 0.09)

CMYK percentages

%39.91
%0
%44.64
%8.63

Codes

Color #8CE981 in popluar color models

8C E9 81
RGB 140 233 129
HSL 114° 70.27% 70.98%
HSB/HSV 114° 44.64% 91.37%
CMYK 39.91% 0.00% 44.64%
8.63%

Color #8CE981 in popluar number systems.

HEX 8C E9 81
Decimal 140 233 129
Binary 10001100 11101001 10000001
Octal 214 351 201

Shades and tints

Shades of #8CE981

#8CE981
(140,233,129)
#80D476
(128,212,118)
#74BF6B
(116,191,107)
#68AA60
(104,170,96)
#5C9555
(92,149,85)
#50804A
(80,128,74)
#446B3F
(68,107,63)
#385634
(56,86,52)
#2C4129
(44,65,41)
#202C1E
(32,44,30)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #8CE981

#8CE981
(140,233,129)
#96EB8C
(150,235,140)
#A0ED97
(160,237,151)
#AAEFA2
(170,239,162)
#B4F1AD
(180,241,173)
#BEF3B8
(190,243,184)
#C8F5C3
(200,245,195)
#D2F7CE
(210,247,206)
#DCF9D9
(220,249,217)
#E6FBE4
(230,251,228)
#F0FDEF
(240,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CE981 color. Also use rgb(140,233,129) instead hex code.

Text Font Color

.myTextColor { color: #8CE981; }

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

This text font color is #8CE981.

Background Color

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

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

This div background color is #8CE981.

Border color

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

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

This div border color is #8CE981.

Opacity

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

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

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

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

This text has shadow with #8CE981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CE981.

Preview

Color preview on black background

This text has color #8CE981 on black background.


Color preview on white background

This text has color #8CE981 on white background.


Black color preview on #8CE981 background

This text has black color on #8CE981 background.


White color preview on #8CE981 background

This text has white color on #8CE981 background.


Related colors

Complementary color

Complementary color for #hex is #73167E.


I love getcolorcode.com

Triadic colors

1 #818CE9 and #E9818C with #8CE981 are triadic colors.

2 #81E98C and #E98C81 with #8CE981 are triadic colors.