COLOR #ADE516

HEX: #ADE516
RGB: (173,229,22)

Color info

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

RGB color model

#ADE516 color RGB value is (173,229,22).

  • red value is 173;
  • green value is 229;
  • blue value is 22.
RGB:
(173,229,22)
(68%,90%,9%)

RGB channels and saturation

R 173 of 255 = 68%
G 229 of 255 = 90%
B 22 of 255 = 9%

173
229
22

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

Portions of RGB colors in percentages

R + G + B =
173 + 229 + 22 = 424 (100%)
R 173 of 424 ~ 40.8%
G 229 of 424 ~ 54.01%
B 22 of 424 ~ 5.19%

%40.8
%54.01

CMYK color model

#ADE516 color CMYK value is (24,0,90,10).

  • cyan value is 24.45%
  • magenta value is 0.00%
  • yellow value is 90.39%
  • key color value is 10.20%
CMYK:
(24,0,90,10)
C24M0Y90K10 
(24%,0%,90%,10%)
(0.24/0.00/0.90/0.10)	

CMYK percentages

%24.45
%0
%90.39
%10.2

Codes

Color #ADE516 in popluar color models

ADE516
RGB17322922
HSL76°82.47%49.22%
HSB/HSV76°90.39%89.80%
CMYK24.45%0.00%90.39%
10.20%

Color #ADE516 in popluar number systems.

HEXADE516
Decimal17322922
Binary101011011110010110110
Octal25534526

Shades and tints

Shades of #ADE516

#ADE516
(173,229,22)
#9ED114
(158,209,20)
#8FBD12
(143,189,18)
#80A910
(128,169,16)
#71950E
(113,149,14)
#62810C
(98,129,12)
#536D0A
(83,109,10)
#445908
(68,89,8)
#354506
(53,69,6)
#263104
(38,49,4)
#171D02
(23,29,2)
#000000
(0,0,0)

Tints of #ADE516

#ADE516
(173,229,22)
#B4E72B
(180,231,43)
#BBE940
(187,233,64)
#C2EB55
(194,235,85)
#C9ED6A
(201,237,106)
#D0EF7F
(208,239,127)
#D7F194
(215,241,148)
#DEF3A9
(222,243,169)
#E5F5BE
(229,245,190)
#ECF7D3
(236,247,211)
#F3F9E8
(243,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE516 color. Also use rgb(173,229,22) instead hex code.

Text Font Color

.myTextColor { color: #ADE516; }

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

This text font color is #ADE516.


Background Color

.myBgColor { background-color: #ADE516; }

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

This div background color is #ADE516.


Border color

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

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

This div border color is #ADE516.


Opacity

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

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

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

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

This text has shadow with #ADE516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE516 on black background.


Color preview on white background

This text has color #ADE516 on white background.



Black color preview on #ADE516 background

This text has black color on #ADE516 background.


White color preview on #ADE516 background

This text has white color on #ADE516 background.