COLOR #ADE2A5

HEX: #ADE2A5
RGB: (173,226,165)

Renk bilgisi

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

RGB renk modeli

#ADE2A5 color RGB value is (173,226,165).

  • kırmız ton 173;
  • yeşil ton 226;
  • mavi ton 165.
RGB:
(173,226,165)
(68%,89%,65%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 226 of 255 = 89%
B 165 of 255 = 65%

173
226
165

R + G + B ~ 74%. #ADE2A5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 226 + 165 = 564 (100%)
R 173 of 564 ~ 30.67%
G 226 of 564 ~ 40.07%
B 165 of 564 ~ 29.26%

%30.67
%40.07
%29.26

CMYK RENK MODELİ

#ADE2A5 rengi CMYK tonu (23,0,27,11).

  • camgöbeği tonu 23.45%
  • eflatun tonu 0.00%
  • sarı tonu 26.99%
  • ana renk tonu 11.37%
CMYK:
(23,0,27,11)
C23M0Y27K11 
(23%,0%,27%,11%)
(0.23/0.00/0.27/0.11)	

CMYK yüzdeleri

%23.45
%0
%26.99
%11.37

Codes

Color #ADE2A5 in popluar color models

ADE2A5
RGB173226165
HSL112°51.26%76.67%
HSB/HSV112°26.99%88.63%
CMYK23.45%0.00%26.99%
11.37%

Color #ADE2A5 in popluar number systems.

HEXADE2A5
Decimal173226165
Binary101011011110001010100101
Octal255342245

Shades and tints

Shades of #ADE2A5

#ADE2A5
(173,226,165)
#9ECE96
(158,206,150)
#8FBA87
(143,186,135)
#80A678
(128,166,120)
#719269
(113,146,105)
#627E5A
(98,126,90)
#536A4B
(83,106,75)
#44563C
(68,86,60)
#35422D
(53,66,45)
#262E1E
(38,46,30)
#171A0F
(23,26,15)
#000000
(0,0,0)

Tints of #ADE2A5

#ADE2A5
(173,226,165)
#B4E4AD
(180,228,173)
#BBE6B5
(187,230,181)
#C2E8BD
(194,232,189)
#C9EAC5
(201,234,197)
#D0ECCD
(208,236,205)
#D7EED5
(215,238,213)
#DEF0DD
(222,240,221)
#E5F2E5
(229,242,229)
#ECF4ED
(236,244,237)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE2A5; }

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

This text font color is #ADE2A5.


Background Color

.myBgColor { background-color: #ADE2A5; }

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

This div background color is #ADE2A5.


Border color

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

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

This div border color is #ADE2A5.


Opacity

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

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

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

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

This text has shadow with #ADE2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE2A5 on black background.


Color preview on white background

This text has color #ADE2A5 on white background.



Black color preview on #ADE2A5 background

This text has black color on #ADE2A5 background.


White color preview on #ADE2A5 background

This text has white color on #ADE2A5 background.