COLOR #8CD59A

HEX: #8CD59A RGB: (140,213,154)

Color info

#8CD59A contains mainly green and blue colors. Web safe color of #8CD59A is #99CC99 (or #9C9).

RGB color model

#8CD59A color RGB value is (140,213,154).

RGB: (140,213,154) (55%, 84%, 60%)

RGB channels and saturation

R 140 of 255 = 55%
G 213 of 255 = 84%
B 154 of 255 = 60%

140
213
154

R + G + B ~ 66%. #8CD59A is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 213 + 154 = 507 (100%)
R 140 of 507 ~ 27.61%
G 213 of 507 ~ 42.01%
B 154 of 507 ~ 30.37'%

%27.61
%42.01
%30.37

CMYK color model

#8CD59A color CMYK value is (34,0,28,16).

  • cyan value is 34.27%
  • magenta value is 0.00%
  • yellow value is 27.70%
  • key color value is 16.47%

CMYK: (34,0,28,16)
C34M0Y28K16 (34%, 0%, 28%, 16%)
(0.34 / 0.00 / 0.28 / 0.16)

CMYK percentages

%34.27
%0
%27.7
%16.47

Codes

Color #8CD59A in popluar color models

8C D5 9A
RGB 140 213 154
HSL 132° 46.50% 69.22%
HSB/HSV 132° 34.27% 83.53%
CMYK 34.27% 0.00% 27.70%
16.47%

Color #8CD59A in popluar number systems.

HEX 8C D5 9A
Decimal 140 213 154
Binary 10001100 11010101 10011010
Octal 214 325 232

Shades and tints

Shades of #8CD59A

#8CD59A
(140,213,154)
#80C28C
(128,194,140)
#74AF7E
(116,175,126)
#689C70
(104,156,112)
#5C8962
(92,137,98)
#507654
(80,118,84)
#446346
(68,99,70)
#385038
(56,80,56)
#2C3D2A
(44,61,42)
#202A1C
(32,42,28)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #8CD59A

#8CD59A
(140,213,154)
#96D8A3
(150,216,163)
#A0DBAC
(160,219,172)
#AADEB5
(170,222,181)
#B4E1BE
(180,225,190)
#BEE4C7
(190,228,199)
#C8E7D0
(200,231,208)
#D2EAD9
(210,234,217)
#DCEDE2
(220,237,226)
#E6F0EB
(230,240,235)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CD59A color. Also use rgb(140,213,154) instead hex code.

Text Font Color

.myTextColor { color: #8CD59A; }

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

This text font color is #8CD59A.

Background Color

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

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

This div background color is #8CD59A.

Border color

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

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

This div border color is #8CD59A.

Opacity

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

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

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

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

This text has shadow with #8CD59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CD59A.

Preview

Color preview on black background

This text has color #8CD59A on black background.


Color preview on white background

This text has color #8CD59A on white background.


Black color preview on #8CD59A background

This text has black color on #8CD59A background.


White color preview on #8CD59A background

This text has white color on #8CD59A background.


Related colors

Complementary color

Complementary color for #hex is #732A65.


I love getcolorcode.com

Triadic colors

1 #9A8CD5 and #D59A8C with #8CD59A are triadic colors.

2 #9AD58C and #D58C9A with #8CD59A are triadic colors.