COLOR #ADE597

HEX: #ADE597
RGB: (173,229,151)

Renk bilgisi

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

RGB renk modeli

#ADE597 color RGB value is (173,229,151).

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

RGB bağlantıları ve doygunluk

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

173
229
151

R + G + B ~ 72%. #ADE597 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 229 + 151 = 553 (100%)
R 173 of 553 ~ 31.28%
G 229 of 553 ~ 41.41%
B 151 of 553 ~ 27.31%

%31.28
%41.41
%27.31

CMYK RENK MODELİ

#ADE597 rengi CMYK tonu (24,0,34,10).

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

CMYK yüzdeleri

%24.45
%0
%34.06
%10.2

Codes

Color #ADE597 in popluar color models

ADE597
RGB173229151
HSL103°60.00%74.51%
HSB/HSV103°34.06%89.80%
CMYK24.45%0.00%34.06%
10.20%

Color #ADE597 in popluar number systems.

HEXADE597
Decimal173229151
Binary101011011110010110010111
Octal255345227

Shades and tints

Shades of #ADE597

#ADE597
(173,229,151)
#9ED18A
(158,209,138)
#8FBD7D
(143,189,125)
#80A970
(128,169,112)
#719563
(113,149,99)
#628156
(98,129,86)
#536D49
(83,109,73)
#44593C
(68,89,60)
#35452F
(53,69,47)
#263122
(38,49,34)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #ADE597

#ADE597
(173,229,151)
#B4E7A0
(180,231,160)
#BBE9A9
(187,233,169)
#C2EBB2
(194,235,178)
#C9EDBB
(201,237,187)
#D0EFC4
(208,239,196)
#D7F1CD
(215,241,205)
#DEF3D6
(222,243,214)
#E5F5DF
(229,245,223)
#ECF7E8
(236,247,232)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE597; }

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

This text font color is #ADE597.


Background Color

.myBgColor { background-color: #ADE597; }

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

This div background color is #ADE597.


Border color

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

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

This div border color is #ADE597.


Opacity

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

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

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

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

This text has shadow with #ADE597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE597 on black background.


Color preview on white background

This text has color #ADE597 on white background.



Black color preview on #ADE597 background

This text has black color on #ADE597 background.


White color preview on #ADE597 background

This text has white color on #ADE597 background.