COLOR #8CD179

HEX: #8CD179 RGB: (140,209,121)

Color info

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

RGB color model

#8CD179 color RGB value is (140,209,121).

RGB: (140,209,121) (55%, 82%, 47%)

RGB channels and saturation

R 140 of 255 = 55%
G 209 of 255 = 82%
B 121 of 255 = 47%

140
209
121

R + G + B ~ 61%. #8CD179 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 209 + 121 = 470 (100%)
R 140 of 470 ~ 29.79%
G 209 of 470 ~ 44.47%
B 121 of 470 ~ 25.74'%

%29.79
%44.47
%25.74

CMYK color model

#8CD179 color CMYK value is (33,0,42,18).

  • cyan value is 33.01%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 18.04%
CMYK: (33,0,42,18) C33M0Y42K18 (33%,0%,42%,18%) (0.33/0.00/0.42/0.18) 

CMYK percentages

%33.01
%0
%42.11
%18.04

Codes

Color #8CD179 in popluar color models

8C D1 79
RGB 140 209 121
HSL 107° 48.89% 64.71%
HSB/HSV 107° 42.11% 81.96%
CMYK 33.01% 0.00% 42.11%
18.04%

Color #8CD179 in popluar number systems.

HEX 8C D1 79
Decimal 140 209 121
Binary 10001100 11010001 1111001
Octal 214 321 171

Shades and tints

Shades of #8CD179

#8CD179
(140,209,121)
#80BE6E
(128,190,110)
#74AB63
(116,171,99)
#689858
(104,152,88)
#5C854D
(92,133,77)
#507242
(80,114,66)
#445F37
(68,95,55)
#384C2C
(56,76,44)
#2C3921
(44,57,33)
#202616
(32,38,22)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #8CD179

#8CD179
(140,209,121)
#96D585
(150,213,133)
#A0D991
(160,217,145)
#AADD9D
(170,221,157)
#B4E1A9
(180,225,169)
#BEE5B5
(190,229,181)
#C8E9C1
(200,233,193)
#D2EDCD
(210,237,205)
#DCF1D9
(220,241,217)
#E6F5E5
(230,245,229)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CD179; }

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

This text font color is #8CD179.

Background Color

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

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

This div background color is #8CD179.

Border color

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

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

This div border color is #8CD179.

Opacity

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

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

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

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

This text has shadow with #8CD179 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CD179.

Preview

Color preview on black background

This text has color #8CD179 on black background.


Color preview on white background

This text has color #8CD179 on white background.


Black color preview on #8CD179 background

This text has black color on #8CD179 background.


White color preview on #8CD179 background

This text has white color on #8CD179 background.


Related colors

Complementary color

Complementary color for #hex is #732E86.


I love getcolorcode.com

Triadic colors

1 #798CD1 and #D1798C with #8CD179 are triadic colors.

2 #79D18C and #D18C79 with #8CD179 are triadic colors.