COLOR #80A222

HEX: #80A222
RGB: (128,162,34)

Color info

#80A222 contains mainly red and green colors. Web safe color of #80A222 is #669933 (or #693).

RGB color model

#80A222 color RGB value is (128,162,34).

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

RGB channels and saturation

R 128 of 255 = 50%
G 162 of 255 = 64%
B 34 of 255 = 13%

128
162
34

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

Portions of RGB colors in percentages

R + G + B =
128 + 162 + 34 = 324 (100%)
R 128 of 324 ~ 39.51%
G 162 of 324 ~ 50%
B 34 of 324 ~ 10.49%

%39.51
%50
%10.49

CMYK color model

#80A222 color CMYK value is (21,0,79,36).

  • cyan value is 20.99%
  • magenta value is 0.00%
  • yellow value is 79.01%
  • key color value is 36.47%
CMYK:
(21,0,79,36)
C21M0Y79K36 
(21%,0%,79%,36%)
(0.21/0.00/0.79/0.36)	

CMYK percentages

%20.99
%0
%79.01
%36.47

Codes

Color #80A222 in popluar color models

80A222
RGB12816234
HSL76°65.31%38.43%
HSB/HSV76°79.01%63.53%
CMYK20.99%0.00%79.01%
36.47%

Color #80A222 in popluar number systems.

HEX80A222
Decimal12816234
Binary1000000010100010100010
Octal20024242

Shades and tints

Shades of #80A222

#80A222
(128,162,34)
#75941F
(117,148,31)
#6A861C
(106,134,28)
#5F7819
(95,120,25)
#546A16
(84,106,22)
#495C13
(73,92,19)
#3E4E10
(62,78,16)
#33400D
(51,64,13)
#28320A
(40,50,10)
#1D2407
(29,36,7)
#121604
(18,22,4)
#000000
(0,0,0)

Tints of #80A222

#80A222
(128,162,34)
#8BAA36
(139,170,54)
#96B24A
(150,178,74)
#A1BA5E
(161,186,94)
#ACC272
(172,194,114)
#B7CA86
(183,202,134)
#C2D29A
(194,210,154)
#CDDAAE
(205,218,174)
#D8E2C2
(216,226,194)
#E3EAD6
(227,234,214)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A222; }

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

This text font color is #80A222.


Background Color

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

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

This div background color is #80A222.


Border color

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

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

This div border color is #80A222.


Opacity

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

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

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

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

This text has shadow with #80A222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A222 on black background.


Color preview on white background

This text has color #80A222 on white background.



Black color preview on #80A222 background

This text has black color on #80A222 background.


White color preview on #80A222 background

This text has white color on #80A222 background.