COLOR #8CE079

HEX: #8CE079 RGB: (140,224,121)

Color info

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

RGB color model

#8CE079 color RGB value is (140,224,121).

RGB: (140,224,121) (55%, 88%, 47%)

RGB channels and saturation

R 140 of 255 = 55%
G 224 of 255 = 88%
B 121 of 255 = 47%

140
224
121

R + G + B ~ 63%. #8CE079 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 224 + 121 = 485 (100%)
R 140 of 485 ~ 28.87%
G 224 of 485 ~ 46.19%
B 121 of 485 ~ 24.95'%

%28.87
%46.19
%24.95

CMYK color model

#8CE079 color CMYK value is (38,0,46,12).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 45.98%
  • key color value is 12.16%

CMYK: (38,0,46,12)
C38M0Y46K12 (38%, 0%, 46%, 12%)
(0.38 / 0.00 / 0.46 / 0.12)

CMYK percentages

%37.5
%0
%45.98
%12.16

Codes

Color #8CE079 in popluar color models

8C E0 79
RGB 140 224 121
HSL 109° 62.42% 67.65%
HSB/HSV 109° 45.98% 87.84%
CMYK 37.50% 0.00% 45.98%
12.16%

Color #8CE079 in popluar number systems.

HEX 8C E0 79
Decimal 140 224 121
Binary 10001100 11100000 1111001
Octal 214 340 171

Shades and tints

Shades of #8CE079

#8CE079
(140,224,121)
#80CC6E
(128,204,110)
#74B863
(116,184,99)
#68A458
(104,164,88)
#5C904D
(92,144,77)
#507C42
(80,124,66)
#446837
(68,104,55)
#38542C
(56,84,44)
#2C4021
(44,64,33)
#202C16
(32,44,22)
#14180B
(20,24,11)
#000000
(0,0,0)

Tints of #8CE079

#8CE079
(140,224,121)
#96E285
(150,226,133)
#A0E491
(160,228,145)
#AAE69D
(170,230,157)
#B4E8A9
(180,232,169)
#BEEAB5
(190,234,181)
#C8ECC1
(200,236,193)
#D2EECD
(210,238,205)
#DCF0D9
(220,240,217)
#E6F2E5
(230,242,229)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CE079 color. Also use rgb(140,224,121) instead hex code.

Text Font Color

.myTextColor { color: #8CE079; }

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

This text font color is #8CE079.

Background Color

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

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

This div background color is #8CE079.

Border color

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

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

This div border color is #8CE079.

Opacity

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

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

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

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

This text has shadow with #8CE079 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CE079.

Preview

Color preview on black background

This text has color #8CE079 on black background.


Color preview on white background

This text has color #8CE079 on white background.


Black color preview on #8CE079 background

This text has black color on #8CE079 background.


White color preview on #8CE079 background

This text has white color on #8CE079 background.


Related colors

Complementary color

Complementary color for #hex is #731F86.


I love getcolorcode.com

Triadic colors

1 #798CE0 and #E0798C with #8CE079 are triadic colors.

2 #79E08C and #E08C79 with #8CE079 are triadic colors.