COLOR #8FB04C

HEX: #8FB04C RGB: (143,176,76)

Color info

#8FB04C contains mainly red and green colors. Web safe color of #8FB04C is #999933 (or #993).

RGB color model

#8FB04C color RGB value is (143,176,76).

RGB: (143,176,76) (56%, 69%, 30%)

RGB channels and saturation

R 143 of 255 = 56%
G 176 of 255 = 69%
B 76 of 255 = 30%

143
176
76

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

Portions of RGB colors in percentages

R + G + B = 143 + 176 + 76 = 395 (100%)
R 143 of 395 ~ 36.2%
G 176 of 395 ~ 44.56%
B 76 of 395 ~ 19.24'%

%36.2
%44.56
%19.24

CMYK color model

#8FB04C color CMYK value is (19,0,57,31).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 56.82%
  • key color value is 30.98%
CMYK: (19,0,57,31) C19M0Y57K31 (19%,0%,57%,31%) (0.19/0.00/0.57/0.31) 

CMYK percentages

%18.75
%0
%56.82
%30.98

Codes

Color #8FB04C in popluar color models

8F B0 4C
RGB 143 176 76
HSL 80° 39.68% 49.41%
HSB/HSV 80° 56.82% 69.02%
CMYK 18.75% 0.00% 56.82%
30.98%

Color #8FB04C in popluar number systems.

HEX 8F B0 4C
Decimal 143 176 76
Binary 10001111 10110000 1001100
Octal 217 260 114

Shades and tints

Shades of #8FB04C

#8FB04C
(143,176,76)
#82A046
(130,160,70)
#759040
(117,144,64)
#68803A
(104,128,58)
#5B7034
(91,112,52)
#4E602E
(78,96,46)
#415028
(65,80,40)
#344022
(52,64,34)
#27301C
(39,48,28)
#1A2016
(26,32,22)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #8FB04C

#8FB04C
(143,176,76)
#99B75C
(153,183,92)
#A3BE6C
(163,190,108)
#ADC57C
(173,197,124)
#B7CC8C
(183,204,140)
#C1D39C
(193,211,156)
#CBDAAC
(203,218,172)
#D5E1BC
(213,225,188)
#DFE8CC
(223,232,204)
#E9EFDC
(233,239,220)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB04C color. Also use rgb(143,176,76) instead hex code.

Text Font Color

.myTextColor { color: #8FB04C; }

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

This text font color is #8FB04C.

Background Color

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

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

This div background color is #8FB04C.

Border color

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

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

This div border color is #8FB04C.

Opacity

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

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

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

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

This text has shadow with #8FB04C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FB04C.

Preview

Color preview on black background

This text has color #8FB04C on black background.


Color preview on white background

This text has color #8FB04C on white background.


Black color preview on #8FB04C background

This text has black color on #8FB04C background.


White color preview on #8FB04C background

This text has white color on #8FB04C background.


Related colors

Complementary color

Complementary color for #hex is #704FB3.


I love getcolorcode.com

Triadic colors

1 #4C8FB0 and #B04C8F with #8FB04C are triadic colors.

2 #4CB08F and #B08F4C with #8FB04C are triadic colors.