COLOR #AADD36

HEX: #AADD36
RGB: (170,221,54)

Renk bilgisi

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

RGB renk modeli

#AADD36 color RGB value is (170,221,54).

  • kırmız ton 170;
  • yeşil ton 221;
  • mavi ton 54.
RGB:
(170,221,54)
(67%,87%,21%)

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 221 of 255 = 87%
B 54 of 255 = 21%

170
221
54

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

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 221 + 54 = 445 (100%)
R 170 of 445 ~ 38.2%
G 221 of 445 ~ 49.66%
B 54 of 445 ~ 12.13%

%38.2
%49.66
%12.13

CMYK RENK MODELİ

#AADD36 rengi CMYK tonu (23,0,76,13).

  • camgöbeği tonu 23.08%
  • eflatun tonu 0.00%
  • sarı tonu 75.57%
  • ana renk tonu 13.33%
CMYK:
(23,0,76,13)
C23M0Y76K13 
(23%,0%,76%,13%)
(0.23/0.00/0.76/0.13)	

CMYK yüzdeleri

%23.08
%0
%75.57
%13.33

Codes

Color #AADD36 in popluar color models

AADD36
RGB17022154
HSL78°71.06%53.92%
HSB/HSV78°75.57%86.67%
CMYK23.08%0.00%75.57%
13.33%

Color #AADD36 in popluar number systems.

HEXAADD36
Decimal17022154
Binary1010101011011101110110
Octal25233566

Shades and tints

Shades of #AADD36

#AADD36
(170,221,54)
#9BC932
(155,201,50)
#8CB52E
(140,181,46)
#7DA12A
(125,161,42)
#6E8D26
(110,141,38)
#5F7922
(95,121,34)
#50651E
(80,101,30)
#41511A
(65,81,26)
#323D16
(50,61,22)
#232912
(35,41,18)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #AADD36

#AADD36
(170,221,54)
#B1E048
(177,224,72)
#B8E35A
(184,227,90)
#BFE66C
(191,230,108)
#C6E97E
(198,233,126)
#CDEC90
(205,236,144)
#D4EFA2
(212,239,162)
#DBF2B4
(219,242,180)
#E2F5C6
(226,245,198)
#E9F8D8
(233,248,216)
#F0FBEA
(240,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADD36 color. Also use rgb(170,221,54) instead hex code.

Text Font Color

.myTextColor { color: #AADD36; }

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

This text font color is #AADD36.


Background Color

.myBgColor { background-color: #AADD36; }

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

This div background color is #AADD36.


Border color

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

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

This div border color is #AADD36.


Opacity

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

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

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

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

This text has shadow with #AADD36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADD36 on black background.


Color preview on white background

This text has color #AADD36 on white background.



Black color preview on #AADD36 background

This text has black color on #AADD36 background.


White color preview on #AADD36 background

This text has white color on #AADD36 background.