COLOR #80AD21

HEX: #80AD21
RGB: (128,173,33)

Renk bilgisi

#80AD21 contains mainly red and green colors. #80AD21 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#80AD21 color RGB value is (128,173,33).

  • kırmız ton 128;
  • yeşil ton 173;
  • mavi ton 33.
RGB:
(128,173,33)
(50%,68%,13%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 173 of 255 = 68%
B 33 of 255 = 13%

128
173
33

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 173 + 33 = 334 (100%)
R 128 of 334 ~ 38.32%
G 173 of 334 ~ 51.8%
B 33 of 334 ~ 9.88%

%38.32
%51.8
%9.88

CMYK RENK MODELİ

#80AD21 rengi CMYK tonu (26,0,81,32).

  • camgöbeği tonu 26.01%
  • eflatun tonu 0.00%
  • sarı tonu 80.92%
  • ana renk tonu 32.16%
CMYK:
(26,0,81,32)
C26M0Y81K32 
(26%,0%,81%,32%)
(0.26/0.00/0.81/0.32)	

CMYK yüzdeleri

%26.01
%0
%80.92
%32.16

Codes

Color #80AD21 in popluar color models

80AD21
RGB12817333
HSL79°67.96%40.39%
HSB/HSV79°80.92%67.84%
CMYK26.01%0.00%80.92%
32.16%

Color #80AD21 in popluar number systems.

HEX80AD21
Decimal12817333
Binary1000000010101101100001
Octal20025541

Shades and tints

Shades of #80AD21

#80AD21
(128,173,33)
#759E1E
(117,158,30)
#6A8F1B
(106,143,27)
#5F8018
(95,128,24)
#547115
(84,113,21)
#496212
(73,98,18)
#3E530F
(62,83,15)
#33440C
(51,68,12)
#283509
(40,53,9)
#1D2606
(29,38,6)
#121703
(18,23,3)
#000000
(0,0,0)

Tints of #80AD21

#80AD21
(128,173,33)
#8BB435
(139,180,53)
#96BB49
(150,187,73)
#A1C25D
(161,194,93)
#ACC971
(172,201,113)
#B7D085
(183,208,133)
#C2D799
(194,215,153)
#CDDEAD
(205,222,173)
#D8E5C1
(216,229,193)
#E3ECD5
(227,236,213)
#EEF3E9
(238,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AD21 color. Also use rgb(128,173,33) instead hex code.

Text Font Color

.myTextColor { color: #80AD21; }

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

This text font color is #80AD21.


Background Color

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

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

This div background color is #80AD21.


Border color

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

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

This div border color is #80AD21.


Opacity

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

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

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

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

This text has shadow with #80AD21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AD21 on black background.


Color preview on white background

This text has color #80AD21 on white background.



Black color preview on #80AD21 background

This text has black color on #80AD21 background.


White color preview on #80AD21 background

This text has white color on #80AD21 background.