COLOR #ADD565

HEX: #ADD565
RGB: (173,213,101)

Renk bilgisi

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

RGB renk modeli

#ADD565 color RGB value is (173,213,101).

  • kırmız ton 173;
  • yeşil ton 213;
  • mavi ton 101.
RGB:
(173,213,101)
(68%,84%,40%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 213 of 255 = 84%
B 101 of 255 = 40%

173
213
101

R + G + B ~ 64%. #ADD565 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 213 + 101 = 487 (100%)
R 173 of 487 ~ 35.52%
G 213 of 487 ~ 43.74%
B 101 of 487 ~ 20.74%

%35.52
%43.74
%20.74

CMYK RENK MODELİ

#ADD565 rengi CMYK tonu (19,0,53,16).

  • camgöbeği tonu 18.78%
  • eflatun tonu 0.00%
  • sarı tonu 52.58%
  • ana renk tonu 16.47%
CMYK:
(19,0,53,16)
C19M0Y53K16 
(19%,0%,53%,16%)
(0.19/0.00/0.53/0.16)	

CMYK yüzdeleri

%18.78
%0
%52.58
%16.47

Codes

Color #ADD565 in popluar color models

ADD565
RGB173213101
HSL81°57.14%61.57%
HSB/HSV81°52.58%83.53%
CMYK18.78%0.00%52.58%
16.47%

Color #ADD565 in popluar number systems.

HEXADD565
Decimal173213101
Binary10101101110101011100101
Octal255325145

Shades and tints

Shades of #ADD565

#ADD565
(173,213,101)
#9EC25C
(158,194,92)
#8FAF53
(143,175,83)
#809C4A
(128,156,74)
#718941
(113,137,65)
#627638
(98,118,56)
#53632F
(83,99,47)
#445026
(68,80,38)
#353D1D
(53,61,29)
#262A14
(38,42,20)
#17170B
(23,23,11)
#000000
(0,0,0)

Tints of #ADD565

#ADD565
(173,213,101)
#B4D873
(180,216,115)
#BBDB81
(187,219,129)
#C2DE8F
(194,222,143)
#C9E19D
(201,225,157)
#D0E4AB
(208,228,171)
#D7E7B9
(215,231,185)
#DEEAC7
(222,234,199)
#E5EDD5
(229,237,213)
#ECF0E3
(236,240,227)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD565 color. Also use rgb(173,213,101) instead hex code.

Text Font Color

.myTextColor { color: #ADD565; }

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

This text font color is #ADD565.


Background Color

.myBgColor { background-color: #ADD565; }

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

This div background color is #ADD565.


Border color

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

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

This div border color is #ADD565.


Opacity

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

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

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

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

This text has shadow with #ADD565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD565 on black background.


Color preview on white background

This text has color #ADD565 on white background.



Black color preview on #ADD565 background

This text has black color on #ADD565 background.


White color preview on #ADD565 background

This text has white color on #ADD565 background.