COLOR #8FCA74

HEX: #8FCA74 RGB: (143,202,116)

Color info

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

RGB color model

#8FCA74 color RGB value is (143,202,116).

RGB: (143,202,116) (56%, 79%, 45%)

RGB channels and saturation

R 143 of 255 = 56%
G 202 of 255 = 79%
B 116 of 255 = 45%

143
202
116

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

Portions of RGB colors in percentages

R + G + B = 143 + 202 + 116 = 461 (100%)
R 143 of 461 ~ 31.02%
G 202 of 461 ~ 43.82%
B 116 of 461 ~ 25.16'%

%31.02
%43.82
%25.16

CMYK color model

#8FCA74 color CMYK value is (29,0,43,21).

  • cyan value is 29.21%
  • magenta value is 0.00%
  • yellow value is 42.57%
  • key color value is 20.78%

CMYK: (29,0,43,21)
C29M0Y43K21 (29%, 0%, 43%, 21%)
(0.29 / 0.00 / 0.43 / 0.21)

CMYK percentages

%29.21
%0
%42.57
%20.78

Codes

Color #8FCA74 in popluar color models

8F CA 74
RGB 143 202 116
HSL 101° 44.79% 62.35%
HSB/HSV 101° 42.57% 79.22%
CMYK 29.21% 0.00% 42.57%
20.78%

Color #8FCA74 in popluar number systems.

HEX 8F CA 74
Decimal 143 202 116
Binary 10001111 11001010 1110100
Octal 217 312 164

Shades and tints

Shades of #8FCA74

#8FCA74
(143,202,116)
#82B86A
(130,184,106)
#75A660
(117,166,96)
#689456
(104,148,86)
#5B824C
(91,130,76)
#4E7042
(78,112,66)
#415E38
(65,94,56)
#344C2E
(52,76,46)
#273A24
(39,58,36)
#1A281A
(26,40,26)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #8FCA74

#8FCA74
(143,202,116)
#99CE80
(153,206,128)
#A3D28C
(163,210,140)
#ADD698
(173,214,152)
#B7DAA4
(183,218,164)
#C1DEB0
(193,222,176)
#CBE2BC
(203,226,188)
#D5E6C8
(213,230,200)
#DFEAD4
(223,234,212)
#E9EEE0
(233,238,224)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FCA74 color. Also use rgb(143,202,116) instead hex code.

Text Font Color

.myTextColor { color: #8FCA74; }

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

This text font color is #8FCA74.

Background Color

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

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

This div background color is #8FCA74.

Border color

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

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

This div border color is #8FCA74.

Opacity

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

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

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

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

This text has shadow with #8FCA74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FCA74.

Preview

Color preview on black background

This text has color #8FCA74 on black background.


Color preview on white background

This text has color #8FCA74 on white background.


Black color preview on #8FCA74 background

This text has black color on #8FCA74 background.


White color preview on #8FCA74 background

This text has white color on #8FCA74 background.


Related colors

Complementary color

Complementary color for #hex is #70358B.


I love getcolorcode.com

Triadic colors

1 #748FCA and #CA748F with #8FCA74 are triadic colors.

2 #74CA8F and #CA8F74 with #8FCA74 are triadic colors.