COLOR #8CD16D

HEX: #8CD16D RGB: (140,209,109)

Color info

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

RGB color model

#8CD16D color RGB value is (140,209,109).

RGB: (140,209,109) (55%, 82%, 43%)

RGB channels and saturation

R 140 of 255 = 55%
G 209 of 255 = 82%
B 109 of 255 = 43%

140
209
109

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

Portions of RGB colors in percentages

R + G + B = 140 + 209 + 109 = 458 (100%)
R 140 of 458 ~ 30.57%
G 209 of 458 ~ 45.63%
B 109 of 458 ~ 23.8'%

%30.57
%45.63
%23.8

CMYK color model

#8CD16D color CMYK value is (33,0,48,18).

  • cyan value is 33.01%
  • magenta value is 0.00%
  • yellow value is 47.85%
  • key color value is 18.04%

CMYK: (33,0,48,18)
C33M0Y48K18 (33%, 0%, 48%, 18%)
(0.33 / 0.00 / 0.48 / 0.18)

CMYK percentages

%33.01
%0
%47.85
%18.04

Codes

Color #8CD16D in popluar color models

8C D1 6D
RGB 140 209 109
HSL 101° 52.08% 62.35%
HSB/HSV 101° 47.85% 81.96%
CMYK 33.01% 0.00% 47.85%
18.04%

Color #8CD16D in popluar number systems.

HEX 8C D1 6D
Decimal 140 209 109
Binary 10001100 11010001 1101101
Octal 214 321 155

Shades and tints

Shades of #8CD16D

#8CD16D
(140,209,109)
#80BE64
(128,190,100)
#74AB5B
(116,171,91)
#689852
(104,152,82)
#5C8549
(92,133,73)
#507240
(80,114,64)
#445F37
(68,95,55)
#384C2E
(56,76,46)
#2C3925
(44,57,37)
#20261C
(32,38,28)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #8CD16D

#8CD16D
(140,209,109)
#96D57A
(150,213,122)
#A0D987
(160,217,135)
#AADD94
(170,221,148)
#B4E1A1
(180,225,161)
#BEE5AE
(190,229,174)
#C8E9BB
(200,233,187)
#D2EDC8
(210,237,200)
#DCF1D5
(220,241,213)
#E6F5E2
(230,245,226)
#F0F9EF
(240,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CD16D; }

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

This text font color is #8CD16D.

Background Color

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

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

This div background color is #8CD16D.

Border color

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

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

This div border color is #8CD16D.

Opacity

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

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

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

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

This text has shadow with #8CD16D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CD16D.

Preview

Color preview on black background

This text has color #8CD16D on black background.


Color preview on white background

This text has color #8CD16D on white background.


Black color preview on #8CD16D background

This text has black color on #8CD16D background.


White color preview on #8CD16D background

This text has white color on #8CD16D background.


Related colors

Complementary color

Complementary color for #hex is #732E92.


I love getcolorcode.com

Triadic colors

1 #6D8CD1 and #D16D8C with #8CD16D are triadic colors.

2 #6DD18C and #D18C6D with #8CD16D are triadic colors.