COLOR #ADDD63

HEX: #ADDD63
RGB: (173,221,99)

Renk bilgisi

#ADDD63 contains mainly red and green colors. #ADDD63 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#ADDD63 color RGB value is (173,221,99).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 221 of 255 = 87%
B 99 of 255 = 39%

173
221
99

R + G + B ~ 65%. #ADDD63 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 221 + 99 = 493 (100%)
R 173 of 493 ~ 35.09%
G 221 of 493 ~ 44.83%
B 99 of 493 ~ 20.08%

%35.09
%44.83
%20.08

CMYK RENK MODELİ

#ADDD63 rengi CMYK tonu (22,0,55,13).

  • camgöbeği tonu 21.72%
  • eflatun tonu 0.00%
  • sarı tonu 55.20%
  • ana renk tonu 13.33%
CMYK:
(22,0,55,13)
C22M0Y55K13 
(22%,0%,55%,13%)
(0.22/0.00/0.55/0.13)	

CMYK yüzdeleri

%21.72
%0
%55.2
%13.33

Codes

Color #ADDD63 in popluar color models

ADDD63
RGB17322199
HSL84°64.21%62.75%
HSB/HSV84°55.20%86.67%
CMYK21.72%0.00%55.20%
13.33%

Color #ADDD63 in popluar number systems.

HEXADDD63
Decimal17322199
Binary10101101110111011100011
Octal255335143

Shades and tints

Shades of #ADDD63

#ADDD63
(173,221,99)
#9EC95A
(158,201,90)
#8FB551
(143,181,81)
#80A148
(128,161,72)
#718D3F
(113,141,63)
#627936
(98,121,54)
#53652D
(83,101,45)
#445124
(68,81,36)
#353D1B
(53,61,27)
#262912
(38,41,18)
#171509
(23,21,9)
#000000
(0,0,0)

Tints of #ADDD63

#ADDD63
(173,221,99)
#B4E071
(180,224,113)
#BBE37F
(187,227,127)
#C2E68D
(194,230,141)
#C9E99B
(201,233,155)
#D0ECA9
(208,236,169)
#D7EFB7
(215,239,183)
#DEF2C5
(222,242,197)
#E5F5D3
(229,245,211)
#ECF8E1
(236,248,225)
#F3FBEF
(243,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDD63; }

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

This text font color is #ADDD63.


Background Color

.myBgColor { background-color: #ADDD63; }

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

This div background color is #ADDD63.


Border color

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

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

This div border color is #ADDD63.


Opacity

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

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

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

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

This text has shadow with #ADDD63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDD63 on black background.


Color preview on white background

This text has color #ADDD63 on white background.



Black color preview on #ADDD63 background

This text has black color on #ADDD63 background.


White color preview on #ADDD63 background

This text has white color on #ADDD63 background.