COLOR #8DC04C

HEX: #8DC04C
RGB: (141,192,76)

Color info

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

RGB color model

#8DC04C color RGB value is (141,192,76).

  • red value is 141;
  • green value is 192;
  • blue value is 76.
RGB:
(141,192,76)
(55%,75%,30%)

RGB channels and saturation

R 141 of 255 = 55%
G 192 of 255 = 75%
B 76 of 255 = 30%

141
192
76

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

Portions of RGB colors in percentages

R + G + B =
141 + 192 + 76 = 409 (100%)
R 141 of 409 ~ 34.47%
G 192 of 409 ~ 46.94%
B 76 of 409 ~ 18.58%

%34.47
%46.94
%18.58

CMYK color model

#8DC04C color CMYK value is (27,0,60,25).

  • cyan value is 26.56%
  • magenta value is 0.00%
  • yellow value is 60.42%
  • key color value is 24.71%
CMYK:
(27,0,60,25)
C27M0Y60K25 
(27%,0%,60%,25%)
(0.27/0.00/0.60/0.25)	

CMYK percentages

%26.56
%0
%60.42
%24.71

Codes

Color #8DC04C in popluar color models

8DC04C
RGB14119276
HSL86°47.93%52.55%
HSB/HSV86°60.42%75.29%
CMYK26.56%0.00%60.42%
24.71%

Color #8DC04C in popluar number systems.

HEX8DC04C
Decimal14119276
Binary10001101110000001001100
Octal215300114

Shades and tints

Shades of #8DC04C

#8DC04C
(141,192,76)
#81AF46
(129,175,70)
#759E40
(117,158,64)
#698D3A
(105,141,58)
#5D7C34
(93,124,52)
#516B2E
(81,107,46)
#455A28
(69,90,40)
#394922
(57,73,34)
#2D381C
(45,56,28)
#212716
(33,39,22)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #8DC04C

#8DC04C
(141,192,76)
#97C55C
(151,197,92)
#A1CA6C
(161,202,108)
#ABCF7C
(171,207,124)
#B5D48C
(181,212,140)
#BFD99C
(191,217,156)
#C9DEAC
(201,222,172)
#D3E3BC
(211,227,188)
#DDE8CC
(221,232,204)
#E7EDDC
(231,237,220)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DC04C; }

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

This text font color is #8DC04C.


Background Color

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

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

This div background color is #8DC04C.


Border color

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

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

This div border color is #8DC04C.


Opacity

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

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

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

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

This text has shadow with #8DC04C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC04C on black background.


Color preview on white background

This text has color #8DC04C on white background.



Black color preview on #8DC04C background

This text has black color on #8DC04C background.


White color preview on #8DC04C background

This text has white color on #8DC04C background.