COLOR #ADDD84

HEX: #ADDD84
RGB: (173,221,132)

Renk bilgisi

#ADDD84 contains mainly red and green colors. #ADDD84 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ADDD84 color RGB value is (173,221,132).

  • kırmız ton 173;
  • yeşil ton 221;
  • mavi ton 132.
RGB:
(173,221,132)
(68%,87%,52%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 221 of 255 = 87%
B 132 of 255 = 52%

173
221
132

R + G + B ~ 69%. #ADDD84 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 221 + 132 = 526 (100%)
R 173 of 526 ~ 32.89%
G 221 of 526 ~ 42.02%
B 132 of 526 ~ 25.1%

%32.89
%42.02
%25.1

CMYK RENK MODELİ

#ADDD84 rengi CMYK tonu (22,0,40,13).

  • camgöbeği tonu 21.72%
  • eflatun tonu 0.00%
  • sarı tonu 40.27%
  • ana renk tonu 13.33%
CMYK:
(22,0,40,13)
C22M0Y40K13 
(22%,0%,40%,13%)
(0.22/0.00/0.40/0.13)	

CMYK yüzdeleri

%21.72
%0
%40.27
%13.33

Codes

Color #ADDD84 in popluar color models

ADDD84
RGB173221132
HSL92°56.69%69.22%
HSB/HSV92°40.27%86.67%
CMYK21.72%0.00%40.27%
13.33%

Color #ADDD84 in popluar number systems.

HEXADDD84
Decimal173221132
Binary101011011101110110000100
Octal255335204

Shades and tints

Shades of #ADDD84

#ADDD84
(173,221,132)
#9EC978
(158,201,120)
#8FB56C
(143,181,108)
#80A160
(128,161,96)
#718D54
(113,141,84)
#627948
(98,121,72)
#53653C
(83,101,60)
#445130
(68,81,48)
#353D24
(53,61,36)
#262918
(38,41,24)
#17150C
(23,21,12)
#000000
(0,0,0)

Tints of #ADDD84

#ADDD84
(173,221,132)
#B4E08F
(180,224,143)
#BBE39A
(187,227,154)
#C2E6A5
(194,230,165)
#C9E9B0
(201,233,176)
#D0ECBB
(208,236,187)
#D7EFC6
(215,239,198)
#DEF2D1
(222,242,209)
#E5F5DC
(229,245,220)
#ECF8E7
(236,248,231)
#F3FBF2
(243,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDD84 color. Also use rgb(173,221,132) instead hex code.

Text Font Color

.myTextColor { color: #ADDD84; }

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

This text font color is #ADDD84.


Background Color

.myBgColor { background-color: #ADDD84; }

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

This div background color is #ADDD84.


Border color

.myBorderColor { border: 1px solid #ADDD84; }

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

This div border color is #ADDD84.


Opacity

.myOpacity80 { color: #ADDD84; opacity: 0.8; }

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

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

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

This text has shadow with #ADDD84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDD84 on black background.


Color preview on white background

This text has color #ADDD84 on white background.



Black color preview on #ADDD84 background

This text has black color on #ADDD84 background.


White color preview on #ADDD84 background

This text has white color on #ADDD84 background.