COLOR #ADD395

HEX: #ADD395
RGB: (173,211,149)

Renk bilgisi

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

RGB renk modeli

#ADD395 color RGB value is (173,211,149).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 211 of 255 = 83%
B 149 of 255 = 58%

173
211
149

R + G + B ~ 70%. #ADD395 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 211 + 149 = 533 (100%)
R 173 of 533 ~ 32.46%
G 211 of 533 ~ 39.59%
B 149 of 533 ~ 27.95%

%32.46
%39.59
%27.95

CMYK RENK MODELİ

#ADD395 rengi CMYK tonu (18,0,29,17).

  • camgöbeği tonu 18.01%
  • eflatun tonu 0.00%
  • sarı tonu 29.38%
  • ana renk tonu 17.25%
CMYK:
(18,0,29,17)
C18M0Y29K17 
(18%,0%,29%,17%)
(0.18/0.00/0.29/0.17)	

CMYK yüzdeleri

%18.01
%0
%29.38
%17.25

Codes

Color #ADD395 in popluar color models

ADD395
RGB173211149
HSL97°41.33%70.59%
HSB/HSV97°29.38%82.75%
CMYK18.01%0.00%29.38%
17.25%

Color #ADD395 in popluar number systems.

HEXADD395
Decimal173211149
Binary101011011101001110010101
Octal255323225

Shades and tints

Shades of #ADD395

#ADD395
(173,211,149)
#9EC088
(158,192,136)
#8FAD7B
(143,173,123)
#809A6E
(128,154,110)
#718761
(113,135,97)
#627454
(98,116,84)
#536147
(83,97,71)
#444E3A
(68,78,58)
#353B2D
(53,59,45)
#262820
(38,40,32)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #ADD395

#ADD395
(173,211,149)
#B4D79E
(180,215,158)
#BBDBA7
(187,219,167)
#C2DFB0
(194,223,176)
#C9E3B9
(201,227,185)
#D0E7C2
(208,231,194)
#D7EBCB
(215,235,203)
#DEEFD4
(222,239,212)
#E5F3DD
(229,243,221)
#ECF7E6
(236,247,230)
#F3FBEF
(243,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD395; }

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

This text font color is #ADD395.


Background Color

.myBgColor { background-color: #ADD395; }

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

This div background color is #ADD395.


Border color

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

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

This div border color is #ADD395.


Opacity

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

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

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

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

This text has shadow with #ADD395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD395 on black background.


Color preview on white background

This text has color #ADD395 on white background.



Black color preview on #ADD395 background

This text has black color on #ADD395 background.


White color preview on #ADD395 background

This text has white color on #ADD395 background.