COLOR #8CD38A

HEX: #8CD38A RGB: (140,211,138)

Color info

#8CD38A contains mainly green color. Web safe color of #8CD38A is #99CC99 (or #9C9).

RGB color model

#8CD38A color RGB value is (140,211,138).

RGB: (140,211,138) (55%, 83%, 54%)

RGB channels and saturation

R 140 of 255 = 55%
G 211 of 255 = 83%
B 138 of 255 = 54%

140
211
138

R + G + B ~ 64%. #8CD38A is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 211 + 138 = 489 (100%)
R 140 of 489 ~ 28.63%
G 211 of 489 ~ 43.15%
B 138 of 489 ~ 28.22'%

%28.63
%43.15
%28.22

CMYK color model

#8CD38A color CMYK value is (34,0,35,17).

  • cyan value is 33.65%
  • magenta value is 0.00%
  • yellow value is 34.60%
  • key color value is 17.25%

CMYK: (34,0,35,17)
C34M0Y35K17 (34%, 0%, 35%, 17%)
(0.34 / 0.00 / 0.35 / 0.17)

CMYK percentages

%33.65
%0
%34.6
%17.25

Codes

Color #8CD38A in popluar color models

8C D3 8A
RGB 140 211 138
HSL 118° 45.34% 68.43%
HSB/HSV 118° 34.60% 82.75%
CMYK 33.65% 0.00% 34.60%
17.25%

Color #8CD38A in popluar number systems.

HEX 8C D3 8A
Decimal 140 211 138
Binary 10001100 11010011 10001010
Octal 214 323 212

Shades and tints

Shades of #8CD38A

#8CD38A
(140,211,138)
#80C07E
(128,192,126)
#74AD72
(116,173,114)
#689A66
(104,154,102)
#5C875A
(92,135,90)
#50744E
(80,116,78)
#446142
(68,97,66)
#384E36
(56,78,54)
#2C3B2A
(44,59,42)
#20281E
(32,40,30)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #8CD38A

#8CD38A
(140,211,138)
#96D794
(150,215,148)
#A0DB9E
(160,219,158)
#AADFA8
(170,223,168)
#B4E3B2
(180,227,178)
#BEE7BC
(190,231,188)
#C8EBC6
(200,235,198)
#D2EFD0
(210,239,208)
#DCF3DA
(220,243,218)
#E6F7E4
(230,247,228)
#F0FBEE
(240,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CD38A color. Also use rgb(140,211,138) instead hex code.

Text Font Color

.myTextColor { color: #8CD38A; }

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

This text font color is #8CD38A.

Background Color

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

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

This div background color is #8CD38A.

Border color

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

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

This div border color is #8CD38A.

Opacity

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

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

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

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

This text has shadow with #8CD38A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CD38A.

Preview

Color preview on black background

This text has color #8CD38A on black background.


Color preview on white background

This text has color #8CD38A on white background.


Black color preview on #8CD38A background

This text has black color on #8CD38A background.


White color preview on #8CD38A background

This text has white color on #8CD38A background.


Related colors

Complementary color

Complementary color for #hex is #732C75.


I love getcolorcode.com

Triadic colors

1 #8A8CD3 and #D38A8C with #8CD38A are triadic colors.

2 #8AD38C and #D38C8A with #8CD38A are triadic colors.