COLOR #ADC37D

HEX: #ADC37D
RGB: (173,195,125)

Renk bilgisi

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

RGB renk modeli

#ADC37D color RGB value is (173,195,125).

  • kırmız ton 173;
  • yeşil ton 195;
  • mavi ton 125.
RGB:
(173,195,125)
(68%,76%,49%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 195 of 255 = 76%
B 125 of 255 = 49%

173
195
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 195 + 125 = 493 (100%)
R 173 of 493 ~ 35.09%
G 195 of 493 ~ 39.55%
B 125 of 493 ~ 25.35%

%35.09
%39.55
%25.35

CMYK RENK MODELİ

#ADC37D rengi CMYK tonu (11,0,36,24).

  • camgöbeği tonu 11.28%
  • eflatun tonu 0.00%
  • sarı tonu 35.90%
  • ana renk tonu 23.53%
CMYK:
(11,0,36,24)
C11M0Y36K24 
(11%,0%,36%,24%)
(0.11/0.00/0.36/0.24)	

CMYK yüzdeleri

%11.28
%0
%35.9
%23.53

Codes

Color #ADC37D in popluar color models

ADC37D
RGB173195125
HSL79°36.84%62.75%
HSB/HSV79°35.90%76.47%
CMYK11.28%0.00%35.90%
23.53%

Color #ADC37D in popluar number systems.

HEXADC37D
Decimal173195125
Binary10101101110000111111101
Octal255303175

Shades and tints

Shades of #ADC37D

#ADC37D
(173,195,125)
#9EB272
(158,178,114)
#8FA167
(143,161,103)
#80905C
(128,144,92)
#717F51
(113,127,81)
#626E46
(98,110,70)
#535D3B
(83,93,59)
#444C30
(68,76,48)
#353B25
(53,59,37)
#262A1A
(38,42,26)
#17190F
(23,25,15)
#000000
(0,0,0)

Tints of #ADC37D

#ADC37D
(173,195,125)
#B4C888
(180,200,136)
#BBCD93
(187,205,147)
#C2D29E
(194,210,158)
#C9D7A9
(201,215,169)
#D0DCB4
(208,220,180)
#D7E1BF
(215,225,191)
#DEE6CA
(222,230,202)
#E5EBD5
(229,235,213)
#ECF0E0
(236,240,224)
#F3F5EB
(243,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC37D color. Also use rgb(173,195,125) instead hex code.

Text Font Color

.myTextColor { color: #ADC37D; }

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

This text font color is #ADC37D.


Background Color

.myBgColor { background-color: #ADC37D; }

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

This div background color is #ADC37D.


Border color

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

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

This div border color is #ADC37D.


Opacity

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

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

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

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

This text has shadow with #ADC37D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC37D on black background.


Color preview on white background

This text has color #ADC37D on white background.



Black color preview on #ADC37D background

This text has black color on #ADC37D background.


White color preview on #ADC37D background

This text has white color on #ADC37D background.