COLOR #ADEE5D

HEX: #ADEE5D
RGB: (173,238,93)

Renk bilgisi

#ADEE5D contains mainly green color. #ADEE5D ‘ nin web güvenlik rengi #99FF66 (ya da #9F6) dir.

RGB renk modeli

#ADEE5D color RGB value is (173,238,93).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 238 of 255 = 93%
B 93 of 255 = 36%

173
238
93

R + G + B ~ 66%. #ADEE5D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 238 + 93 = 504 (100%)
R 173 of 504 ~ 34.33%
G 238 of 504 ~ 47.22%
B 93 of 504 ~ 18.45%

%34.33
%47.22
%18.45

CMYK RENK MODELİ

#ADEE5D rengi CMYK tonu (27,0,61,7).

  • camgöbeği tonu 27.31%
  • eflatun tonu 0.00%
  • sarı tonu 60.92%
  • ana renk tonu 6.67%
CMYK:
(27,0,61,7)
C27M0Y61K7 
(27%,0%,61%,7%)
(0.27/0.00/0.61/0.07)	

CMYK yüzdeleri

%27.31
%0
%60.92
%6.67

Codes

Color #ADEE5D in popluar color models

ADEE5D
RGB17323893
HSL87°81.01%64.90%
HSB/HSV87°60.92%93.33%
CMYK27.31%0.00%60.92%
6.67%

Color #ADEE5D in popluar number systems.

HEXADEE5D
Decimal17323893
Binary10101101111011101011101
Octal255356135

Shades and tints

Shades of #ADEE5D

#ADEE5D
(173,238,93)
#9ED955
(158,217,85)
#8FC44D
(143,196,77)
#80AF45
(128,175,69)
#719A3D
(113,154,61)
#628535
(98,133,53)
#53702D
(83,112,45)
#445B25
(68,91,37)
#35461D
(53,70,29)
#263115
(38,49,21)
#171C0D
(23,28,13)
#000000
(0,0,0)

Tints of #ADEE5D

#ADEE5D
(173,238,93)
#B4EF6B
(180,239,107)
#BBF079
(187,240,121)
#C2F187
(194,241,135)
#C9F295
(201,242,149)
#D0F3A3
(208,243,163)
#D7F4B1
(215,244,177)
#DEF5BF
(222,245,191)
#E5F6CD
(229,246,205)
#ECF7DB
(236,247,219)
#F3F8E9
(243,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADEE5D; }

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

This text font color is #ADEE5D.


Background Color

.myBgColor { background-color: #ADEE5D; }

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

This div background color is #ADEE5D.


Border color

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

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

This div border color is #ADEE5D.


Opacity

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

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

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

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

This text has shadow with #ADEE5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEE5D on black background.


Color preview on white background

This text has color #ADEE5D on white background.



Black color preview on #ADEE5D background

This text has black color on #ADEE5D background.


White color preview on #ADEE5D background

This text has white color on #ADEE5D background.