COLOR #ADE569

HEX: #ADE569
RGB: (173,229,105)

Renk bilgisi

#ADE569 contains mainly red and green colors. #ADE569 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#ADE569 color RGB value is (173,229,105).

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

RGB bağlantıları ve doygunluk

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

173
229
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 229 + 105 = 507 (100%)
R 173 of 507 ~ 34.12%
G 229 of 507 ~ 45.17%
B 105 of 507 ~ 20.71%

%34.12
%45.17
%20.71

CMYK RENK MODELİ

#ADE569 rengi CMYK tonu (24,0,54,10).

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

CMYK yüzdeleri

%24.45
%0
%54.15
%10.2

Codes

Color #ADE569 in popluar color models

ADE569
RGB173229105
HSL87°70.45%65.49%
HSB/HSV87°54.15%89.80%
CMYK24.45%0.00%54.15%
10.20%

Color #ADE569 in popluar number systems.

HEXADE569
Decimal173229105
Binary10101101111001011101001
Octal255345151

Shades and tints

Shades of #ADE569

#ADE569
(173,229,105)
#9ED160
(158,209,96)
#8FBD57
(143,189,87)
#80A94E
(128,169,78)
#719545
(113,149,69)
#62813C
(98,129,60)
#536D33
(83,109,51)
#44592A
(68,89,42)
#354521
(53,69,33)
#263118
(38,49,24)
#171D0F
(23,29,15)
#000000
(0,0,0)

Tints of #ADE569

#ADE569
(173,229,105)
#B4E776
(180,231,118)
#BBE983
(187,233,131)
#C2EB90
(194,235,144)
#C9ED9D
(201,237,157)
#D0EFAA
(208,239,170)
#D7F1B7
(215,241,183)
#DEF3C4
(222,243,196)
#E5F5D1
(229,245,209)
#ECF7DE
(236,247,222)
#F3F9EB
(243,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE569; }

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

This text font color is #ADE569.


Background Color

.myBgColor { background-color: #ADE569; }

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

This div background color is #ADE569.


Border color

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

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

This div border color is #ADE569.


Opacity

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

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

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

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

This text has shadow with #ADE569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE569 on black background.


Color preview on white background

This text has color #ADE569 on white background.



Black color preview on #ADE569 background

This text has black color on #ADE569 background.


White color preview on #ADE569 background

This text has white color on #ADE569 background.