COLOR #8FC44E

HEX: #8FC44E
RGB: (143,196,78)

Color info

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

RGB color model

#8FC44E color RGB value is (143,196,78).

  • red value is 143;
  • green value is 196;
  • blue value is 78.
RGB:
(143,196,78)
(56%,77%,31%)

RGB channels and saturation

R 143 of 255 = 56%
G 196 of 255 = 77%
B 78 of 255 = 31%

143
196
78

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

Portions of RGB colors in percentages

R + G + B =
143 + 196 + 78 = 417 (100%)
R 143 of 417 ~ 34.29%
G 196 of 417 ~ 47%
B 78 of 417 ~ 18.71%

%34.29
%47
%18.71

CMYK color model

#8FC44E color CMYK value is (27,0,60,23).

  • cyan value is 27.04%
  • magenta value is 0.00%
  • yellow value is 60.20%
  • key color value is 23.14%
CMYK:
(27,0,60,23)
C27M0Y60K23 
(27%,0%,60%,23%)
(0.27/0.00/0.60/0.23)	

CMYK percentages

%27.04
%0
%60.2
%23.14

Codes

Color #8FC44E in popluar color models

8FC44E
RGB14319678
HSL87°50.00%53.73%
HSB/HSV87°60.20%76.86%
CMYK27.04%0.00%60.20%
23.14%

Color #8FC44E in popluar number systems.

HEX8FC44E
Decimal14319678
Binary10001111110001001001110
Octal217304116

Shades and tints

Shades of #8FC44E

#8FC44E
(143,196,78)
#82B347
(130,179,71)
#75A240
(117,162,64)
#689139
(104,145,57)
#5B8032
(91,128,50)
#4E6F2B
(78,111,43)
#415E24
(65,94,36)
#344D1D
(52,77,29)
#273C16
(39,60,22)
#1A2B0F
(26,43,15)
#0D1A08
(13,26,8)
#000000
(0,0,0)

Tints of #8FC44E

#8FC44E
(143,196,78)
#99C95E
(153,201,94)
#A3CE6E
(163,206,110)
#ADD37E
(173,211,126)
#B7D88E
(183,216,142)
#C1DD9E
(193,221,158)
#CBE2AE
(203,226,174)
#D5E7BE
(213,231,190)
#DFECCE
(223,236,206)
#E9F1DE
(233,241,222)
#F3F6EE
(243,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC44E color. Also use rgb(143,196,78) instead hex code.

Text Font Color

.myTextColor { color: #8FC44E; }

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

This text font color is #8FC44E.


Background Color

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

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

This div background color is #8FC44E.


Border color

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

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

This div border color is #8FC44E.


Opacity

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

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

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

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

This text has shadow with #8FC44E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC44E on black background.


Color preview on white background

This text has color #8FC44E on white background.



Black color preview on #8FC44E background

This text has black color on #8FC44E background.


White color preview on #8FC44E background

This text has white color on #8FC44E background.