COLOR #ADE59F

HEX: #ADE59F
RGB: (173,229,159)

Renk bilgisi

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

RGB renk modeli

#ADE59F color RGB value is (173,229,159).

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

RGB bağlantıları ve doygunluk

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

173
229
159

R + G + B ~ 73%. #ADE59F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 229 + 159 = 561 (100%)
R 173 of 561 ~ 30.84%
G 229 of 561 ~ 40.82%
B 159 of 561 ~ 28.34%

%30.84
%40.82
%28.34

CMYK RENK MODELİ

#ADE59F rengi CMYK tonu (24,0,31,10).

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

CMYK yüzdeleri

%24.45
%0
%30.57
%10.2

Codes

Color #ADE59F in popluar color models

ADE59F
RGB173229159
HSL108°57.38%76.08%
HSB/HSV108°30.57%89.80%
CMYK24.45%0.00%30.57%
10.20%

Color #ADE59F in popluar number systems.

HEXADE59F
Decimal173229159
Binary101011011110010110011111
Octal255345237

Shades and tints

Shades of #ADE59F

#ADE59F
(173,229,159)
#9ED191
(158,209,145)
#8FBD83
(143,189,131)
#80A975
(128,169,117)
#719567
(113,149,103)
#628159
(98,129,89)
#536D4B
(83,109,75)
#44593D
(68,89,61)
#35452F
(53,69,47)
#263121
(38,49,33)
#171D13
(23,29,19)
#000000
(0,0,0)

Tints of #ADE59F

#ADE59F
(173,229,159)
#B4E7A7
(180,231,167)
#BBE9AF
(187,233,175)
#C2EBB7
(194,235,183)
#C9EDBF
(201,237,191)
#D0EFC7
(208,239,199)
#D7F1CF
(215,241,207)
#DEF3D7
(222,243,215)
#E5F5DF
(229,245,223)
#ECF7E7
(236,247,231)
#F3F9EF
(243,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE59F; }

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

This text font color is #ADE59F.


Background Color

.myBgColor { background-color: #ADE59F; }

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

This div background color is #ADE59F.


Border color

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

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

This div border color is #ADE59F.


Opacity

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

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

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

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

This text has shadow with #ADE59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE59F on black background.


Color preview on white background

This text has color #ADE59F on white background.



Black color preview on #ADE59F background

This text has black color on #ADE59F background.


White color preview on #ADE59F background

This text has white color on #ADE59F background.