COLOR #8CC06D

HEX: #8CC06D RGB: (140,192,109)

Color info

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

RGB color model

#8CC06D color RGB value is (140,192,109).

RGB: (140,192,109) (55%, 75%, 43%)

RGB channels and saturation

R 140 of 255 = 55%
G 192 of 255 = 75%
B 109 of 255 = 43%

140
192
109

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

Portions of RGB colors in percentages

R + G + B = 140 + 192 + 109 = 441 (100%)
R 140 of 441 ~ 31.75%
G 192 of 441 ~ 43.54%
B 109 of 441 ~ 24.72'%

%31.75
%43.54
%24.72

CMYK color model

#8CC06D color CMYK value is (27,0,43,25).

  • cyan value is 27.08%
  • magenta value is 0.00%
  • yellow value is 43.23%
  • key color value is 24.71%

CMYK: (27,0,43,25)
C27M0Y43K25 (27%, 0%, 43%, 25%)
(0.27 / 0.00 / 0.43 / 0.25)

CMYK percentages

%27.08
%0
%43.23
%24.71

Codes

Color #8CC06D in popluar color models

8C C0 6D
RGB 140 192 109
HSL 98° 39.71% 59.02%
HSB/HSV 98° 43.23% 75.29%
CMYK 27.08% 0.00% 43.23%
24.71%

Color #8CC06D in popluar number systems.

HEX 8C C0 6D
Decimal 140 192 109
Binary 10001100 11000000 1101101
Octal 214 300 155

Shades and tints

Shades of #8CC06D

#8CC06D
(140,192,109)
#80AF64
(128,175,100)
#749E5B
(116,158,91)
#688D52
(104,141,82)
#5C7C49
(92,124,73)
#506B40
(80,107,64)
#445A37
(68,90,55)
#38492E
(56,73,46)
#2C3825
(44,56,37)
#20271C
(32,39,28)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #8CC06D

#8CC06D
(140,192,109)
#96C57A
(150,197,122)
#A0CA87
(160,202,135)
#AACF94
(170,207,148)
#B4D4A1
(180,212,161)
#BED9AE
(190,217,174)
#C8DEBB
(200,222,187)
#D2E3C8
(210,227,200)
#DCE8D5
(220,232,213)
#E6EDE2
(230,237,226)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CC06D; }

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

This text font color is #8CC06D.

Background Color

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

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

This div background color is #8CC06D.

Border color

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

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

This div border color is #8CC06D.

Opacity

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

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

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

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

This text has shadow with #8CC06D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CC06D.

Preview

Color preview on black background

This text has color #8CC06D on black background.


Color preview on white background

This text has color #8CC06D on white background.


Black color preview on #8CC06D background

This text has black color on #8CC06D background.


White color preview on #8CC06D background

This text has white color on #8CC06D background.


Related colors

Complementary color

Complementary color for #hex is #733F92.


I love getcolorcode.com

Triadic colors

1 #6D8CC0 and #C06D8C with #8CC06D are triadic colors.

2 #6DC08C and #C08C6D with #8CC06D are triadic colors.