COLOR #ADC371

HEX: #ADC371
RGB: (173,195,113)

Renk bilgisi

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

RGB renk modeli

#ADC371 color RGB value is (173,195,113).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 195 of 255 = 76%
B 113 of 255 = 44%

173
195
113

R + G + B ~ 63%. #ADC371 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 195 + 113 = 481 (100%)
R 173 of 481 ~ 35.97%
G 195 of 481 ~ 40.54%
B 113 of 481 ~ 23.49%

%35.97
%40.54
%23.49

CMYK RENK MODELİ

#ADC371 rengi CMYK tonu (11,0,42,24).

  • camgöbeği tonu 11.28%
  • eflatun tonu 0.00%
  • sarı tonu 42.05%
  • ana renk tonu 23.53%
CMYK:
(11,0,42,24)
C11M0Y42K24 
(11%,0%,42%,24%)
(0.11/0.00/0.42/0.24)	

CMYK yüzdeleri

%11.28
%0
%42.05
%23.53

Codes

Color #ADC371 in popluar color models

ADC371
RGB173195113
HSL76°40.59%60.39%
HSB/HSV76°42.05%76.47%
CMYK11.28%0.00%42.05%
23.53%

Color #ADC371 in popluar number systems.

HEXADC371
Decimal173195113
Binary10101101110000111110001
Octal255303161

Shades and tints

Shades of #ADC371

#ADC371
(173,195,113)
#9EB267
(158,178,103)
#8FA15D
(143,161,93)
#809053
(128,144,83)
#717F49
(113,127,73)
#626E3F
(98,110,63)
#535D35
(83,93,53)
#444C2B
(68,76,43)
#353B21
(53,59,33)
#262A17
(38,42,23)
#17190D
(23,25,13)
#000000
(0,0,0)

Tints of #ADC371

#ADC371
(173,195,113)
#B4C87D
(180,200,125)
#BBCD89
(187,205,137)
#C2D295
(194,210,149)
#C9D7A1
(201,215,161)
#D0DCAD
(208,220,173)
#D7E1B9
(215,225,185)
#DEE6C5
(222,230,197)
#E5EBD1
(229,235,209)
#ECF0DD
(236,240,221)
#F3F5E9
(243,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC371; }

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

This text font color is #ADC371.


Background Color

.myBgColor { background-color: #ADC371; }

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

This div background color is #ADC371.


Border color

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

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

This div border color is #ADC371.


Opacity

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

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

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

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

This text has shadow with #ADC371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC371 on black background.


Color preview on white background

This text has color #ADC371 on white background.



Black color preview on #ADC371 background

This text has black color on #ADC371 background.


White color preview on #ADC371 background

This text has white color on #ADC371 background.