COLOR #8CA42C

HEX: #8CA42C
RGB: (140,164,44)

Color info

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

RGB color model

#8CA42C color RGB value is (140,164,44).

  • red value is 140;
  • green value is 164;
  • blue value is 44.
RGB:
(140,164,44)
(55%,64%,17%)

RGB channels and saturation

R 140 of 255 = 55%
G 164 of 255 = 64%
B 44 of 255 = 17%

140
164
44

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

Portions of RGB colors in percentages

R + G + B =
140 + 164 + 44 = 348 (100%)
R 140 of 348 ~ 40.23%
G 164 of 348 ~ 47.13%
B 44 of 348 ~ 12.64%

%40.23
%47.13
%12.64

CMYK color model

#8CA42C color CMYK value is (15,0,73,36).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 73.17%
  • key color value is 35.69%
CMYK:
(15,0,73,36)
C15M0Y73K36 
(15%,0%,73%,36%)
(0.15/0.00/0.73/0.36)	

CMYK percentages

%14.63
%0
%73.17
%35.69

Codes

Color #8CA42C in popluar color models

8CA42C
RGB14016444
HSL72°57.69%40.78%
HSB/HSV72°73.17%64.31%
CMYK14.63%0.00%73.17%
35.69%

Color #8CA42C in popluar number systems.

HEX8CA42C
Decimal14016444
Binary1000110010100100101100
Octal21424454

Shades and tints

Shades of #8CA42C

#8CA42C
(140,164,44)
#809628
(128,150,40)
#748824
(116,136,36)
#687A20
(104,122,32)
#5C6C1C
(92,108,28)
#505E18
(80,94,24)
#445014
(68,80,20)
#384210
(56,66,16)
#2C340C
(44,52,12)
#202608
(32,38,8)
#141804
(20,24,4)
#000000
(0,0,0)

Tints of #8CA42C

#8CA42C
(140,164,44)
#96AC3F
(150,172,63)
#A0B452
(160,180,82)
#AABC65
(170,188,101)
#B4C478
(180,196,120)
#BECC8B
(190,204,139)
#C8D49E
(200,212,158)
#D2DCB1
(210,220,177)
#DCE4C4
(220,228,196)
#E6ECD7
(230,236,215)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA42C color. Also use rgb(140,164,44) instead hex code.

Text Font Color

.myTextColor { color: #8CA42C; }

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

This text font color is #8CA42C.


Background Color

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

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

This div background color is #8CA42C.


Border color

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

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

This div border color is #8CA42C.


Opacity

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

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

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

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

This text has shadow with #8CA42C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA42C on black background.


Color preview on white background

This text has color #8CA42C on white background.



Black color preview on #8CA42C background

This text has black color on #8CA42C background.


White color preview on #8CA42C background

This text has white color on #8CA42C background.