COLOR #8FA95A

HEX: #8FA95A
RGB: (143,169,90)

Color info

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

RGB color model

#8FA95A color RGB value is (143,169,90).

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

RGB channels and saturation

R 143 of 255 = 56%
G 169 of 255 = 66%
B 90 of 255 = 35%

143
169
90

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

Portions of RGB colors in percentages

R + G + B =
143 + 169 + 90 = 402 (100%)
R 143 of 402 ~ 35.57%
G 169 of 402 ~ 42.04%
B 90 of 402 ~ 22.39%

%35.57
%42.04
%22.39

CMYK color model

#8FA95A color CMYK value is (15,0,47,34).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 46.75%
  • key color value is 33.73%
CMYK:
(15,0,47,34)
C15M0Y47K34 
(15%,0%,47%,34%)
(0.15/0.00/0.47/0.34)	

CMYK percentages

%15.38
%0
%46.75
%33.73

Codes

Color #8FA95A in popluar color models

8FA95A
RGB14316990
HSL80°31.47%50.78%
HSB/HSV80°46.75%66.27%
CMYK15.38%0.00%46.75%
33.73%

Color #8FA95A in popluar number systems.

HEX8FA95A
Decimal14316990
Binary10001111101010011011010
Octal217251132

Shades and tints

Shades of #8FA95A

#8FA95A
(143,169,90)
#829A52
(130,154,82)
#758B4A
(117,139,74)
#687C42
(104,124,66)
#5B6D3A
(91,109,58)
#4E5E32
(78,94,50)
#414F2A
(65,79,42)
#344022
(52,64,34)
#27311A
(39,49,26)
#1A2212
(26,34,18)
#0D130A
(13,19,10)
#000000
(0,0,0)

Tints of #8FA95A

#8FA95A
(143,169,90)
#99B069
(153,176,105)
#A3B778
(163,183,120)
#ADBE87
(173,190,135)
#B7C596
(183,197,150)
#C1CCA5
(193,204,165)
#CBD3B4
(203,211,180)
#D5DAC3
(213,218,195)
#DFE1D2
(223,225,210)
#E9E8E1
(233,232,225)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA95A; }

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

This text font color is #8FA95A.


Background Color

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

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

This div background color is #8FA95A.


Border color

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

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

This div border color is #8FA95A.


Opacity

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

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

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

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

This text has shadow with #8FA95A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA95A on black background.


Color preview on white background

This text has color #8FA95A on white background.



Black color preview on #8FA95A background

This text has black color on #8FA95A background.


White color preview on #8FA95A background

This text has white color on #8FA95A background.