COLOR #8FA642

HEX: #8FA642
RGB: (143,166,66)

Color info

#8FA642 contains mainly red and green colors. Web safe color of #8FA642 is #999933 (or #993).

RGB color model

#8FA642 color RGB value is (143,166,66).

  • red value is 143;
  • green value is 166;
  • blue value is 66.
RGB:
(143,166,66)
(56%,65%,26%)

RGB channels and saturation

R 143 of 255 = 56%
G 166 of 255 = 65%
B 66 of 255 = 26%

143
166
66

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

Portions of RGB colors in percentages

R + G + B =
143 + 166 + 66 = 375 (100%)
R 143 of 375 ~ 38.13%
G 166 of 375 ~ 44.27%
B 66 of 375 ~ 17.6%

%38.13
%44.27
%17.6

CMYK color model

#8FA642 color CMYK value is (14,0,60,35).

  • cyan value is 13.86%
  • magenta value is 0.00%
  • yellow value is 60.24%
  • key color value is 34.90%
CMYK:
(14,0,60,35)
C14M0Y60K35 
(14%,0%,60%,35%)
(0.14/0.00/0.60/0.35)	

CMYK percentages

%13.86
%0
%60.24
%34.9

Codes

Color #8FA642 in popluar color models

8FA642
RGB14316666
HSL74°43.10%45.49%
HSB/HSV74°60.24%65.10%
CMYK13.86%0.00%60.24%
34.90%

Color #8FA642 in popluar number systems.

HEX8FA642
Decimal14316666
Binary10001111101001101000010
Octal217246102

Shades and tints

Shades of #8FA642

#8FA642
(143,166,66)
#82973C
(130,151,60)
#758836
(117,136,54)
#687930
(104,121,48)
#5B6A2A
(91,106,42)
#4E5B24
(78,91,36)
#414C1E
(65,76,30)
#343D18
(52,61,24)
#272E12
(39,46,18)
#1A1F0C
(26,31,12)
#0D1006
(13,16,6)
#000000
(0,0,0)

Tints of #8FA642

#8FA642
(143,166,66)
#99AE53
(153,174,83)
#A3B664
(163,182,100)
#ADBE75
(173,190,117)
#B7C686
(183,198,134)
#C1CE97
(193,206,151)
#CBD6A8
(203,214,168)
#D5DEB9
(213,222,185)
#DFE6CA
(223,230,202)
#E9EEDB
(233,238,219)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA642 color. Also use rgb(143,166,66) instead hex code.

Text Font Color

.myTextColor { color: #8FA642; }

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

This text font color is #8FA642.


Background Color

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

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

This div background color is #8FA642.


Border color

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

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

This div border color is #8FA642.


Opacity

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

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

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

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

This text has shadow with #8FA642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA642 on black background.


Color preview on white background

This text has color #8FA642 on white background.



Black color preview on #8FA642 background

This text has black color on #8FA642 background.


White color preview on #8FA642 background

This text has white color on #8FA642 background.