COLOR #80AC25

HEX: #80AC25
RGB: (128,172,37)

Color info

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

RGB color model

#80AC25 color RGB value is (128,172,37).

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

RGB channels and saturation

R 128 of 255 = 50%
G 172 of 255 = 67%
B 37 of 255 = 15%

128
172
37

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

Portions of RGB colors in percentages

R + G + B =
128 + 172 + 37 = 337 (100%)
R 128 of 337 ~ 37.98%
G 172 of 337 ~ 51.04%
B 37 of 337 ~ 10.98%

%37.98
%51.04
%10.98

CMYK color model

#80AC25 color CMYK value is (26,0,78,33).

  • cyan value is 25.58%
  • magenta value is 0.00%
  • yellow value is 78.49%
  • key color value is 32.55%
CMYK:
(26,0,78,33)
C26M0Y78K33 
(26%,0%,78%,33%)
(0.26/0.00/0.78/0.33)	

CMYK percentages

%25.58
%0
%78.49
%32.55

Codes

Color #80AC25 in popluar color models

80AC25
RGB12817237
HSL80°64.59%40.98%
HSB/HSV80°78.49%67.45%
CMYK25.58%0.00%78.49%
32.55%

Color #80AC25 in popluar number systems.

HEX80AC25
Decimal12817237
Binary1000000010101100100101
Octal20025445

Shades and tints

Shades of #80AC25

#80AC25
(128,172,37)
#759D22
(117,157,34)
#6A8E1F
(106,142,31)
#5F7F1C
(95,127,28)
#547019
(84,112,25)
#496116
(73,97,22)
#3E5213
(62,82,19)
#334310
(51,67,16)
#28340D
(40,52,13)
#1D250A
(29,37,10)
#121607
(18,22,7)
#000000
(0,0,0)

Tints of #80AC25

#80AC25
(128,172,37)
#8BB338
(139,179,56)
#96BA4B
(150,186,75)
#A1C15E
(161,193,94)
#ACC871
(172,200,113)
#B7CF84
(183,207,132)
#C2D697
(194,214,151)
#CDDDAA
(205,221,170)
#D8E4BD
(216,228,189)
#E3EBD0
(227,235,208)
#EEF2E3
(238,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AC25; }

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

This text font color is #80AC25.


Background Color

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

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

This div background color is #80AC25.


Border color

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

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

This div border color is #80AC25.


Opacity

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

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

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

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

This text has shadow with #80AC25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AC25 on black background.


Color preview on white background

This text has color #80AC25 on white background.



Black color preview on #80AC25 background

This text has black color on #80AC25 background.


White color preview on #80AC25 background

This text has white color on #80AC25 background.