COLOR #8DC289

HEX: #8DC289 RGB: (141,194,137)

Color info

#8DC289 contains red, green and blue colors in about the same proportion. Web safe color of #8DC289 is #99CC99 (or #9C9).

RGB color model

#8DC289 color RGB value is (141,194,137).

RGB: (141,194,137) (55%, 76%, 54%)

RGB channels and saturation

R 141 of 255 = 55%
G 194 of 255 = 76%
B 137 of 255 = 54%

141
194
137

R + G + B ~ 62%. #8DC289 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 194 + 137 = 472 (100%)
R 141 of 472 ~ 29.87%
G 194 of 472 ~ 41.1%
B 137 of 472 ~ 29.03'%

%29.87
%41.1
%29.03

CMYK color model

#8DC289 color CMYK value is (27,0,29,24).

  • cyan value is 27.32%
  • magenta value is 0.00%
  • yellow value is 29.38%
  • key color value is 23.92%

CMYK: (27,0,29,24)
C27M0Y29K24 (27%, 0%, 29%, 24%)
(0.27 / 0.00 / 0.29 / 0.24)

CMYK percentages

%27.32
%0
%29.38
%23.92

Codes

Color #8DC289 in popluar color models

8D C2 89
RGB 141 194 137
HSL 116° 31.84% 64.90%
HSB/HSV 116° 29.38% 76.08%
CMYK 27.32% 0.00% 29.38%
23.92%

Color #8DC289 in popluar number systems.

HEX 8D C2 89
Decimal 141 194 137
Binary 10001101 11000010 10001001
Octal 215 302 211

Shades and tints

Shades of #8DC289

#8DC289
(141,194,137)
#81B17D
(129,177,125)
#75A071
(117,160,113)
#698F65
(105,143,101)
#5D7E59
(93,126,89)
#516D4D
(81,109,77)
#455C41
(69,92,65)
#394B35
(57,75,53)
#2D3A29
(45,58,41)
#21291D
(33,41,29)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #8DC289

#8DC289
(141,194,137)
#97C793
(151,199,147)
#A1CC9D
(161,204,157)
#ABD1A7
(171,209,167)
#B5D6B1
(181,214,177)
#BFDBBB
(191,219,187)
#C9E0C5
(201,224,197)
#D3E5CF
(211,229,207)
#DDEAD9
(221,234,217)
#E7EFE3
(231,239,227)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC289 color. Also use rgb(141,194,137) instead hex code.

Text Font Color

.myTextColor { color: #8DC289; }

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

This text font color is #8DC289.

Background Color

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

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

This div background color is #8DC289.

Border color

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

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

This div border color is #8DC289.

Opacity

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

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

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

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

This text has shadow with #8DC289 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DC289.

Preview

Color preview on black background

This text has color #8DC289 on black background.


Color preview on white background

This text has color #8DC289 on white background.


Black color preview on #8DC289 background

This text has black color on #8DC289 background.


White color preview on #8DC289 background

This text has white color on #8DC289 background.


Related colors

Complementary color

Complementary color for #hex is #723D76.


I love getcolorcode.com

Triadic colors

1 #898DC2 and #C2898D with #8DC289 are triadic colors.

2 #89C28D and #C28D89 with #8DC289 are triadic colors.