COLOR #ADC263

HEX: #ADC263
RGB: (173,194,99)

Renk bilgisi

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

RGB renk modeli

#ADC263 color RGB value is (173,194,99).

  • kırmız ton 173;
  • yeşil ton 194;
  • mavi ton 99.
RGB:
(173,194,99)
(68%,76%,39%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 194 of 255 = 76%
B 99 of 255 = 39%

173
194
99

R + G + B ~ 61%. #ADC263 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 194 + 99 = 466 (100%)
R 173 of 466 ~ 37.12%
G 194 of 466 ~ 41.63%
B 99 of 466 ~ 21.24%

%37.12
%41.63
%21.24

CMYK RENK MODELİ

#ADC263 rengi CMYK tonu (11,0,49,24).

  • camgöbeği tonu 10.82%
  • eflatun tonu 0.00%
  • sarı tonu 48.97%
  • ana renk tonu 23.92%
CMYK:
(11,0,49,24)
C11M0Y49K24 
(11%,0%,49%,24%)
(0.11/0.00/0.49/0.24)	

CMYK yüzdeleri

%10.82
%0
%48.97
%23.92

Codes

Color #ADC263 in popluar color models

ADC263
RGB17319499
HSL73°43.78%57.45%
HSB/HSV73°48.97%76.08%
CMYK10.82%0.00%48.97%
23.92%

Color #ADC263 in popluar number systems.

HEXADC263
Decimal17319499
Binary10101101110000101100011
Octal255302143

Shades and tints

Shades of #ADC263

#ADC263
(173,194,99)
#9EB15A
(158,177,90)
#8FA051
(143,160,81)
#808F48
(128,143,72)
#717E3F
(113,126,63)
#626D36
(98,109,54)
#535C2D
(83,92,45)
#444B24
(68,75,36)
#353A1B
(53,58,27)
#262912
(38,41,18)
#171809
(23,24,9)
#000000
(0,0,0)

Tints of #ADC263

#ADC263
(173,194,99)
#B4C771
(180,199,113)
#BBCC7F
(187,204,127)
#C2D18D
(194,209,141)
#C9D69B
(201,214,155)
#D0DBA9
(208,219,169)
#D7E0B7
(215,224,183)
#DEE5C5
(222,229,197)
#E5EAD3
(229,234,211)
#ECEFE1
(236,239,225)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC263 color. Also use rgb(173,194,99) instead hex code.

Text Font Color

.myTextColor { color: #ADC263; }

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

This text font color is #ADC263.


Background Color

.myBgColor { background-color: #ADC263; }

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

This div background color is #ADC263.


Border color

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

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

This div border color is #ADC263.


Opacity

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

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

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

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

This text has shadow with #ADC263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC263 on black background.


Color preview on white background

This text has color #ADC263 on white background.



Black color preview on #ADC263 background

This text has black color on #ADC263 background.


White color preview on #ADC263 background

This text has white color on #ADC263 background.