COLOR #ADEE00

HEX: #ADEE00
RGB: (173,238,0)

Color info

#ADEE00 contains mainly green color. Web safe color of #ADEE00 is #99FF00 (or #9F0).

RGB color model

#ADEE00 color RGB value is (173,238,0).

  • red value is 173;
  • green value is 238;
  • blue value is 0.
RGB:
(173,238,0)
(68%,93%,0%)

RGB channels and saturation

R 173 of 255 = 68%
G 238 of 255 = 93%
B 0 of 255 = 0%

173
238
0

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

Portions of RGB colors in percentages

R + G + B =
173 + 238 + 0 = 411 (100%)
R 173 of 411 ~ 42.09%
G 238 of 411 ~ 57.91%
B 0 of 411 ~ 0%

%42.09
%57.91

CMYK color model

#ADEE00 color CMYK value is (27,0,100,7).

  • cyan value is 27.31%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 6.67%
CMYK:
(27,0,100,7)
C27M0Y100K7 
(27%,0%,100%,7%)
(0.27/0.00/1.00/0.07)	

CMYK percentages

%27.31
%0
%100
%6.67

Codes

Color #ADEE00 in popluar color models

ADEE00
RGB1732380
HSL76°100.00%46.67%
HSB/HSV76°100.00%93.33%
CMYK27.31%0.00%100.00%
6.67%

Color #ADEE00 in popluar number systems.

HEXADEE00
Decimal1732380
Binary10101101111011100
Octal2553560

Shades and tints

Shades of #ADEE00

#ADEE00
(173,238,0)
#9ED900
(158,217,0)
#8FC400
(143,196,0)
#80AF00
(128,175,0)
#719A00
(113,154,0)
#628500
(98,133,0)
#537000
(83,112,0)
#445B00
(68,91,0)
#354600
(53,70,0)
#263100
(38,49,0)
#171C00
(23,28,0)
#000000
(0,0,0)

Tints of #ADEE00

#ADEE00
(173,238,0)
#B4EF17
(180,239,23)
#BBF02E
(187,240,46)
#C2F145
(194,241,69)
#C9F25C
(201,242,92)
#D0F373
(208,243,115)
#D7F48A
(215,244,138)
#DEF5A1
(222,245,161)
#E5F6B8
(229,246,184)
#ECF7CF
(236,247,207)
#F3F8E6
(243,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADEE00 color. Also use rgb(173,238,0) instead hex code.

Text Font Color

.myTextColor { color: #ADEE00; }

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

This text font color is #ADEE00.


Background Color

.myBgColor { background-color: #ADEE00; }

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

This div background color is #ADEE00.


Border color

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

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

This div border color is #ADEE00.


Opacity

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

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

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

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

This text has shadow with #ADEE00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEE00 on black background.


Color preview on white background

This text has color #ADEE00 on white background.



Black color preview on #ADEE00 background

This text has black color on #ADEE00 background.


White color preview on #ADEE00 background

This text has white color on #ADEE00 background.