COLOR #ADC49A

HEX: #ADC49A
RGB: (173,196,154)

Renk bilgisi

#ADC49A contains red, green and blue colors in about the same proportion. #ADC49A ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ADC49A color RGB value is (173,196,154).

  • kırmız ton 173;
  • yeşil ton 196;
  • mavi ton 154.
RGB:
(173,196,154)
(68%,77%,60%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 196 of 255 = 77%
B 154 of 255 = 60%

173
196
154

R + G + B ~ 68%. #ADC49A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 196 + 154 = 523 (100%)
R 173 of 523 ~ 33.08%
G 196 of 523 ~ 37.48%
B 154 of 523 ~ 29.45%

%33.08
%37.48
%29.45

CMYK RENK MODELİ

#ADC49A rengi CMYK tonu (12,0,21,23).

  • camgöbeği tonu 11.73%
  • eflatun tonu 0.00%
  • sarı tonu 21.43%
  • ana renk tonu 23.14%
CMYK:
(12,0,21,23)
C12M0Y21K23 
(12%,0%,21%,23%)
(0.12/0.00/0.21/0.23)	

CMYK yüzdeleri

%11.73
%0
%21.43
%23.14

Codes

Color #ADC49A in popluar color models

ADC49A
RGB173196154
HSL93°26.25%68.63%
HSB/HSV93°21.43%76.86%
CMYK11.73%0.00%21.43%
23.14%

Color #ADC49A in popluar number systems.

HEXADC49A
Decimal173196154
Binary101011011100010010011010
Octal255304232

Shades and tints

Shades of #ADC49A

#ADC49A
(173,196,154)
#9EB38C
(158,179,140)
#8FA27E
(143,162,126)
#809170
(128,145,112)
#718062
(113,128,98)
#626F54
(98,111,84)
#535E46
(83,94,70)
#444D38
(68,77,56)
#353C2A
(53,60,42)
#262B1C
(38,43,28)
#171A0E
(23,26,14)
#000000
(0,0,0)

Tints of #ADC49A

#ADC49A
(173,196,154)
#B4C9A3
(180,201,163)
#BBCEAC
(187,206,172)
#C2D3B5
(194,211,181)
#C9D8BE
(201,216,190)
#D0DDC7
(208,221,199)
#D7E2D0
(215,226,208)
#DEE7D9
(222,231,217)
#E5ECE2
(229,236,226)
#ECF1EB
(236,241,235)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC49A color. Also use rgb(173,196,154) instead hex code.

Text Font Color

.myTextColor { color: #ADC49A; }

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

This text font color is #ADC49A.


Background Color

.myBgColor { background-color: #ADC49A; }

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

This div background color is #ADC49A.


Border color

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

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

This div border color is #ADC49A.


Opacity

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

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

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

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

This text has shadow with #ADC49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC49A on black background.


Color preview on white background

This text has color #ADC49A on white background.



Black color preview on #ADC49A background

This text has black color on #ADC49A background.


White color preview on #ADC49A background

This text has white color on #ADC49A background.