COLOR #8FE49F

HEX: #8FE49F
RGB: (143,228,159)

Color info

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

RGB color model

#8FE49F color RGB value is (143,228,159).

  • red value is 143;
  • green value is 228;
  • blue value is 159.
RGB:
(143,228,159)
(56%,89%,62%)

RGB channels and saturation

R 143 of 255 = 56%
G 228 of 255 = 89%
B 159 of 255 = 62%

143
228
159

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

Portions of RGB colors in percentages

R + G + B =
143 + 228 + 159 = 530 (100%)
R 143 of 530 ~ 26.98%
G 228 of 530 ~ 43.02%
B 159 of 530 ~ 30%

%26.98
%43.02
%30

CMYK color model

#8FE49F color CMYK value is (37,0,30,11).

  • cyan value is 37.28%
  • magenta value is 0.00%
  • yellow value is 30.26%
  • key color value is 10.59%
CMYK:
(37,0,30,11)
C37M0Y30K11 
(37%,0%,30%,11%)
(0.37/0.00/0.30/0.11)	

CMYK percentages

%37.28
%0
%30.26
%10.59

Codes

Color #8FE49F in popluar color models

8FE49F
RGB143228159
HSL131°61.15%72.75%
HSB/HSV131°37.28%89.41%
CMYK37.28%0.00%30.26%
10.59%

Color #8FE49F in popluar number systems.

HEX8FE49F
Decimal143228159
Binary100011111110010010011111
Octal217344237

Shades and tints

Shades of #8FE49F

#8FE49F
(143,228,159)
#82D091
(130,208,145)
#75BC83
(117,188,131)
#68A875
(104,168,117)
#5B9467
(91,148,103)
#4E8059
(78,128,89)
#416C4B
(65,108,75)
#34583D
(52,88,61)
#27442F
(39,68,47)
#1A3021
(26,48,33)
#0D1C13
(13,28,19)
#000000
(0,0,0)

Tints of #8FE49F

#8FE49F
(143,228,159)
#99E6A7
(153,230,167)
#A3E8AF
(163,232,175)
#ADEAB7
(173,234,183)
#B7ECBF
(183,236,191)
#C1EEC7
(193,238,199)
#CBF0CF
(203,240,207)
#D5F2D7
(213,242,215)
#DFF4DF
(223,244,223)
#E9F6E7
(233,246,231)
#F3F8EF
(243,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FE49F color. Also use rgb(143,228,159) instead hex code.

Text Font Color

.myTextColor { color: #8FE49F; }

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

This text font color is #8FE49F.


Background Color

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

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

This div background color is #8FE49F.


Border color

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

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

This div border color is #8FE49F.


Opacity

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

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

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

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

This text has shadow with #8FE49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FE49F on black background.


Color preview on white background

This text has color #8FE49F on white background.



Black color preview on #8FE49F background

This text has black color on #8FE49F background.


White color preview on #8FE49F background

This text has white color on #8FE49F background.