COLOR #8CB41A

HEX: #8CB41A
RGB: (140,180,26)

Color info

#8CB41A contains mainly red and green colors. Web safe color of #8CB41A is #99CC00 (or #9C0).

RGB color model

#8CB41A color RGB value is (140,180,26).

  • red value is 140;
  • green value is 180;
  • blue value is 26.
RGB:
(140,180,26)
(55%,71%,10%)

RGB channels and saturation

R 140 of 255 = 55%
G 180 of 255 = 71%
B 26 of 255 = 10%

140
180
26

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

Portions of RGB colors in percentages

R + G + B =
140 + 180 + 26 = 346 (100%)
R 140 of 346 ~ 40.46%
G 180 of 346 ~ 52.02%
B 26 of 346 ~ 7.51%

%40.46
%52.02

CMYK color model

#8CB41A color CMYK value is (22,0,86,29).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 85.56%
  • key color value is 29.41%
CMYK:
(22,0,86,29)
C22M0Y86K29 
(22%,0%,86%,29%)
(0.22/0.00/0.86/0.29)	

CMYK percentages

%22.22
%0
%85.56
%29.41

Codes

Color #8CB41A in popluar color models

8CB41A
RGB14018026
HSL76°74.76%40.39%
HSB/HSV76°85.56%70.59%
CMYK22.22%0.00%85.56%
29.41%

Color #8CB41A in popluar number systems.

HEX8CB41A
Decimal14018026
Binary100011001011010011010
Octal21426432

Shades and tints

Shades of #8CB41A

#8CB41A
(140,180,26)
#80A418
(128,164,24)
#749416
(116,148,22)
#688414
(104,132,20)
#5C7412
(92,116,18)
#506410
(80,100,16)
#44540E
(68,84,14)
#38440C
(56,68,12)
#2C340A
(44,52,10)
#202408
(32,36,8)
#141406
(20,20,6)
#000000
(0,0,0)

Tints of #8CB41A

#8CB41A
(140,180,26)
#96BA2E
(150,186,46)
#A0C042
(160,192,66)
#AAC656
(170,198,86)
#B4CC6A
(180,204,106)
#BED27E
(190,210,126)
#C8D892
(200,216,146)
#D2DEA6
(210,222,166)
#DCE4BA
(220,228,186)
#E6EACE
(230,234,206)
#F0F0E2
(240,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB41A color. Also use rgb(140,180,26) instead hex code.

Text Font Color

.myTextColor { color: #8CB41A; }

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

This text font color is #8CB41A.


Background Color

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

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

This div background color is #8CB41A.


Border color

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

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

This div border color is #8CB41A.


Opacity

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

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

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

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

This text has shadow with #8CB41A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB41A on black background.


Color preview on white background

This text has color #8CB41A on white background.



Black color preview on #8CB41A background

This text has black color on #8CB41A background.


White color preview on #8CB41A background

This text has white color on #8CB41A background.