COLOR #8DC44C

HEX: #8DC44C RGB: (141,196,76)

Color info

#8DC44C contains mainly red and green colors. Web safe color of #8DC44C is #99CC33 (or #9C3).

RGB color model

#8DC44C color RGB value is (141,196,76).

RGB: (141,196,76) (55%, 77%, 30%)

RGB channels and saturation

R 141 of 255 = 55%
G 196 of 255 = 77%
B 76 of 255 = 30%

141
196
76

R + G + B ~ 54%. #8DC44C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 141 + 196 + 76 = 413 (100%)
R 141 of 413 ~ 34.14%
G 196 of 413 ~ 47.46%
B 76 of 413 ~ 18.4'%

%34.14
%47.46
%18.4

CMYK color model

#8DC44C color CMYK value is (28,0,61,23).

  • cyan value is 28.06%
  • magenta value is 0.00%
  • yellow value is 61.22%
  • key color value is 23.14%
CMYK: (28,0,61,23) C28M0Y61K23 (28%,0%,61%,23%) (0.28/0.00/0.61/0.23) 

CMYK percentages

%28.06
%0
%61.22
%23.14

Codes

Color #8DC44C in popluar color models

8D C4 4C
RGB 141 196 76
HSL 88° 50.42% 53.33%
HSB/HSV 88° 61.22% 76.86%
CMYK 28.06% 0.00% 61.22%
23.14%

Color #8DC44C in popluar number systems.

HEX 8D C4 4C
Decimal 141 196 76
Binary 10001101 11000100 1001100
Octal 215 304 114

Shades and tints

Shades of #8DC44C

#8DC44C
(141,196,76)
#81B346
(129,179,70)
#75A240
(117,162,64)
#69913A
(105,145,58)
#5D8034
(93,128,52)
#516F2E
(81,111,46)
#455E28
(69,94,40)
#394D22
(57,77,34)
#2D3C1C
(45,60,28)
#212B16
(33,43,22)
#151A10
(21,26,16)
#000000
(0,0,0)

Tints of #8DC44C

#8DC44C
(141,196,76)
#97C95C
(151,201,92)
#A1CE6C
(161,206,108)
#ABD37C
(171,211,124)
#B5D88C
(181,216,140)
#BFDD9C
(191,221,156)
#C9E2AC
(201,226,172)
#D3E7BC
(211,231,188)
#DDECCC
(221,236,204)
#E7F1DC
(231,241,220)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC44C color. Also use rgb(141,196,76) instead hex code.

Text Font Color

.myTextColor { color: #8DC44C; }

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

This text font color is #8DC44C.

Background Color

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

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

This div background color is #8DC44C.

Border color

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

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

This div border color is #8DC44C.

Opacity

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

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

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

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

This text has shadow with #8DC44C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DC44C.

Preview

Color preview on black background

This text has color #8DC44C on black background.


Color preview on white background

This text has color #8DC44C on white background.


Black color preview on #8DC44C background

This text has black color on #8DC44C background.


White color preview on #8DC44C background

This text has white color on #8DC44C background.


Related colors

Complementary color

Complementary color for #hex is #723BB3.


I love getcolorcode.com

Triadic colors

1 #4C8DC4 and #C44C8D with #8DC44C are triadic colors.

2 #4CC48D and #C48D4C with #8DC44C are triadic colors.