COLOR #ADE5AD

HEX: #ADE5AD
RGB: (173,229,173)

Renk bilgisi

#ADE5AD contains red, green and blue colors in about the same proportion. #ADE5AD ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ADE5AD color RGB value is (173,229,173).

  • kırmız ton 173;
  • yeşil ton 229;
  • mavi ton 173.
RGB:
(173,229,173)
(68%,90%,68%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 229 of 255 = 90%
B 173 of 255 = 68%

173
229
173

R + G + B ~ 75%. #ADE5AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 229 + 173 = 575 (100%)
R 173 of 575 ~ 30.09%
G 229 of 575 ~ 39.83%
B 173 of 575 ~ 30.09%

%30.09
%39.83
%30.09

CMYK RENK MODELİ

#ADE5AD rengi CMYK tonu (24,0,24,10).

  • camgöbeği tonu 24.45%
  • eflatun tonu 0.00%
  • sarı tonu 24.45%
  • ana renk tonu 10.20%
CMYK:
(24,0,24,10)
C24M0Y24K10 
(24%,0%,24%,10%)
(0.24/0.00/0.24/0.10)	

CMYK yüzdeleri

%24.45
%0
%24.45
%10.2

Codes

Color #ADE5AD in popluar color models

ADE5AD
RGB173229173
HSL120°51.85%78.82%
HSB/HSV120°24.45%89.80%
CMYK24.45%0.00%24.45%
10.20%

Color #ADE5AD in popluar number systems.

HEXADE5AD
Decimal173229173
Binary101011011110010110101101
Octal255345255

Shades and tints

Shades of #ADE5AD

#ADE5AD
(173,229,173)
#9ED19E
(158,209,158)
#8FBD8F
(143,189,143)
#80A980
(128,169,128)
#719571
(113,149,113)
#628162
(98,129,98)
#536D53
(83,109,83)
#445944
(68,89,68)
#354535
(53,69,53)
#263126
(38,49,38)
#171D17
(23,29,23)
#000000
(0,0,0)

Tints of #ADE5AD

#ADE5AD
(173,229,173)
#B4E7B4
(180,231,180)
#BBE9BB
(187,233,187)
#C2EBC2
(194,235,194)
#C9EDC9
(201,237,201)
#D0EFD0
(208,239,208)
#D7F1D7
(215,241,215)
#DEF3DE
(222,243,222)
#E5F5E5
(229,245,229)
#ECF7EC
(236,247,236)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE5AD; }

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

This text font color is #ADE5AD.


Background Color

.myBgColor { background-color: #ADE5AD; }

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

This div background color is #ADE5AD.


Border color

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

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

This div border color is #ADE5AD.


Opacity

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

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

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

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

This text has shadow with #ADE5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE5AD on black background.


Color preview on white background

This text has color #ADE5AD on white background.



Black color preview on #ADE5AD background

This text has black color on #ADE5AD background.


White color preview on #ADE5AD background

This text has white color on #ADE5AD background.