COLOR #8FE199

HEX: #8FE199
RGB: (143,225,153)

Color info

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

RGB color model

#8FE199 color RGB value is (143,225,153).

  • red value is 143;
  • green value is 225;
  • blue value is 153.
RGB:
(143,225,153)
(56%,88%,60%)

RGB channels and saturation

R 143 of 255 = 56%
G 225 of 255 = 88%
B 153 of 255 = 60%

143
225
153

R + G + B ~ 68%. #8FE199 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 225 + 153 = 521 (100%)
R 143 of 521 ~ 27.45%
G 225 of 521 ~ 43.19%
B 153 of 521 ~ 29.37%

%27.45
%43.19
%29.37

CMYK color model

#8FE199 color CMYK value is (36,0,32,12).

  • cyan value is 36.44%
  • magenta value is 0.00%
  • yellow value is 32.00%
  • key color value is 11.76%
CMYK:
(36,0,32,12)
C36M0Y32K12 
(36%,0%,32%,12%)
(0.36/0.00/0.32/0.12)	

CMYK percentages

%36.44
%0
%32
%11.76

Codes

Color #8FE199 in popluar color models

8FE199
RGB143225153
HSL127°57.75%72.16%
HSB/HSV127°36.44%88.24%
CMYK36.44%0.00%32.00%
11.76%

Color #8FE199 in popluar number systems.

HEX8FE199
Decimal143225153
Binary100011111110000110011001
Octal217341231

Shades and tints

Shades of #8FE199

#8FE199
(143,225,153)
#82CD8C
(130,205,140)
#75B97F
(117,185,127)
#68A572
(104,165,114)
#5B9165
(91,145,101)
#4E7D58
(78,125,88)
#41694B
(65,105,75)
#34553E
(52,85,62)
#274131
(39,65,49)
#1A2D24
(26,45,36)
#0D1917
(13,25,23)
#000000
(0,0,0)

Tints of #8FE199

#8FE199
(143,225,153)
#99E3A2
(153,227,162)
#A3E5AB
(163,229,171)
#ADE7B4
(173,231,180)
#B7E9BD
(183,233,189)
#C1EBC6
(193,235,198)
#CBEDCF
(203,237,207)
#D5EFD8
(213,239,216)
#DFF1E1
(223,241,225)
#E9F3EA
(233,243,234)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FE199 color. Also use rgb(143,225,153) instead hex code.

Text Font Color

.myTextColor { color: #8FE199; }

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

This text font color is #8FE199.


Background Color

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

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

This div background color is #8FE199.


Border color

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

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

This div border color is #8FE199.


Opacity

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

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

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

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

This text has shadow with #8FE199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FE199 on black background.


Color preview on white background

This text has color #8FE199 on white background.



Black color preview on #8FE199 background

This text has black color on #8FE199 background.


White color preview on #8FE199 background

This text has white color on #8FE199 background.