COLOR #8CA52A

HEX: #8CA52A RGB: (140,165,42)

Color info

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

RGB color model

#8CA52A color RGB value is (140,165,42).

RGB: (140,165,42) (55%, 65%, 16%)

RGB channels and saturation

R 140 of 255 = 55%
G 165 of 255 = 65%
B 42 of 255 = 16%

140
165
42

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

Portions of RGB colors in percentages

R + G + B = 140 + 165 + 42 = 347 (100%)
R 140 of 347 ~ 40.35%
G 165 of 347 ~ 47.55%
B 42 of 347 ~ 12.1'%

%40.35
%47.55
%12.1

CMYK color model

#8CA52A color CMYK value is (15,0,75,35).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 74.55%
  • key color value is 35.29%

CMYK: (15,0,75,35)
C15M0Y75K35 (15%, 0%, 75%, 35%)
(0.15 / 0.00 / 0.75 / 0.35)

CMYK percentages

%15.15
%0
%74.55
%35.29

Codes

Color #8CA52A in popluar color models

8C A5 2A
RGB 140 165 42
HSL 72° 59.42% 40.59%
HSB/HSV 72° 74.55% 64.71%
CMYK 15.15% 0.00% 74.55%
35.29%

Color #8CA52A in popluar number systems.

HEX 8C A5 2A
Decimal 140 165 42
Binary 10001100 10100101 101010
Octal 214 245 52

Shades and tints

Shades of #8CA52A

#8CA52A
(140,165,42)
#809627
(128,150,39)
#748724
(116,135,36)
#687821
(104,120,33)
#5C691E
(92,105,30)
#505A1B
(80,90,27)
#444B18
(68,75,24)
#383C15
(56,60,21)
#2C2D12
(44,45,18)
#201E0F
(32,30,15)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #8CA52A

#8CA52A
(140,165,42)
#96AD3D
(150,173,61)
#A0B550
(160,181,80)
#AABD63
(170,189,99)
#B4C576
(180,197,118)
#BECD89
(190,205,137)
#C8D59C
(200,213,156)
#D2DDAF
(210,221,175)
#DCE5C2
(220,229,194)
#E6EDD5
(230,237,213)
#F0F5E8
(240,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA52A color. Also use rgb(140,165,42) instead hex code.

Text Font Color

.myTextColor { color: #8CA52A; }

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

This text font color is #8CA52A.

Background Color

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

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

This div background color is #8CA52A.

Border color

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

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

This div border color is #8CA52A.

Opacity

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

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

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

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

This text has shadow with #8CA52A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA52A.

Preview

Color preview on black background

This text has color #8CA52A on black background.


Color preview on white background

This text has color #8CA52A on white background.


Black color preview on #8CA52A background

This text has black color on #8CA52A background.


White color preview on #8CA52A background

This text has white color on #8CA52A background.


Related colors

Complementary color

Complementary color for #hex is #735AD5.


I love getcolorcode.com

Triadic colors

1 #2A8CA5 and #A52A8C with #8CA52A are triadic colors.

2 #2AA58C and #A58C2A with #8CA52A are triadic colors.