COLOR #8FC271

HEX: #8FC271
RGB: (143,194,113)

Color info

#8FC271 contains mainly red and green colors. Web safe color of #8FC271 is #99CC66 (or #9C6).

RGB color model

#8FC271 color RGB value is (143,194,113).

  • red value is 143;
  • green value is 194;
  • blue value is 113.
RGB:
(143,194,113)
(56%,76%,44%)

RGB channels and saturation

R 143 of 255 = 56%
G 194 of 255 = 76%
B 113 of 255 = 44%

143
194
113

R + G + B ~ 59%. #8FC271 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
143 + 194 + 113 = 450 (100%)
R 143 of 450 ~ 31.78%
G 194 of 450 ~ 43.11%
B 113 of 450 ~ 25.11%

%31.78
%43.11
%25.11

CMYK color model

#8FC271 color CMYK value is (26,0,42,24).

  • cyan value is 26.29%
  • magenta value is 0.00%
  • yellow value is 41.75%
  • key color value is 23.92%
CMYK:
(26,0,42,24)
C26M0Y42K24 
(26%,0%,42%,24%)
(0.26/0.00/0.42/0.24)	

CMYK percentages

%26.29
%0
%41.75
%23.92

Codes

Color #8FC271 in popluar color models

8FC271
RGB143194113
HSL98°39.90%60.20%
HSB/HSV98°41.75%76.08%
CMYK26.29%0.00%41.75%
23.92%

Color #8FC271 in popluar number systems.

HEX8FC271
Decimal143194113
Binary10001111110000101110001
Octal217302161

Shades and tints

Shades of #8FC271

#8FC271
(143,194,113)
#82B167
(130,177,103)
#75A05D
(117,160,93)
#688F53
(104,143,83)
#5B7E49
(91,126,73)
#4E6D3F
(78,109,63)
#415C35
(65,92,53)
#344B2B
(52,75,43)
#273A21
(39,58,33)
#1A2917
(26,41,23)
#0D180D
(13,24,13)
#000000
(0,0,0)

Tints of #8FC271

#8FC271
(143,194,113)
#99C77D
(153,199,125)
#A3CC89
(163,204,137)
#ADD195
(173,209,149)
#B7D6A1
(183,214,161)
#C1DBAD
(193,219,173)
#CBE0B9
(203,224,185)
#D5E5C5
(213,229,197)
#DFEAD1
(223,234,209)
#E9EFDD
(233,239,221)
#F3F4E9
(243,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC271 color. Also use rgb(143,194,113) instead hex code.

Text Font Color

.myTextColor { color: #8FC271; }

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

This text font color is #8FC271.


Background Color

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

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

This div background color is #8FC271.


Border color

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

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

This div border color is #8FC271.


Opacity

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

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

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

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

This text has shadow with #8FC271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC271 on black background.


Color preview on white background

This text has color #8FC271 on white background.



Black color preview on #8FC271 background

This text has black color on #8FC271 background.


White color preview on #8FC271 background

This text has white color on #8FC271 background.