COLOR #8FAE60

HEX: #8FAE60
RGB: (143,174,96)

Color info

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

RGB color model

#8FAE60 color RGB value is (143,174,96).

  • red value is 143;
  • green value is 174;
  • blue value is 96.
RGB:
(143,174,96)
(56%,68%,38%)

RGB channels and saturation

R 143 of 255 = 56%
G 174 of 255 = 68%
B 96 of 255 = 38%

143
174
96

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

Portions of RGB colors in percentages

R + G + B =
143 + 174 + 96 = 413 (100%)
R 143 of 413 ~ 34.62%
G 174 of 413 ~ 42.13%
B 96 of 413 ~ 23.24%

%34.62
%42.13
%23.24

CMYK color model

#8FAE60 color CMYK value is (18,0,45,32).

  • cyan value is 17.82%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 31.76%
CMYK:
(18,0,45,32)
C18M0Y45K32 
(18%,0%,45%,32%)
(0.18/0.00/0.45/0.32)	

CMYK percentages

%17.82
%0
%44.83
%31.76

Codes

Color #8FAE60 in popluar color models

8FAE60
RGB14317496
HSL84°32.50%52.94%
HSB/HSV84°44.83%68.24%
CMYK17.82%0.00%44.83%
31.76%

Color #8FAE60 in popluar number systems.

HEX8FAE60
Decimal14317496
Binary10001111101011101100000
Octal217256140

Shades and tints

Shades of #8FAE60

#8FAE60
(143,174,96)
#829F58
(130,159,88)
#759050
(117,144,80)
#688148
(104,129,72)
#5B7240
(91,114,64)
#4E6338
(78,99,56)
#415430
(65,84,48)
#344528
(52,69,40)
#273620
(39,54,32)
#1A2718
(26,39,24)
#0D1810
(13,24,16)
#000000
(0,0,0)

Tints of #8FAE60

#8FAE60
(143,174,96)
#99B56E
(153,181,110)
#A3BC7C
(163,188,124)
#ADC38A
(173,195,138)
#B7CA98
(183,202,152)
#C1D1A6
(193,209,166)
#CBD8B4
(203,216,180)
#D5DFC2
(213,223,194)
#DFE6D0
(223,230,208)
#E9EDDE
(233,237,222)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FAE60 color. Also use rgb(143,174,96) instead hex code.

Text Font Color

.myTextColor { color: #8FAE60; }

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

This text font color is #8FAE60.


Background Color

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

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

This div background color is #8FAE60.


Border color

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

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

This div border color is #8FAE60.


Opacity

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

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

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

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

This text has shadow with #8FAE60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FAE60 on black background.


Color preview on white background

This text has color #8FAE60 on white background.



Black color preview on #8FAE60 background

This text has black color on #8FAE60 background.


White color preview on #8FAE60 background

This text has white color on #8FAE60 background.