COLOR #ADDF9A

HEX: #ADDF9A RGB: (173,223,154)

Color info

#ADDF9A contains mainly red and green colors. Web safe color of #ADDF9A is #99CC99 (or #9C9).

RGB color model

#ADDF9A color RGB value is (173,223,154).

RGB: (173,223,154) (68%, 87%, 60%)

RGB channels and saturation

R 173 of 255 = 68%
G 223 of 255 = 87%
B 154 of 255 = 60%

173
223
154

R + G + B ~ 72%. #ADDF9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 223 + 154 = 550 (100%)
R 173 of 550 ~ 31.45%
G 223 of 550 ~ 40.55%
B 154 of 550 ~ 28'%

%31.45
%40.55
%28

CMYK color model

#ADDF9A color CMYK value is (22,0,31,13).

  • cyan value is 22.42%
  • magenta value is 0.00%
  • yellow value is 30.94%
  • key color value is 12.55%
CMYK: (22,0,31,13) C22M0Y31K13 (22%,0%,31%,13%) (0.22/0.00/0.31/0.13) 

CMYK percentages

%22.42
%0
%30.94
%12.55

Codes

Color #ADDF9A in popluar color models

AD DF 9A
RGB 173 223 154
HSL 103° 51.88% 73.92%
HSB/HSV 103° 30.94% 87.45%
CMYK 22.42% 0.00% 30.94%
12.55%

Color #ADDF9A in popluar number systems.

HEX AD DF 9A
Decimal 173 223 154
Binary 10101101 11011111 10011010
Octal 255 337 232

Shades and tints

Shades of #ADDF9A

#ADDF9A
(173,223,154)
#9ECB8C
(158,203,140)
#8FB77E
(143,183,126)
#80A370
(128,163,112)
#718F62
(113,143,98)
#627B54
(98,123,84)
#536746
(83,103,70)
#445338
(68,83,56)
#353F2A
(53,63,42)
#262B1C
(38,43,28)
#17170E
(23,23,14)
#000000
(0,0,0)

Tints of #ADDF9A

#ADDF9A
(173,223,154)
#B4E1A3
(180,225,163)
#BBE3AC
(187,227,172)
#C2E5B5
(194,229,181)
#C9E7BE
(201,231,190)
#D0E9C7
(208,233,199)
#D7EBD0
(215,235,208)
#DEEDD9
(222,237,217)
#E5EFE2
(229,239,226)
#ECF1EB
(236,241,235)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDF9A color. Also use rgb(173,223,154) instead hex code.

Text Font Color

.myTextColor { color: #ADDF9A; }

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

This text font color is #ADDF9A.

Background Color

.myBgColor { background-color: #ADDF9A; }

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

This div background color is #ADDF9A.

Border color

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

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

This div border color is #ADDF9A.

Opacity

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

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

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

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

This text has shadow with #ADDF9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDF9A.

Preview

Color preview on black background

This text has color #ADDF9A on black background.


Color preview on white background

This text has color #ADDF9A on white background.


Black color preview on #ADDF9A background

This text has black color on #ADDF9A background.


White color preview on #ADDF9A background

This text has white color on #ADDF9A background.


Related colors

Complementary color

Complementary color for #hex is #522065.


I love getcolorcode.com

Triadic colors

1 #9AADDF and #DF9AAD with #ADDF9A are triadic colors.

2 #9ADFAD and #DFAD9A with #ADDF9A are triadic colors.