COLOR #ADC78F

HEX: #ADC78F
RGB: (173,199,143)

Renk bilgisi

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

RGB renk modeli

#ADC78F color RGB value is (173,199,143).

  • kırmız ton 173;
  • yeşil ton 199;
  • mavi ton 143.
RGB:
(173,199,143)
(68%,78%,56%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 199 of 255 = 78%
B 143 of 255 = 56%

173
199
143

R + G + B ~ 67%. #ADC78F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 199 + 143 = 515 (100%)
R 173 of 515 ~ 33.59%
G 199 of 515 ~ 38.64%
B 143 of 515 ~ 27.77%

%33.59
%38.64
%27.77

CMYK RENK MODELİ

#ADC78F rengi CMYK tonu (13,0,28,22).

  • camgöbeği tonu 13.07%
  • eflatun tonu 0.00%
  • sarı tonu 28.14%
  • ana renk tonu 21.96%
CMYK:
(13,0,28,22)
C13M0Y28K22 
(13%,0%,28%,22%)
(0.13/0.00/0.28/0.22)	

CMYK yüzdeleri

%13.07
%0
%28.14
%21.96

Codes

Color #ADC78F in popluar color models

ADC78F
RGB173199143
HSL88°33.33%67.06%
HSB/HSV88°28.14%78.04%
CMYK13.07%0.00%28.14%
21.96%

Color #ADC78F in popluar number systems.

HEXADC78F
Decimal173199143
Binary101011011100011110001111
Octal255307217

Shades and tints

Shades of #ADC78F

#ADC78F
(173,199,143)
#9EB582
(158,181,130)
#8FA375
(143,163,117)
#809168
(128,145,104)
#717F5B
(113,127,91)
#626D4E
(98,109,78)
#535B41
(83,91,65)
#444934
(68,73,52)
#353727
(53,55,39)
#26251A
(38,37,26)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #ADC78F

#ADC78F
(173,199,143)
#B4CC99
(180,204,153)
#BBD1A3
(187,209,163)
#C2D6AD
(194,214,173)
#C9DBB7
(201,219,183)
#D0E0C1
(208,224,193)
#D7E5CB
(215,229,203)
#DEEAD5
(222,234,213)
#E5EFDF
(229,239,223)
#ECF4E9
(236,244,233)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC78F color. Also use rgb(173,199,143) instead hex code.

Text Font Color

.myTextColor { color: #ADC78F; }

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

This text font color is #ADC78F.


Background Color

.myBgColor { background-color: #ADC78F; }

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

This div background color is #ADC78F.


Border color

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

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

This div border color is #ADC78F.


Opacity

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

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

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

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

This text has shadow with #ADC78F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC78F on black background.


Color preview on white background

This text has color #ADC78F on white background.



Black color preview on #ADC78F background

This text has black color on #ADC78F background.


White color preview on #ADC78F background

This text has white color on #ADC78F background.