COLOR #ADCC33

HEX: #ADCC33
RGB: (173,204,51)

Renk bilgisi

#ADCC33 contains mainly red and green colors. #ADCC33 ‘ nin web güvenlik rengi #99CC33 (ya da #9C3) dir.

RGB renk modeli

#ADCC33 color RGB value is (173,204,51).

  • kırmız ton 173;
  • yeşil ton 204;
  • mavi ton 51.
RGB:
(173,204,51)
(68%,80%,20%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 204 of 255 = 80%
B 51 of 255 = 20%

173
204
51

R + G + B ~ 56%. #ADCC33 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 204 + 51 = 428 (100%)
R 173 of 428 ~ 40.42%
G 204 of 428 ~ 47.66%
B 51 of 428 ~ 11.92%

%40.42
%47.66
%11.92

CMYK RENK MODELİ

#ADCC33 rengi CMYK tonu (15,0,75,20).

  • camgöbeği tonu 15.20%
  • eflatun tonu 0.00%
  • sarı tonu 75.00%
  • ana renk tonu 20.00%
CMYK:
(15,0,75,20)
C15M0Y75K20 
(15%,0%,75%,20%)
(0.15/0.00/0.75/0.20)	

CMYK yüzdeleri

%15.2
%0
%75
%20

Codes

Color #ADCC33 in popluar color models

ADCC33
RGB17320451
HSL72°60.00%50.00%
HSB/HSV72°75.00%80.00%
CMYK15.20%0.00%75.00%
20.00%

Color #ADCC33 in popluar number systems.

HEXADCC33
Decimal17320451
Binary1010110111001100110011
Octal25531463

Shades and tints

Shades of #ADCC33

#ADCC33
(173,204,51)
#9EBA2F
(158,186,47)
#8FA82B
(143,168,43)
#809627
(128,150,39)
#718423
(113,132,35)
#62721F
(98,114,31)
#53601B
(83,96,27)
#444E17
(68,78,23)
#353C13
(53,60,19)
#262A0F
(38,42,15)
#17180B
(23,24,11)
#000000
(0,0,0)

Tints of #ADCC33

#ADCC33
(173,204,51)
#B4D045
(180,208,69)
#BBD457
(187,212,87)
#C2D869
(194,216,105)
#C9DC7B
(201,220,123)
#D0E08D
(208,224,141)
#D7E49F
(215,228,159)
#DEE8B1
(222,232,177)
#E5ECC3
(229,236,195)
#ECF0D5
(236,240,213)
#F3F4E7
(243,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCC33 color. Also use rgb(173,204,51) instead hex code.

Text Font Color

.myTextColor { color: #ADCC33; }

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

This text font color is #ADCC33.


Background Color

.myBgColor { background-color: #ADCC33; }

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

This div background color is #ADCC33.


Border color

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

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

This div border color is #ADCC33.


Opacity

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

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

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

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

This text has shadow with #ADCC33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCC33 on black background.


Color preview on white background

This text has color #ADCC33 on white background.



Black color preview on #ADCC33 background

This text has black color on #ADCC33 background.


White color preview on #ADCC33 background

This text has white color on #ADCC33 background.