COLOR #8FC476

HEX: #8FC476
RGB: (143,196,118)

Color info

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

RGB color model

#8FC476 color RGB value is (143,196,118).

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

RGB channels and saturation

R 143 of 255 = 56%
G 196 of 255 = 77%
B 118 of 255 = 46%

143
196
118

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

Portions of RGB colors in percentages

R + G + B =
143 + 196 + 118 = 457 (100%)
R 143 of 457 ~ 31.29%
G 196 of 457 ~ 42.89%
B 118 of 457 ~ 25.82%

%31.29
%42.89
%25.82

CMYK color model

#8FC476 color CMYK value is (27,0,40,23).

  • cyan value is 27.04%
  • magenta value is 0.00%
  • yellow value is 39.80%
  • key color value is 23.14%
CMYK:
(27,0,40,23)
C27M0Y40K23 
(27%,0%,40%,23%)
(0.27/0.00/0.40/0.23)	

CMYK percentages

%27.04
%0
%39.8
%23.14

Codes

Color #8FC476 in popluar color models

8FC476
RGB143196118
HSL101°39.80%61.57%
HSB/HSV101°39.80%76.86%
CMYK27.04%0.00%39.80%
23.14%

Color #8FC476 in popluar number systems.

HEX8FC476
Decimal143196118
Binary10001111110001001110110
Octal217304166

Shades and tints

Shades of #8FC476

#8FC476
(143,196,118)
#82B36C
(130,179,108)
#75A262
(117,162,98)
#689158
(104,145,88)
#5B804E
(91,128,78)
#4E6F44
(78,111,68)
#415E3A
(65,94,58)
#344D30
(52,77,48)
#273C26
(39,60,38)
#1A2B1C
(26,43,28)
#0D1A12
(13,26,18)
#000000
(0,0,0)

Tints of #8FC476

#8FC476
(143,196,118)
#99C982
(153,201,130)
#A3CE8E
(163,206,142)
#ADD39A
(173,211,154)
#B7D8A6
(183,216,166)
#C1DDB2
(193,221,178)
#CBE2BE
(203,226,190)
#D5E7CA
(213,231,202)
#DFECD6
(223,236,214)
#E9F1E2
(233,241,226)
#F3F6EE
(243,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FC476; }

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

This text font color is #8FC476.


Background Color

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

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

This div background color is #8FC476.


Border color

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

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

This div border color is #8FC476.


Opacity

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

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

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

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

This text has shadow with #8FC476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC476 on black background.


Color preview on white background

This text has color #8FC476 on white background.



Black color preview on #8FC476 background

This text has black color on #8FC476 background.


White color preview on #8FC476 background

This text has white color on #8FC476 background.