COLOR #8FC54A

HEX: #8FC54A
RGB: (143,197,74)

Color info

#8FC54A contains mainly red and green colors. Web safe color of #8FC54A is #99CC33 (or #9C3).

RGB color model

#8FC54A color RGB value is (143,197,74).

  • red value is 143;
  • green value is 197;
  • blue value is 74.
RGB:
(143,197,74)
(56%,77%,29%)

RGB channels and saturation

R 143 of 255 = 56%
G 197 of 255 = 77%
B 74 of 255 = 29%

143
197
74

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

Portions of RGB colors in percentages

R + G + B =
143 + 197 + 74 = 414 (100%)
R 143 of 414 ~ 34.54%
G 197 of 414 ~ 47.58%
B 74 of 414 ~ 17.87%

%34.54
%47.58
%17.87

CMYK color model

#8FC54A color CMYK value is (27,0,62,23).

  • cyan value is 27.41%
  • magenta value is 0.00%
  • yellow value is 62.44%
  • key color value is 22.75%
CMYK:
(27,0,62,23)
C27M0Y62K23 
(27%,0%,62%,23%)
(0.27/0.00/0.62/0.23)	

CMYK percentages

%27.41
%0
%62.44
%22.75

Codes

Color #8FC54A in popluar color models

8FC54A
RGB14319774
HSL86°51.46%53.14%
HSB/HSV86°62.44%77.25%
CMYK27.41%0.00%62.44%
22.75%

Color #8FC54A in popluar number systems.

HEX8FC54A
Decimal14319774
Binary10001111110001011001010
Octal217305112

Shades and tints

Shades of #8FC54A

#8FC54A
(143,197,74)
#82B444
(130,180,68)
#75A33E
(117,163,62)
#689238
(104,146,56)
#5B8132
(91,129,50)
#4E702C
(78,112,44)
#415F26
(65,95,38)
#344E20
(52,78,32)
#273D1A
(39,61,26)
#1A2C14
(26,44,20)
#0D1B0E
(13,27,14)
#000000
(0,0,0)

Tints of #8FC54A

#8FC54A
(143,197,74)
#99CA5A
(153,202,90)
#A3CF6A
(163,207,106)
#ADD47A
(173,212,122)
#B7D98A
(183,217,138)
#C1DE9A
(193,222,154)
#CBE3AA
(203,227,170)
#D5E8BA
(213,232,186)
#DFEDCA
(223,237,202)
#E9F2DA
(233,242,218)
#F3F7EA
(243,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC54A color. Also use rgb(143,197,74) instead hex code.

Text Font Color

.myTextColor { color: #8FC54A; }

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

This text font color is #8FC54A.


Background Color

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

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

This div background color is #8FC54A.


Border color

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

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

This div border color is #8FC54A.


Opacity

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

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

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

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

This text has shadow with #8FC54A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC54A on black background.


Color preview on white background

This text has color #8FC54A on white background.



Black color preview on #8FC54A background

This text has black color on #8FC54A background.


White color preview on #8FC54A background

This text has white color on #8FC54A background.