COLOR #80AE56

HEX: #80AE56
RGB: (128,174,86)

Color info

#80AE56 contains mainly red and green colors. Web safe color of #80AE56 is #669966 (or #696).

RGB color model

#80AE56 color RGB value is (128,174,86).

  • red value is 128;
  • green value is 174;
  • blue value is 86.
RGB:
(128,174,86)
(50%,68%,34%)

RGB channels and saturation

R 128 of 255 = 50%
G 174 of 255 = 68%
B 86 of 255 = 34%

128
174
86

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

Portions of RGB colors in percentages

R + G + B =
128 + 174 + 86 = 388 (100%)
R 128 of 388 ~ 32.99%
G 174 of 388 ~ 44.85%
B 86 of 388 ~ 22.16%

%32.99
%44.85
%22.16

CMYK color model

#80AE56 color CMYK value is (26,0,51,32).

  • cyan value is 26.44%
  • magenta value is 0.00%
  • yellow value is 50.57%
  • key color value is 31.76%
CMYK:
(26,0,51,32)
C26M0Y51K32 
(26%,0%,51%,32%)
(0.26/0.00/0.51/0.32)	

CMYK percentages

%26.44
%0
%50.57
%31.76

Codes

Color #80AE56 in popluar color models

80AE56
RGB12817486
HSL91°35.20%50.98%
HSB/HSV91°50.57%68.24%
CMYK26.44%0.00%50.57%
31.76%

Color #80AE56 in popluar number systems.

HEX80AE56
Decimal12817486
Binary10000000101011101010110
Octal200256126

Shades and tints

Shades of #80AE56

#80AE56
(128,174,86)
#759F4F
(117,159,79)
#6A9048
(106,144,72)
#5F8141
(95,129,65)
#54723A
(84,114,58)
#496333
(73,99,51)
#3E542C
(62,84,44)
#334525
(51,69,37)
#28361E
(40,54,30)
#1D2717
(29,39,23)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #80AE56

#80AE56
(128,174,86)
#8BB565
(139,181,101)
#96BC74
(150,188,116)
#A1C383
(161,195,131)
#ACCA92
(172,202,146)
#B7D1A1
(183,209,161)
#C2D8B0
(194,216,176)
#CDDFBF
(205,223,191)
#D8E6CE
(216,230,206)
#E3EDDD
(227,237,221)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AE56 color. Also use rgb(128,174,86) instead hex code.

Text Font Color

.myTextColor { color: #80AE56; }

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

This text font color is #80AE56.


Background Color

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

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

This div background color is #80AE56.


Border color

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

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

This div border color is #80AE56.


Opacity

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

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

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

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

This text has shadow with #80AE56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AE56 on black background.


Color preview on white background

This text has color #80AE56 on white background.



Black color preview on #80AE56 background

This text has black color on #80AE56 background.


White color preview on #80AE56 background

This text has white color on #80AE56 background.