COLOR #ADDE71

HEX: #ADDE71
RGB: (173,222,113)

Color info

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

RGB color model

#ADDE71 color RGB value is (173,222,113).

  • red value is 173;
  • green value is 222;
  • blue value is 113.
RGB:
(173,222,113)
(68%,87%,44%)

RGB channels and saturation

R 173 of 255 = 68%
G 222 of 255 = 87%
B 113 of 255 = 44%

173
222
113

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

Portions of RGB colors in percentages

R + G + B =
173 + 222 + 113 = 508 (100%)
R 173 of 508 ~ 34.06%
G 222 of 508 ~ 43.7%
B 113 of 508 ~ 22.24%

%34.06
%43.7
%22.24

CMYK color model

#ADDE71 color CMYK value is (22,0,49,13).

  • cyan value is 22.07%
  • magenta value is 0.00%
  • yellow value is 49.10%
  • key color value is 12.94%
CMYK:
(22,0,49,13)
C22M0Y49K13 
(22%,0%,49%,13%)
(0.22/0.00/0.49/0.13)	

CMYK percentages

%22.07
%0
%49.1
%12.94

Codes

Color #ADDE71 in popluar color models

ADDE71
RGB173222113
HSL87°62.29%65.69%
HSB/HSV87°49.10%87.06%
CMYK22.07%0.00%49.10%
12.94%

Color #ADDE71 in popluar number systems.

HEXADDE71
Decimal173222113
Binary10101101110111101110001
Octal255336161

Shades and tints

Shades of #ADDE71

#ADDE71
(173,222,113)
#9ECA67
(158,202,103)
#8FB65D
(143,182,93)
#80A253
(128,162,83)
#718E49
(113,142,73)
#627A3F
(98,122,63)
#536635
(83,102,53)
#44522B
(68,82,43)
#353E21
(53,62,33)
#262A17
(38,42,23)
#17160D
(23,22,13)
#000000
(0,0,0)

Tints of #ADDE71

#ADDE71
(173,222,113)
#B4E17D
(180,225,125)
#BBE489
(187,228,137)
#C2E795
(194,231,149)
#C9EAA1
(201,234,161)
#D0EDAD
(208,237,173)
#D7F0B9
(215,240,185)
#DEF3C5
(222,243,197)
#E5F6D1
(229,246,209)
#ECF9DD
(236,249,221)
#F3FCE9
(243,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDE71 color. Also use rgb(173,222,113) instead hex code.

Text Font Color

.myTextColor { color: #ADDE71; }

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

This text font color is #ADDE71.


Background Color

.myBgColor { background-color: #ADDE71; }

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

This div background color is #ADDE71.


Border color

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

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

This div border color is #ADDE71.


Opacity

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

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

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

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

This text has shadow with #ADDE71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDE71 on black background.


Color preview on white background

This text has color #ADDE71 on white background.



Black color preview on #ADDE71 background

This text has black color on #ADDE71 background.


White color preview on #ADDE71 background

This text has white color on #ADDE71 background.