COLOR #8FC380

HEX: #8FC380
RGB: (143,195,128)

Color info

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

RGB color model

#8FC380 color RGB value is (143,195,128).

  • red value is 143;
  • green value is 195;
  • blue value is 128.
RGB:
(143,195,128)
(56%,76%,50%)

RGB channels and saturation

R 143 of 255 = 56%
G 195 of 255 = 76%
B 128 of 255 = 50%

143
195
128

R + G + B ~ 61%. #8FC380 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 195 + 128 = 466 (100%)
R 143 of 466 ~ 30.69%
G 195 of 466 ~ 41.85%
B 128 of 466 ~ 27.47%

%30.69
%41.85
%27.47

CMYK color model

#8FC380 color CMYK value is (27,0,34,24).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 34.36%
  • key color value is 23.53%
CMYK:
(27,0,34,24)
C27M0Y34K24 
(27%,0%,34%,24%)
(0.27/0.00/0.34/0.24)	

CMYK percentages

%26.67
%0
%34.36
%23.53

Codes

Color #8FC380 in popluar color models

8FC380
RGB143195128
HSL107°35.83%63.33%
HSB/HSV107°34.36%76.47%
CMYK26.67%0.00%34.36%
23.53%

Color #8FC380 in popluar number systems.

HEX8FC380
Decimal143195128
Binary100011111100001110000000
Octal217303200

Shades and tints

Shades of #8FC380

#8FC380
(143,195,128)
#82B275
(130,178,117)
#75A16A
(117,161,106)
#68905F
(104,144,95)
#5B7F54
(91,127,84)
#4E6E49
(78,110,73)
#415D3E
(65,93,62)
#344C33
(52,76,51)
#273B28
(39,59,40)
#1A2A1D
(26,42,29)
#0D1912
(13,25,18)
#000000
(0,0,0)

Tints of #8FC380

#8FC380
(143,195,128)
#99C88B
(153,200,139)
#A3CD96
(163,205,150)
#ADD2A1
(173,210,161)
#B7D7AC
(183,215,172)
#C1DCB7
(193,220,183)
#CBE1C2
(203,225,194)
#D5E6CD
(213,230,205)
#DFEBD8
(223,235,216)
#E9F0E3
(233,240,227)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FC380; }

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

This text font color is #8FC380.


Background Color

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

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

This div background color is #8FC380.


Border color

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

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

This div border color is #8FC380.


Opacity

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

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

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

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

This text has shadow with #8FC380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC380 on black background.


Color preview on white background

This text has color #8FC380 on white background.



Black color preview on #8FC380 background

This text has black color on #8FC380 background.


White color preview on #8FC380 background

This text has white color on #8FC380 background.