COLOR #ADDD95

HEX: #ADDD95
RGB: (173,221,149)

Renk bilgisi

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

RGB renk modeli

#ADDD95 color RGB value is (173,221,149).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 221 of 255 = 87%
B 149 of 255 = 58%

173
221
149

R + G + B ~ 71%. #ADDD95 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 221 + 149 = 543 (100%)
R 173 of 543 ~ 31.86%
G 221 of 543 ~ 40.7%
B 149 of 543 ~ 27.44%

%31.86
%40.7
%27.44

CMYK RENK MODELİ

#ADDD95 rengi CMYK tonu (22,0,33,13).

  • camgöbeği tonu 21.72%
  • eflatun tonu 0.00%
  • sarı tonu 32.58%
  • ana renk tonu 13.33%
CMYK:
(22,0,33,13)
C22M0Y33K13 
(22%,0%,33%,13%)
(0.22/0.00/0.33/0.13)	

CMYK yüzdeleri

%21.72
%0
%32.58
%13.33

Codes

Color #ADDD95 in popluar color models

ADDD95
RGB173221149
HSL100°51.43%72.55%
HSB/HSV100°32.58%86.67%
CMYK21.72%0.00%32.58%
13.33%

Color #ADDD95 in popluar number systems.

HEXADDD95
Decimal173221149
Binary101011011101110110010101
Octal255335225

Shades and tints

Shades of #ADDD95

#ADDD95
(173,221,149)
#9EC988
(158,201,136)
#8FB57B
(143,181,123)
#80A16E
(128,161,110)
#718D61
(113,141,97)
#627954
(98,121,84)
#536547
(83,101,71)
#44513A
(68,81,58)
#353D2D
(53,61,45)
#262920
(38,41,32)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #ADDD95

#ADDD95
(173,221,149)
#B4E09E
(180,224,158)
#BBE3A7
(187,227,167)
#C2E6B0
(194,230,176)
#C9E9B9
(201,233,185)
#D0ECC2
(208,236,194)
#D7EFCB
(215,239,203)
#DEF2D4
(222,242,212)
#E5F5DD
(229,245,221)
#ECF8E6
(236,248,230)
#F3FBEF
(243,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDD95; }

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

This text font color is #ADDD95.


Background Color

.myBgColor { background-color: #ADDD95; }

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

This div background color is #ADDD95.


Border color

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

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

This div border color is #ADDD95.


Opacity

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

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

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

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

This text has shadow with #ADDD95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDD95 on black background.


Color preview on white background

This text has color #ADDD95 on white background.



Black color preview on #ADDD95 background

This text has black color on #ADDD95 background.


White color preview on #ADDD95 background

This text has white color on #ADDD95 background.