COLOR #8FC373

HEX: #8FC373 RGB: (143,195,115)

Color info

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

RGB color model

#8FC373 color RGB value is (143,195,115).

RGB: (143,195,115) (56%, 76%, 45%)

RGB channels and saturation

R 143 of 255 = 56%
G 195 of 255 = 76%
B 115 of 255 = 45%

143
195
115

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

Portions of RGB colors in percentages

R + G + B = 143 + 195 + 115 = 453 (100%)
R 143 of 453 ~ 31.57%
G 195 of 453 ~ 43.05%
B 115 of 453 ~ 25.39'%

%31.57
%43.05
%25.39

CMYK color model

#8FC373 color CMYK value is (27,0,41,24).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 41.03%
  • key color value is 23.53%

CMYK: (27,0,41,24)
C27M0Y41K24 (27%, 0%, 41%, 24%)
(0.27 / 0.00 / 0.41 / 0.24)

CMYK percentages

%26.67
%0
%41.03
%23.53

Codes

Color #8FC373 in popluar color models

8F C3 73
RGB 143 195 115
HSL 99° 40.00% 60.78%
HSB/HSV 99° 41.03% 76.47%
CMYK 26.67% 0.00% 41.03%
23.53%

Color #8FC373 in popluar number systems.

HEX 8F C3 73
Decimal 143 195 115
Binary 10001111 11000011 1110011
Octal 217 303 163

Shades and tints

Shades of #8FC373

#8FC373
(143,195,115)
#82B269
(130,178,105)
#75A15F
(117,161,95)
#689055
(104,144,85)
#5B7F4B
(91,127,75)
#4E6E41
(78,110,65)
#415D37
(65,93,55)
#344C2D
(52,76,45)
#273B23
(39,59,35)
#1A2A19
(26,42,25)
#0D190F
(13,25,15)
#000000
(0,0,0)

Tints of #8FC373

#8FC373
(143,195,115)
#99C87F
(153,200,127)
#A3CD8B
(163,205,139)
#ADD297
(173,210,151)
#B7D7A3
(183,215,163)
#C1DCAF
(193,220,175)
#CBE1BB
(203,225,187)
#D5E6C7
(213,230,199)
#DFEBD3
(223,235,211)
#E9F0DF
(233,240,223)
#F3F5EB
(243,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC373 color. Also use rgb(143,195,115) instead hex code.

Text Font Color

.myTextColor { color: #8FC373; }

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

This text font color is #8FC373.

Background Color

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

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

This div background color is #8FC373.

Border color

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

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

This div border color is #8FC373.

Opacity

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

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

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

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

This text has shadow with #8FC373 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FC373.

Preview

Color preview on black background

This text has color #8FC373 on black background.


Color preview on white background

This text has color #8FC373 on white background.


Black color preview on #8FC373 background

This text has black color on #8FC373 background.


White color preview on #8FC373 background

This text has white color on #8FC373 background.


Related colors

Complementary color

Complementary color for #hex is #703C8C.


I love getcolorcode.com

Triadic colors

1 #738FC3 and #C3738F with #8FC373 are triadic colors.

2 #73C38F and #C38F73 with #8FC373 are triadic colors.