COLOR #ADE007

HEX: #ADE007 RGB: (173,224,7)

Color info

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

RGB color model

#ADE007 color RGB value is (173,224,7).

RGB: (173,224,7) (68%, 88%, 3%)

RGB channels and saturation

R 173 of 255 = 68%
G 224 of 255 = 88%
B 7 of 255 = 3%

173
224
7

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

Portions of RGB colors in percentages

R + G + B = 173 + 224 + 7 = 404 (100%)
R 173 of 404 ~ 42.82%
G 224 of 404 ~ 55.45%
B 7 of 404 ~ 1.73'%

%42.82
%55.45

CMYK color model

#ADE007 color CMYK value is (23,0,97,12).

  • cyan value is 22.77%
  • magenta value is 0.00%
  • yellow value is 96.88%
  • key color value is 12.16%

CMYK: (23,0,97,12)
C23M0Y97K12 (23%, 0%, 97%, 12%)
(0.23 / 0.00 / 0.97 / 0.12)

CMYK percentages

%22.77
%0
%96.88
%12.16

Codes

Color #ADE007 in popluar color models

AD E0 07
RGB 173 224 7
HSL 74° 93.94% 45.29%
HSB/HSV 74° 96.88% 87.84%
CMYK 22.77% 0.00% 96.88%
12.16%

Color #ADE007 in popluar number systems.

HEX AD E0 07
Decimal 173 224 7
Binary 10101101 11100000 111
Octal 255 340 7

Shades and tints

Shades of #ADE007

#ADE007
(173,224,7)
#9ECC07
(158,204,7)
#8FB807
(143,184,7)
#80A407
(128,164,7)
#719007
(113,144,7)
#627C07
(98,124,7)
#536807
(83,104,7)
#445407
(68,84,7)
#354007
(53,64,7)
#262C07
(38,44,7)
#171807
(23,24,7)
#000000
(0,0,0)

Tints of #ADE007

#ADE007
(173,224,7)
#B4E21D
(180,226,29)
#BBE433
(187,228,51)
#C2E649
(194,230,73)
#C9E85F
(201,232,95)
#D0EA75
(208,234,117)
#D7EC8B
(215,236,139)
#DEEEA1
(222,238,161)
#E5F0B7
(229,240,183)
#ECF2CD
(236,242,205)
#F3F4E3
(243,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE007 color. Also use rgb(173,224,7) instead hex code.

Text Font Color

.myTextColor { color: #ADE007; }

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

This text font color is #ADE007.

Background Color

.myBgColor { background-color: #ADE007; }

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

This div background color is #ADE007.

Border color

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

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

This div border color is #ADE007.

Opacity

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

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

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

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

This text has shadow with #ADE007 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADE007.

Preview

Color preview on black background

This text has color #ADE007 on black background.


Color preview on white background

This text has color #ADE007 on white background.


Black color preview on #ADE007 background

This text has black color on #ADE007 background.


White color preview on #ADE007 background

This text has white color on #ADE007 background.


Related colors

Complementary color

Complementary color for #hex is #521FF8.


I love getcolorcode.com

Triadic colors

1 #07ADE0 and #E007AD with #ADE007 are triadic colors.

2 #07E0AD and #E0AD07 with #ADE007 are triadic colors.