COLOR #8FD18E

HEX: #8FD18E RGB: (143,209,142)

Color info

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

RGB color model

#8FD18E color RGB value is (143,209,142).

RGB: (143,209,142) (56%, 82%, 56%)

RGB channels and saturation

R 143 of 255 = 56%
G 209 of 255 = 82%
B 142 of 255 = 56%

143
209
142

R + G + B ~ 65%. #8FD18E is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 209 + 142 = 494 (100%)
R 143 of 494 ~ 28.95%
G 209 of 494 ~ 42.31%
B 142 of 494 ~ 28.74'%

%28.95
%42.31
%28.74

CMYK color model

#8FD18E color CMYK value is (32,0,32,18).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 32.06%
  • key color value is 18.04%

CMYK: (32,0,32,18)
C32M0Y32K18 (32%, 0%, 32%, 18%)
(0.32 / 0.00 / 0.32 / 0.18)

CMYK percentages

%31.58
%0
%32.06
%18.04

Codes

Color #8FD18E in popluar color models

8F D1 8E
RGB 143 209 142
HSL 119° 42.14% 68.82%
HSB/HSV 119° 32.06% 81.96%
CMYK 31.58% 0.00% 32.06%
18.04%

Color #8FD18E in popluar number systems.

HEX 8F D1 8E
Decimal 143 209 142
Binary 10001111 11010001 10001110
Octal 217 321 216

Shades and tints

Shades of #8FD18E

#8FD18E
(143,209,142)
#82BE82
(130,190,130)
#75AB76
(117,171,118)
#68986A
(104,152,106)
#5B855E
(91,133,94)
#4E7252
(78,114,82)
#415F46
(65,95,70)
#344C3A
(52,76,58)
#27392E
(39,57,46)
#1A2622
(26,38,34)
#0D1316
(13,19,22)
#000000
(0,0,0)

Tints of #8FD18E

#8FD18E
(143,209,142)
#99D598
(153,213,152)
#A3D9A2
(163,217,162)
#ADDDAC
(173,221,172)
#B7E1B6
(183,225,182)
#C1E5C0
(193,229,192)
#CBE9CA
(203,233,202)
#D5EDD4
(213,237,212)
#DFF1DE
(223,241,222)
#E9F5E8
(233,245,232)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FD18E color. Also use rgb(143,209,142) instead hex code.

Text Font Color

.myTextColor { color: #8FD18E; }

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

This text font color is #8FD18E.

Background Color

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

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

This div background color is #8FD18E.

Border color

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

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

This div border color is #8FD18E.

Opacity

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

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

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

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

This text has shadow with #8FD18E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FD18E.

Preview

Color preview on black background

This text has color #8FD18E on black background.


Color preview on white background

This text has color #8FD18E on white background.


Black color preview on #8FD18E background

This text has black color on #8FD18E background.


White color preview on #8FD18E background

This text has white color on #8FD18E background.


Related colors

Complementary color

Complementary color for #hex is #702E71.


I love getcolorcode.com

Triadic colors

1 #8E8FD1 and #D18E8F with #8FD18E are triadic colors.

2 #8ED18F and #D18F8E with #8FD18E are triadic colors.