COLOR #80C18A

HEX: #80C18A RGB: (128,193,138)

Color info

#80C18A contains mainly green and blue colors. Web safe color of #80C18A is #66CC99 (or #6C9).

RGB color model

#80C18A color RGB value is (128,193,138).

RGB: (128,193,138) (50%, 76%, 54%)

RGB channels and saturation

R 128 of 255 = 50%
G 193 of 255 = 76%
B 138 of 255 = 54%

128
193
138

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

Portions of RGB colors in percentages

R + G + B = 128 + 193 + 138 = 459 (100%)
R 128 of 459 ~ 27.89%
G 193 of 459 ~ 42.05%
B 138 of 459 ~ 30.07'%

%27.89
%42.05
%30.07

CMYK color model

#80C18A color CMYK value is (34,0,28,24).

  • cyan value is 33.68%
  • magenta value is 0.00%
  • yellow value is 28.50%
  • key color value is 24.31%

CMYK: (34,0,28,24)
C34M0Y28K24 (34%, 0%, 28%, 24%)
(0.34 / 0.00 / 0.28 / 0.24)

CMYK percentages

%33.68
%0
%28.5
%24.31

Codes

Color #80C18A in popluar color models

80 C1 8A
RGB 128 193 138
HSL 129° 34.39% 62.94%
HSB/HSV 129° 33.68% 75.69%
CMYK 33.68% 0.00% 28.50%
24.31%

Color #80C18A in popluar number systems.

HEX 80 C1 8A
Decimal 128 193 138
Binary 10000000 11000001 10001010
Octal 200 301 212

Shades and tints

Shades of #80C18A

#80C18A
(128,193,138)
#75B07E
(117,176,126)
#6A9F72
(106,159,114)
#5F8E66
(95,142,102)
#547D5A
(84,125,90)
#496C4E
(73,108,78)
#3E5B42
(62,91,66)
#334A36
(51,74,54)
#28392A
(40,57,42)
#1D281E
(29,40,30)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #80C18A

#80C18A
(128,193,138)
#8BC694
(139,198,148)
#96CB9E
(150,203,158)
#A1D0A8
(161,208,168)
#ACD5B2
(172,213,178)
#B7DABC
(183,218,188)
#C2DFC6
(194,223,198)
#CDE4D0
(205,228,208)
#D8E9DA
(216,233,218)
#E3EEE4
(227,238,228)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C18A color. Also use rgb(128,193,138) instead hex code.

Text Font Color

.myTextColor { color: #80C18A; }

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

This text font color is #80C18A.

Background Color

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

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

This div background color is #80C18A.

Border color

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

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

This div border color is #80C18A.

Opacity

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

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

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

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

This text has shadow with #80C18A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80C18A.

Preview

Color preview on black background

This text has color #80C18A on black background.


Color preview on white background

This text has color #80C18A on white background.


Black color preview on #80C18A background

This text has black color on #80C18A background.


White color preview on #80C18A background

This text has white color on #80C18A background.


Related colors

Complementary color

Complementary color for #hex is #7F3E75.


I love getcolorcode.com

Triadic colors

1 #8A80C1 and #C18A80 with #80C18A are triadic colors.

2 #8AC180 and #C1808A with #80C18A are triadic colors.