COLOR #8FE09D

HEX: #8FE09D RGB: (143,224,157)

Color info

#8FE09D contains mainly green color. Web safe color of #8FE09D is #99CC99 (or #9C9).

RGB color model

#8FE09D color RGB value is (143,224,157).

RGB: (143,224,157) (56%, 88%, 62%)

RGB channels and saturation

R 143 of 255 = 56%
G 224 of 255 = 88%
B 157 of 255 = 62%

143
224
157

R + G + B ~ 69%. #8FE09D is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 224 + 157 = 524 (100%)
R 143 of 524 ~ 27.29%
G 224 of 524 ~ 42.75%
B 157 of 524 ~ 29.96'%

%27.29
%42.75
%29.96

CMYK color model

#8FE09D color CMYK value is (36,0,30,12).

  • cyan value is 36.16%
  • magenta value is 0.00%
  • yellow value is 29.91%
  • key color value is 12.16%

CMYK: (36,0,30,12)
C36M0Y30K12 (36%, 0%, 30%, 12%)
(0.36 / 0.00 / 0.30 / 0.12)

CMYK percentages

%36.16
%0
%29.91
%12.16

Codes

Color #8FE09D in popluar color models

8F E0 9D
RGB 143 224 157
HSL 130° 56.64% 71.96%
HSB/HSV 130° 36.16% 87.84%
CMYK 36.16% 0.00% 29.91%
12.16%

Color #8FE09D in popluar number systems.

HEX 8F E0 9D
Decimal 143 224 157
Binary 10001111 11100000 10011101
Octal 217 340 235

Shades and tints

Shades of #8FE09D

#8FE09D
(143,224,157)
#82CC8F
(130,204,143)
#75B881
(117,184,129)
#68A473
(104,164,115)
#5B9065
(91,144,101)
#4E7C57
(78,124,87)
#416849
(65,104,73)
#34543B
(52,84,59)
#27402D
(39,64,45)
#1A2C1F
(26,44,31)
#0D1811
(13,24,17)
#000000
(0,0,0)

Tints of #8FE09D

#8FE09D
(143,224,157)
#99E2A5
(153,226,165)
#A3E4AD
(163,228,173)
#ADE6B5
(173,230,181)
#B7E8BD
(183,232,189)
#C1EAC5
(193,234,197)
#CBECCD
(203,236,205)
#D5EED5
(213,238,213)
#DFF0DD
(223,240,221)
#E9F2E5
(233,242,229)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FE09D color. Also use rgb(143,224,157) instead hex code.

Text Font Color

.myTextColor { color: #8FE09D; }

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

This text font color is #8FE09D.

Background Color

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

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

This div background color is #8FE09D.

Border color

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

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

This div border color is #8FE09D.

Opacity

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

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

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

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

This text has shadow with #8FE09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FE09D.

Preview

Color preview on black background

This text has color #8FE09D on black background.


Color preview on white background

This text has color #8FE09D on white background.


Black color preview on #8FE09D background

This text has black color on #8FE09D background.


White color preview on #8FE09D background

This text has white color on #8FE09D background.


Related colors

Complementary color

Complementary color for #hex is #701F62.


I love getcolorcode.com

Triadic colors

1 #9D8FE0 and #E09D8F with #8FE09D are triadic colors.

2 #9DE08F and #E08F9D with #8FE09D are triadic colors.