COLOR #8FA954

HEX: #8FA954
RGB: (143,169,84)

Color info

#8FA954 contains mainly red and green colors. Web safe color of #8FA954 is #999966 (or #996).

RGB color model

#8FA954 color RGB value is (143,169,84).

  • red value is 143;
  • green value is 169;
  • blue value is 84.
RGB:
(143,169,84)
(56%,66%,33%)

RGB channels and saturation

R 143 of 255 = 56%
G 169 of 255 = 66%
B 84 of 255 = 33%

143
169
84

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

Portions of RGB colors in percentages

R + G + B =
143 + 169 + 84 = 396 (100%)
R 143 of 396 ~ 36.11%
G 169 of 396 ~ 42.68%
B 84 of 396 ~ 21.21%

%36.11
%42.68
%21.21

CMYK color model

#8FA954 color CMYK value is (15,0,50,34).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 50.30%
  • key color value is 33.73%
CMYK:
(15,0,50,34)
C15M0Y50K34 
(15%,0%,50%,34%)
(0.15/0.00/0.50/0.34)	

CMYK percentages

%15.38
%0
%50.3
%33.73

Codes

Color #8FA954 in popluar color models

8FA954
RGB14316984
HSL78°33.60%49.61%
HSB/HSV78°50.30%66.27%
CMYK15.38%0.00%50.30%
33.73%

Color #8FA954 in popluar number systems.

HEX8FA954
Decimal14316984
Binary10001111101010011010100
Octal217251124

Shades and tints

Shades of #8FA954

#8FA954
(143,169,84)
#829A4D
(130,154,77)
#758B46
(117,139,70)
#687C3F
(104,124,63)
#5B6D38
(91,109,56)
#4E5E31
(78,94,49)
#414F2A
(65,79,42)
#344023
(52,64,35)
#27311C
(39,49,28)
#1A2215
(26,34,21)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #8FA954

#8FA954
(143,169,84)
#99B063
(153,176,99)
#A3B772
(163,183,114)
#ADBE81
(173,190,129)
#B7C590
(183,197,144)
#C1CC9F
(193,204,159)
#CBD3AE
(203,211,174)
#D5DABD
(213,218,189)
#DFE1CC
(223,225,204)
#E9E8DB
(233,232,219)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA954 color. Also use rgb(143,169,84) instead hex code.

Text Font Color

.myTextColor { color: #8FA954; }

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

This text font color is #8FA954.


Background Color

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

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

This div background color is #8FA954.


Border color

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

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

This div border color is #8FA954.


Opacity

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

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

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

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

This text has shadow with #8FA954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA954 on black background.


Color preview on white background

This text has color #8FA954 on white background.



Black color preview on #8FA954 background

This text has black color on #8FA954 background.


White color preview on #8FA954 background

This text has white color on #8FA954 background.