COLOR #ADCC79

HEX: #ADCC79
RGB: (173,204,121)

Renk bilgisi

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

RGB renk modeli

#ADCC79 color RGB value is (173,204,121).

  • kırmız ton 173;
  • yeşil ton 204;
  • mavi ton 121.
RGB:
(173,204,121)
(68%,80%,47%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 204 of 255 = 80%
B 121 of 255 = 47%

173
204
121

R + G + B ~ 65%. #ADCC79 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 204 + 121 = 498 (100%)
R 173 of 498 ~ 34.74%
G 204 of 498 ~ 40.96%
B 121 of 498 ~ 24.3%

%34.74
%40.96
%24.3

CMYK RENK MODELİ

#ADCC79 rengi CMYK tonu (15,0,41,20).

  • camgöbeği tonu 15.20%
  • eflatun tonu 0.00%
  • sarı tonu 40.69%
  • ana renk tonu 20.00%
CMYK:
(15,0,41,20)
C15M0Y41K20 
(15%,0%,41%,20%)
(0.15/0.00/0.41/0.20)	

CMYK yüzdeleri

%15.2
%0
%40.69
%20

Codes

Color #ADCC79 in popluar color models

ADCC79
RGB173204121
HSL82°44.86%63.73%
HSB/HSV82°40.69%80.00%
CMYK15.20%0.00%40.69%
20.00%

Color #ADCC79 in popluar number systems.

HEXADCC79
Decimal173204121
Binary10101101110011001111001
Octal255314171

Shades and tints

Shades of #ADCC79

#ADCC79
(173,204,121)
#9EBA6E
(158,186,110)
#8FA863
(143,168,99)
#809658
(128,150,88)
#71844D
(113,132,77)
#627242
(98,114,66)
#536037
(83,96,55)
#444E2C
(68,78,44)
#353C21
(53,60,33)
#262A16
(38,42,22)
#17180B
(23,24,11)
#000000
(0,0,0)

Tints of #ADCC79

#ADCC79
(173,204,121)
#B4D085
(180,208,133)
#BBD491
(187,212,145)
#C2D89D
(194,216,157)
#C9DCA9
(201,220,169)
#D0E0B5
(208,224,181)
#D7E4C1
(215,228,193)
#DEE8CD
(222,232,205)
#E5ECD9
(229,236,217)
#ECF0E5
(236,240,229)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCC79 color. Also use rgb(173,204,121) instead hex code.

Text Font Color

.myTextColor { color: #ADCC79; }

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

This text font color is #ADCC79.


Background Color

.myBgColor { background-color: #ADCC79; }

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

This div background color is #ADCC79.


Border color

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

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

This div border color is #ADCC79.


Opacity

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

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

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

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

This text has shadow with #ADCC79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCC79 on black background.


Color preview on white background

This text has color #ADCC79 on white background.



Black color preview on #ADCC79 background

This text has black color on #ADCC79 background.


White color preview on #ADCC79 background

This text has white color on #ADCC79 background.