COLOR #80A212

HEX: #80A212
RGB: (128,162,18)

Color info

#80A212 contains mainly red and green colors. Web safe color of #80A212 is #669900 (or #690).

RGB color model

#80A212 color RGB value is (128,162,18).

  • red value is 128;
  • green value is 162;
  • blue value is 18.
RGB:
(128,162,18)
(50%,64%,7%)

RGB channels and saturation

R 128 of 255 = 50%
G 162 of 255 = 64%
B 18 of 255 = 7%

128
162
18

R + G + B ~ 40%. #80A212 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 162 + 18 = 308 (100%)
R 128 of 308 ~ 41.56%
G 162 of 308 ~ 52.6%
B 18 of 308 ~ 5.84%

%41.56
%52.6

CMYK color model

#80A212 color CMYK value is (21,0,89,36).

  • cyan value is 20.99%
  • magenta value is 0.00%
  • yellow value is 88.89%
  • key color value is 36.47%
CMYK:
(21,0,89,36)
C21M0Y89K36 
(21%,0%,89%,36%)
(0.21/0.00/0.89/0.36)	

CMYK percentages

%20.99
%0
%88.89
%36.47

Codes

Color #80A212 in popluar color models

80A212
RGB12816218
HSL74°80.00%35.29%
HSB/HSV74°88.89%63.53%
CMYK20.99%0.00%88.89%
36.47%

Color #80A212 in popluar number systems.

HEX80A212
Decimal12816218
Binary100000001010001010010
Octal20024222

Shades and tints

Shades of #80A212

#80A212
(128,162,18)
#759411
(117,148,17)
#6A8610
(106,134,16)
#5F780F
(95,120,15)
#546A0E
(84,106,14)
#495C0D
(73,92,13)
#3E4E0C
(62,78,12)
#33400B
(51,64,11)
#28320A
(40,50,10)
#1D2409
(29,36,9)
#121608
(18,22,8)
#000000
(0,0,0)

Tints of #80A212

#80A212
(128,162,18)
#8BAA27
(139,170,39)
#96B23C
(150,178,60)
#A1BA51
(161,186,81)
#ACC266
(172,194,102)
#B7CA7B
(183,202,123)
#C2D290
(194,210,144)
#CDDAA5
(205,218,165)
#D8E2BA
(216,226,186)
#E3EACF
(227,234,207)
#EEF2E4
(238,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A212 color. Also use rgb(128,162,18) instead hex code.

Text Font Color

.myTextColor { color: #80A212; }

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

This text font color is #80A212.


Background Color

.myBgColor { background-color: #80A212; }

<div style="background-color:#80A212">Inner text</div>

This div background color is #80A212.


Border color

.myBorderColor { border: 1px solid #80A212; }

<div style="border:3px solid #80A212">Div</div>

This div border color is #80A212.


Opacity

.myOpacity80 { color: #80A212; opacity: 0.8; }

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

Text with #80A212 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 #80A212;}

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

This text has shadow with #80A212 color.

.textShadow {text-shadow: 3px 3px 1px #80A212, 3px 3px 1px red;}

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

This text has shadow with #80A212 primary color and red secondary color.


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

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

This text has shadow with #80A212 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A212 on black background.


Color preview on white background

This text has color #80A212 on white background.



Black color preview on #80A212 background

This text has black color on #80A212 background.


White color preview on #80A212 background

This text has white color on #80A212 background.