COLOR #8DC491

HEX: #8DC491 RGB: (141,196,145)

Color info

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

RGB color model

#8DC491 color RGB value is (141,196,145).

RGB: (141,196,145) (55%, 77%, 57%)

RGB channels and saturation

R 141 of 255 = 55%
G 196 of 255 = 77%
B 145 of 255 = 57%

141
196
145

R + G + B ~ 63%. #8DC491 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 196 + 145 = 482 (100%)
R 141 of 482 ~ 29.25%
G 196 of 482 ~ 40.66%
B 145 of 482 ~ 30.08'%

%29.25
%40.66
%30.08

CMYK color model

#8DC491 color CMYK value is (28,0,26,23).

  • cyan value is 28.06%
  • magenta value is 0.00%
  • yellow value is 26.02%
  • key color value is 23.14%

CMYK: (28,0,26,23)
C28M0Y26K23 (28%, 0%, 26%, 23%)
(0.28 / 0.00 / 0.26 / 0.23)

CMYK percentages

%28.06
%0
%26.02
%23.14

Codes

Color #8DC491 in popluar color models

8D C4 91
RGB 141 196 145
HSL 124° 31.79% 66.08%
HSB/HSV 124° 28.06% 76.86%
CMYK 28.06% 0.00% 26.02%
23.14%

Color #8DC491 in popluar number systems.

HEX 8D C4 91
Decimal 141 196 145
Binary 10001101 11000100 10010001
Octal 215 304 221

Shades and tints

Shades of #8DC491

#8DC491
(141,196,145)
#81B384
(129,179,132)
#75A277
(117,162,119)
#69916A
(105,145,106)
#5D805D
(93,128,93)
#516F50
(81,111,80)
#455E43
(69,94,67)
#394D36
(57,77,54)
#2D3C29
(45,60,41)
#212B1C
(33,43,28)
#151A0F
(21,26,15)
#000000
(0,0,0)

Tints of #8DC491

#8DC491
(141,196,145)
#97C99B
(151,201,155)
#A1CEA5
(161,206,165)
#ABD3AF
(171,211,175)
#B5D8B9
(181,216,185)
#BFDDC3
(191,221,195)
#C9E2CD
(201,226,205)
#D3E7D7
(211,231,215)
#DDECE1
(221,236,225)
#E7F1EB
(231,241,235)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC491 color. Also use rgb(141,196,145) instead hex code.

Text Font Color

.myTextColor { color: #8DC491; }

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

This text font color is #8DC491.

Background Color

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

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

This div background color is #8DC491.

Border color

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

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

This div border color is #8DC491.

Opacity

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

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

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

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

This text has shadow with #8DC491 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DC491.

Preview

Color preview on black background

This text has color #8DC491 on black background.


Color preview on white background

This text has color #8DC491 on white background.


Black color preview on #8DC491 background

This text has black color on #8DC491 background.


White color preview on #8DC491 background

This text has white color on #8DC491 background.


Related colors

Complementary color

Complementary color for #hex is #723B6E.


I love getcolorcode.com

Triadic colors

1 #918DC4 and #C4918D with #8DC491 are triadic colors.

2 #91C48D and #C48D91 with #8DC491 are triadic colors.