COLOR #ADDE98

HEX: #ADDE98 RGB: (173,222,152)

Color info

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

RGB color model

#ADDE98 color RGB value is (173,222,152).

RGB: (173,222,152) (68%, 87%, 60%)

RGB channels and saturation

R 173 of 255 = 68%
G 222 of 255 = 87%
B 152 of 255 = 60%

173
222
152

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

Portions of RGB colors in percentages

R + G + B = 173 + 222 + 152 = 547 (100%)
R 173 of 547 ~ 31.63%
G 222 of 547 ~ 40.59%
B 152 of 547 ~ 27.79'%

%31.63
%40.59
%27.79

CMYK color model

#ADDE98 color CMYK value is (22,0,32,13).

  • cyan value is 22.07%
  • magenta value is 0.00%
  • yellow value is 31.53%
  • key color value is 12.94%

CMYK: (22,0,32,13)
C22M0Y32K13 (22%, 0%, 32%, 13%)
(0.22 / 0.00 / 0.32 / 0.13)

CMYK percentages

%22.07
%0
%31.53
%12.94

Codes

Color #ADDE98 in popluar color models

AD DE 98
RGB 173 222 152
HSL 102° 51.47% 73.33%
HSB/HSV 102° 31.53% 87.06%
CMYK 22.07% 0.00% 31.53%
12.94%

Color #ADDE98 in popluar number systems.

HEX AD DE 98
Decimal 173 222 152
Binary 10101101 11011110 10011000
Octal 255 336 230

Shades and tints

Shades of #ADDE98

#ADDE98
(173,222,152)
#9ECA8B
(158,202,139)
#8FB67E
(143,182,126)
#80A271
(128,162,113)
#718E64
(113,142,100)
#627A57
(98,122,87)
#53664A
(83,102,74)
#44523D
(68,82,61)
#353E30
(53,62,48)
#262A23
(38,42,35)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #ADDE98

#ADDE98
(173,222,152)
#B4E1A1
(180,225,161)
#BBE4AA
(187,228,170)
#C2E7B3
(194,231,179)
#C9EABC
(201,234,188)
#D0EDC5
(208,237,197)
#D7F0CE
(215,240,206)
#DEF3D7
(222,243,215)
#E5F6E0
(229,246,224)
#ECF9E9
(236,249,233)
#F3FCF2
(243,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDE98; }

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

This text font color is #ADDE98.

Background Color

.myBgColor { background-color: #ADDE98; }

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

This div background color is #ADDE98.

Border color

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

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

This div border color is #ADDE98.

Opacity

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

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

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

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

This text has shadow with #ADDE98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDE98.

Preview

Color preview on black background

This text has color #ADDE98 on black background.


Color preview on white background

This text has color #ADDE98 on white background.


Black color preview on #ADDE98 background

This text has black color on #ADDE98 background.


White color preview on #ADDE98 background

This text has white color on #ADDE98 background.


Related colors

Complementary color

Complementary color for #hex is #522167.


I love getcolorcode.com

Triadic colors

1 #98ADDE and #DE98AD with #ADDE98 are triadic colors.

2 #98DEAD and #DEAD98 with #ADDE98 are triadic colors.