COLOR #8FC76D

HEX: #8FC76D
RGB: (143,199,109)

Color info

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

RGB color model

#8FC76D color RGB value is (143,199,109).

  • red value is 143;
  • green value is 199;
  • blue value is 109.
RGB:
(143,199,109)
(56%,78%,43%)

RGB channels and saturation

R 143 of 255 = 56%
G 199 of 255 = 78%
B 109 of 255 = 43%

143
199
109

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

Portions of RGB colors in percentages

R + G + B =
143 + 199 + 109 = 451 (100%)
R 143 of 451 ~ 31.71%
G 199 of 451 ~ 44.12%
B 109 of 451 ~ 24.17%

%31.71
%44.12
%24.17

CMYK color model

#8FC76D color CMYK value is (28,0,45,22).

  • cyan value is 28.14%
  • magenta value is 0.00%
  • yellow value is 45.23%
  • key color value is 21.96%
CMYK:
(28,0,45,22)
C28M0Y45K22 
(28%,0%,45%,22%)
(0.28/0.00/0.45/0.22)	

CMYK percentages

%28.14
%0
%45.23
%21.96

Codes

Color #8FC76D in popluar color models

8FC76D
RGB143199109
HSL97°44.55%60.39%
HSB/HSV97°45.23%78.04%
CMYK28.14%0.00%45.23%
21.96%

Color #8FC76D in popluar number systems.

HEX8FC76D
Decimal143199109
Binary10001111110001111101101
Octal217307155

Shades and tints

Shades of #8FC76D

#8FC76D
(143,199,109)
#82B564
(130,181,100)
#75A35B
(117,163,91)
#689152
(104,145,82)
#5B7F49
(91,127,73)
#4E6D40
(78,109,64)
#415B37
(65,91,55)
#34492E
(52,73,46)
#273725
(39,55,37)
#1A251C
(26,37,28)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #8FC76D

#8FC76D
(143,199,109)
#99CC7A
(153,204,122)
#A3D187
(163,209,135)
#ADD694
(173,214,148)
#B7DBA1
(183,219,161)
#C1E0AE
(193,224,174)
#CBE5BB
(203,229,187)
#D5EAC8
(213,234,200)
#DFEFD5
(223,239,213)
#E9F4E2
(233,244,226)
#F3F9EF
(243,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC76D color. Also use rgb(143,199,109) instead hex code.

Text Font Color

.myTextColor { color: #8FC76D; }

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

This text font color is #8FC76D.


Background Color

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

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

This div background color is #8FC76D.


Border color

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

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

This div border color is #8FC76D.


Opacity

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

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

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

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

This text has shadow with #8FC76D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC76D on black background.


Color preview on white background

This text has color #8FC76D on white background.



Black color preview on #8FC76D background

This text has black color on #8FC76D background.


White color preview on #8FC76D background

This text has white color on #8FC76D background.