COLOR #80AC45

HEX: #80AC45
RGB: (128,172,69)

Color info

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

RGB color model

#80AC45 color RGB value is (128,172,69).

  • red value is 128;
  • green value is 172;
  • blue value is 69.
RGB:
(128,172,69)
(50%,67%,27%)

RGB channels and saturation

R 128 of 255 = 50%
G 172 of 255 = 67%
B 69 of 255 = 27%

128
172
69

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

Portions of RGB colors in percentages

R + G + B =
128 + 172 + 69 = 369 (100%)
R 128 of 369 ~ 34.69%
G 172 of 369 ~ 46.61%
B 69 of 369 ~ 18.7%

%34.69
%46.61
%18.7

CMYK color model

#80AC45 color CMYK value is (26,0,60,33).

  • cyan value is 25.58%
  • magenta value is 0.00%
  • yellow value is 59.88%
  • key color value is 32.55%
CMYK:
(26,0,60,33)
C26M0Y60K33 
(26%,0%,60%,33%)
(0.26/0.00/0.60/0.33)	

CMYK percentages

%25.58
%0
%59.88
%32.55

Codes

Color #80AC45 in popluar color models

80AC45
RGB12817269
HSL86°42.74%47.25%
HSB/HSV86°59.88%67.45%
CMYK25.58%0.00%59.88%
32.55%

Color #80AC45 in popluar number systems.

HEX80AC45
Decimal12817269
Binary10000000101011001000101
Octal200254105

Shades and tints

Shades of #80AC45

#80AC45
(128,172,69)
#759D3F
(117,157,63)
#6A8E39
(106,142,57)
#5F7F33
(95,127,51)
#54702D
(84,112,45)
#496127
(73,97,39)
#3E5221
(62,82,33)
#33431B
(51,67,27)
#283415
(40,52,21)
#1D250F
(29,37,15)
#121609
(18,22,9)
#000000
(0,0,0)

Tints of #80AC45

#80AC45
(128,172,69)
#8BB355
(139,179,85)
#96BA65
(150,186,101)
#A1C175
(161,193,117)
#ACC885
(172,200,133)
#B7CF95
(183,207,149)
#C2D6A5
(194,214,165)
#CDDDB5
(205,221,181)
#D8E4C5
(216,228,197)
#E3EBD5
(227,235,213)
#EEF2E5
(238,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AC45 color. Also use rgb(128,172,69) instead hex code.

Text Font Color

.myTextColor { color: #80AC45; }

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

This text font color is #80AC45.


Background Color

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

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

This div background color is #80AC45.


Border color

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

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

This div border color is #80AC45.


Opacity

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

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

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

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

This text has shadow with #80AC45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AC45 on black background.


Color preview on white background

This text has color #80AC45 on white background.



Black color preview on #80AC45 background

This text has black color on #80AC45 background.


White color preview on #80AC45 background

This text has white color on #80AC45 background.