COLOR #ADE469

HEX: #ADE469
RGB: (173,228,105)

Color info

#ADE469 contains mainly red and green colors. Web safe color of #ADE469 is #99CC66 (or #9C6).

RGB color model

#ADE469 color RGB value is (173,228,105).

  • red value is 173;
  • green value is 228;
  • blue value is 105.
RGB:
(173,228,105)
(68%,89%,41%)

RGB channels and saturation

R 173 of 255 = 68%
G 228 of 255 = 89%
B 105 of 255 = 41%

173
228
105

R + G + B ~ 66%. #ADE469 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 228 + 105 = 506 (100%)
R 173 of 506 ~ 34.19%
G 228 of 506 ~ 45.06%
B 105 of 506 ~ 20.75%

%34.19
%45.06
%20.75

CMYK color model

#ADE469 color CMYK value is (24,0,54,11).

  • cyan value is 24.12%
  • magenta value is 0.00%
  • yellow value is 53.95%
  • key color value is 10.59%
CMYK:
(24,0,54,11)
C24M0Y54K11 
(24%,0%,54%,11%)
(0.24/0.00/0.54/0.11)	

CMYK percentages

%24.12
%0
%53.95
%10.59

Codes

Color #ADE469 in popluar color models

ADE469
RGB173228105
HSL87°69.49%65.29%
HSB/HSV87°53.95%89.41%
CMYK24.12%0.00%53.95%
10.59%

Color #ADE469 in popluar number systems.

HEXADE469
Decimal173228105
Binary10101101111001001101001
Octal255344151

Shades and tints

Shades of #ADE469

#ADE469
(173,228,105)
#9ED060
(158,208,96)
#8FBC57
(143,188,87)
#80A84E
(128,168,78)
#719445
(113,148,69)
#62803C
(98,128,60)
#536C33
(83,108,51)
#44582A
(68,88,42)
#354421
(53,68,33)
#263018
(38,48,24)
#171C0F
(23,28,15)
#000000
(0,0,0)

Tints of #ADE469

#ADE469
(173,228,105)
#B4E676
(180,230,118)
#BBE883
(187,232,131)
#C2EA90
(194,234,144)
#C9EC9D
(201,236,157)
#D0EEAA
(208,238,170)
#D7F0B7
(215,240,183)
#DEF2C4
(222,242,196)
#E5F4D1
(229,244,209)
#ECF6DE
(236,246,222)
#F3F8EB
(243,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE469 color. Also use rgb(173,228,105) instead hex code.

Text Font Color

.myTextColor { color: #ADE469; }

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

This text font color is #ADE469.


Background Color

.myBgColor { background-color: #ADE469; }

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

This div background color is #ADE469.


Border color

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

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

This div border color is #ADE469.


Opacity

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

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

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

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

This text has shadow with #ADE469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE469 on black background.


Color preview on white background

This text has color #ADE469 on white background.



Black color preview on #ADE469 background

This text has black color on #ADE469 background.


White color preview on #ADE469 background

This text has white color on #ADE469 background.