COLOR #8FA24A

HEX: #8FA24A RGB: (143,162,74)

Color info

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

RGB color model

#8FA24A color RGB value is (143,162,74).

RGB: (143,162,74) (56%, 64%, 29%)

RGB channels and saturation

R 143 of 255 = 56%
G 162 of 255 = 64%
B 74 of 255 = 29%

143
162
74

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

Portions of RGB colors in percentages

R + G + B = 143 + 162 + 74 = 379 (100%)
R 143 of 379 ~ 37.73%
G 162 of 379 ~ 42.74%
B 74 of 379 ~ 19.53'%

%37.73
%42.74
%19.53

CMYK color model

#8FA24A color CMYK value is (12,0,54,36).

  • cyan value is 11.73%
  • magenta value is 0.00%
  • yellow value is 54.32%
  • key color value is 36.47%
CMYK: (12,0,54,36) C12M0Y54K36 (12%,0%,54%,36%) (0.12/0.00/0.54/0.36) 

CMYK percentages

%11.73
%0
%54.32
%36.47

Codes

Color #8FA24A in popluar color models

8F A2 4A
RGB 143 162 74
HSL 73° 37.29% 46.27%
HSB/HSV 73° 54.32% 63.53%
CMYK 11.73% 0.00% 54.32%
36.47%

Color #8FA24A in popluar number systems.

HEX 8F A2 4A
Decimal 143 162 74
Binary 10001111 10100010 1001010
Octal 217 242 112

Shades and tints

Shades of #8FA24A

#8FA24A
(143,162,74)
#829444
(130,148,68)
#75863E
(117,134,62)
#687838
(104,120,56)
#5B6A32
(91,106,50)
#4E5C2C
(78,92,44)
#414E26
(65,78,38)
#344020
(52,64,32)
#27321A
(39,50,26)
#1A2414
(26,36,20)
#0D160E
(13,22,14)
#000000
(0,0,0)

Tints of #8FA24A

#8FA24A
(143,162,74)
#99AA5A
(153,170,90)
#A3B26A
(163,178,106)
#ADBA7A
(173,186,122)
#B7C28A
(183,194,138)
#C1CA9A
(193,202,154)
#CBD2AA
(203,210,170)
#D5DABA
(213,218,186)
#DFE2CA
(223,226,202)
#E9EADA
(233,234,218)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA24A; }

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

This text font color is #8FA24A.

Background Color

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

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

This div background color is #8FA24A.

Border color

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

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

This div border color is #8FA24A.

Opacity

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

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

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

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

This text has shadow with #8FA24A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA24A.

Preview

Color preview on black background

This text has color #8FA24A on black background.


Color preview on white background

This text has color #8FA24A on white background.


Black color preview on #8FA24A background

This text has black color on #8FA24A background.


White color preview on #8FA24A background

This text has white color on #8FA24A background.


Related colors

Complementary color

Complementary color for #hex is #705DB5.


I love getcolorcode.com

Triadic colors

1 #4A8FA2 and #A24A8F with #8FA24A are triadic colors.

2 #4AA28F and #A28F4A with #8FA24A are triadic colors.