COLOR #AADC12

HEX: #AADC12
RGB: (170,220,18)

Color info

#AADC12 contains mainly red and green colors. Web safe color of #AADC12 is #99CC00 (or #9C0).

RGB color model

#AADC12 color RGB value is (170,220,18).

  • red value is 170;
  • green value is 220;
  • blue value is 18.
RGB:
(170,220,18)
(67%,86%,7%)

RGB channels and saturation

R 170 of 255 = 67%
G 220 of 255 = 86%
B 18 of 255 = 7%

170
220
18

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

Portions of RGB colors in percentages

R + G + B =
170 + 220 + 18 = 408 (100%)
R 170 of 408 ~ 41.67%
G 220 of 408 ~ 53.92%
B 18 of 408 ~ 4.41%

%41.67
%53.92

CMYK color model

#AADC12 color CMYK value is (23,0,92,14).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 91.82%
  • key color value is 13.73%
CMYK:
(23,0,92,14)
C23M0Y92K14 
(23%,0%,92%,14%)
(0.23/0.00/0.92/0.14)	

CMYK percentages

%22.73
%0
%91.82
%13.73

Codes

Color #AADC12 in popluar color models

AADC12
RGB17022018
HSL75°84.87%46.67%
HSB/HSV75°91.82%86.27%
CMYK22.73%0.00%91.82%
13.73%

Color #AADC12 in popluar number systems.

HEXAADC12
Decimal17022018
Binary101010101101110010010
Octal25233422

Shades and tints

Shades of #AADC12

#AADC12
(170,220,18)
#9BC811
(155,200,17)
#8CB410
(140,180,16)
#7DA00F
(125,160,15)
#6E8C0E
(110,140,14)
#5F780D
(95,120,13)
#50640C
(80,100,12)
#41500B
(65,80,11)
#323C0A
(50,60,10)
#232809
(35,40,9)
#141408
(20,20,8)
#000000
(0,0,0)

Tints of #AADC12

#AADC12
(170,220,18)
#B1DF27
(177,223,39)
#B8E23C
(184,226,60)
#BFE551
(191,229,81)
#C6E866
(198,232,102)
#CDEB7B
(205,235,123)
#D4EE90
(212,238,144)
#DBF1A5
(219,241,165)
#E2F4BA
(226,244,186)
#E9F7CF
(233,247,207)
#F0FAE4
(240,250,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADC12 color. Also use rgb(170,220,18) instead hex code.

Text Font Color

.myTextColor { color: #AADC12; }

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

This text font color is #AADC12.


Background Color

.myBgColor { background-color: #AADC12; }

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

This div background color is #AADC12.


Border color

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

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

This div border color is #AADC12.


Opacity

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

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

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

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

This text has shadow with #AADC12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADC12 on black background.


Color preview on white background

This text has color #AADC12 on white background.



Black color preview on #AADC12 background

This text has black color on #AADC12 background.


White color preview on #AADC12 background

This text has white color on #AADC12 background.