COLOR #ADC478

HEX: #ADC478
RGB: (173,196,120)

Renk bilgisi

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

RGB renk modeli

#ADC478 color RGB value is (173,196,120).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 196 of 255 = 77%
B 120 of 255 = 47%

173
196
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 196 + 120 = 489 (100%)
R 173 of 489 ~ 35.38%
G 196 of 489 ~ 40.08%
B 120 of 489 ~ 24.54%

%35.38
%40.08
%24.54

CMYK RENK MODELİ

#ADC478 rengi CMYK tonu (12,0,39,23).

  • camgöbeği tonu 11.73%
  • eflatun tonu 0.00%
  • sarı tonu 38.78%
  • ana renk tonu 23.14%
CMYK:
(12,0,39,23)
C12M0Y39K23 
(12%,0%,39%,23%)
(0.12/0.00/0.39/0.23)	

CMYK yüzdeleri

%11.73
%0
%38.78
%23.14

Codes

Color #ADC478 in popluar color models

ADC478
RGB173196120
HSL78°39.18%61.96%
HSB/HSV78°38.78%76.86%
CMYK11.73%0.00%38.78%
23.14%

Color #ADC478 in popluar number systems.

HEXADC478
Decimal173196120
Binary10101101110001001111000
Octal255304170

Shades and tints

Shades of #ADC478

#ADC478
(173,196,120)
#9EB36E
(158,179,110)
#8FA264
(143,162,100)
#80915A
(128,145,90)
#718050
(113,128,80)
#626F46
(98,111,70)
#535E3C
(83,94,60)
#444D32
(68,77,50)
#353C28
(53,60,40)
#262B1E
(38,43,30)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #ADC478

#ADC478
(173,196,120)
#B4C984
(180,201,132)
#BBCE90
(187,206,144)
#C2D39C
(194,211,156)
#C9D8A8
(201,216,168)
#D0DDB4
(208,221,180)
#D7E2C0
(215,226,192)
#DEE7CC
(222,231,204)
#E5ECD8
(229,236,216)
#ECF1E4
(236,241,228)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC478; }

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

This text font color is #ADC478.


Background Color

.myBgColor { background-color: #ADC478; }

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

This div background color is #ADC478.


Border color

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

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

This div border color is #ADC478.


Opacity

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

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

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

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

This text has shadow with #ADC478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC478 on black background.


Color preview on white background

This text has color #ADC478 on white background.



Black color preview on #ADC478 background

This text has black color on #ADC478 background.


White color preview on #ADC478 background

This text has white color on #ADC478 background.