COLOR #80AB2E

HEX: #80AB2E
RGB: (128,171,46)

Color info

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

RGB color model

#80AB2E color RGB value is (128,171,46).

  • red value is 128;
  • green value is 171;
  • blue value is 46.
RGB:
(128,171,46)
(50%,67%,18%)

RGB channels and saturation

R 128 of 255 = 50%
G 171 of 255 = 67%
B 46 of 255 = 18%

128
171
46

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

Portions of RGB colors in percentages

R + G + B =
128 + 171 + 46 = 345 (100%)
R 128 of 345 ~ 37.1%
G 171 of 345 ~ 49.57%
B 46 of 345 ~ 13.33%

%37.1
%49.57
%13.33

CMYK color model

#80AB2E color CMYK value is (25,0,73,33).

  • cyan value is 25.15%
  • magenta value is 0.00%
  • yellow value is 73.10%
  • key color value is 32.94%
CMYK:
(25,0,73,33)
C25M0Y73K33 
(25%,0%,73%,33%)
(0.25/0.00/0.73/0.33)	

CMYK percentages

%25.15
%0
%73.1
%32.94

Codes

Color #80AB2E in popluar color models

80AB2E
RGB12817146
HSL81°57.60%42.55%
HSB/HSV81°73.10%67.06%
CMYK25.15%0.00%73.10%
32.94%

Color #80AB2E in popluar number systems.

HEX80AB2E
Decimal12817146
Binary1000000010101011101110
Octal20025356

Shades and tints

Shades of #80AB2E

#80AB2E
(128,171,46)
#759C2A
(117,156,42)
#6A8D26
(106,141,38)
#5F7E22
(95,126,34)
#546F1E
(84,111,30)
#49601A
(73,96,26)
#3E5116
(62,81,22)
#334212
(51,66,18)
#28330E
(40,51,14)
#1D240A
(29,36,10)
#121506
(18,21,6)
#000000
(0,0,0)

Tints of #80AB2E

#80AB2E
(128,171,46)
#8BB241
(139,178,65)
#96B954
(150,185,84)
#A1C067
(161,192,103)
#ACC77A
(172,199,122)
#B7CE8D
(183,206,141)
#C2D5A0
(194,213,160)
#CDDCB3
(205,220,179)
#D8E3C6
(216,227,198)
#E3EAD9
(227,234,217)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AB2E color. Also use rgb(128,171,46) instead hex code.

Text Font Color

.myTextColor { color: #80AB2E; }

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

This text font color is #80AB2E.


Background Color

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

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

This div background color is #80AB2E.


Border color

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

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

This div border color is #80AB2E.


Opacity

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

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

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

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

This text has shadow with #80AB2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AB2E on black background.


Color preview on white background

This text has color #80AB2E on white background.



Black color preview on #80AB2E background

This text has black color on #80AB2E background.


White color preview on #80AB2E background

This text has white color on #80AB2E background.