COLOR #8DC37A

HEX: #8DC37A
RGB: (141,195,122)

Color info

#8DC37A contains mainly red and green colors. Web safe color of #8DC37A is #99CC66 (or #9C6).

RGB color model

#8DC37A color RGB value is (141,195,122).

  • red value is 141;
  • green value is 195;
  • blue value is 122.
RGB:
(141,195,122)
(55%,76%,48%)

RGB channels and saturation

R 141 of 255 = 55%
G 195 of 255 = 76%
B 122 of 255 = 48%

141
195
122

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

Portions of RGB colors in percentages

R + G + B =
141 + 195 + 122 = 458 (100%)
R 141 of 458 ~ 30.79%
G 195 of 458 ~ 42.58%
B 122 of 458 ~ 26.64%

%30.79
%42.58
%26.64

CMYK color model

#8DC37A color CMYK value is (28,0,37,24).

  • cyan value is 27.69%
  • magenta value is 0.00%
  • yellow value is 37.44%
  • key color value is 23.53%
CMYK:
(28,0,37,24)
C28M0Y37K24 
(28%,0%,37%,24%)
(0.28/0.00/0.37/0.24)	

CMYK percentages

%27.69
%0
%37.44
%23.53

Codes

Color #8DC37A in popluar color models

8DC37A
RGB141195122
HSL104°37.82%62.16%
HSB/HSV104°37.44%76.47%
CMYK27.69%0.00%37.44%
23.53%

Color #8DC37A in popluar number systems.

HEX8DC37A
Decimal141195122
Binary10001101110000111111010
Octal215303172

Shades and tints

Shades of #8DC37A

#8DC37A
(141,195,122)
#81B26F
(129,178,111)
#75A164
(117,161,100)
#699059
(105,144,89)
#5D7F4E
(93,127,78)
#516E43
(81,110,67)
#455D38
(69,93,56)
#394C2D
(57,76,45)
#2D3B22
(45,59,34)
#212A17
(33,42,23)
#15190C
(21,25,12)
#000000
(0,0,0)

Tints of #8DC37A

#8DC37A
(141,195,122)
#97C886
(151,200,134)
#A1CD92
(161,205,146)
#ABD29E
(171,210,158)
#B5D7AA
(181,215,170)
#BFDCB6
(191,220,182)
#C9E1C2
(201,225,194)
#D3E6CE
(211,230,206)
#DDEBDA
(221,235,218)
#E7F0E6
(231,240,230)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC37A color. Also use rgb(141,195,122) instead hex code.

Text Font Color

.myTextColor { color: #8DC37A; }

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

This text font color is #8DC37A.


Background Color

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

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

This div background color is #8DC37A.


Border color

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

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

This div border color is #8DC37A.


Opacity

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

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

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

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

This text has shadow with #8DC37A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC37A on black background.


Color preview on white background

This text has color #8DC37A on white background.



Black color preview on #8DC37A background

This text has black color on #8DC37A background.


White color preview on #8DC37A background

This text has white color on #8DC37A background.