COLOR #ADD98D

HEX: #ADD98D RGB: (173,217,141)

Renk bilgisi

#ADD98D contains mainly red and green colors. #ADD98D ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ADD98D color RGB value is (173,217,141).

RGB: (173,217,141) (68%, 85%, 55%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 217 of 255 = 85%
B 141 of 255 = 55%

173
217
141

R + G + B ~ 69%. #ADD98D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 217 + 141 = 531 (100%)
R 173 of 531 ~ 32.58%
G 217 of 531 ~ 40.87%
B 141 of 531 ~ 26.55'%

%32.58
%40.87
%26.55

CMYK RENK MODELİ

#ADD98D rengi CMYK tonu (20,0,35,15).

  • camgöbeği tonu 20.28%
  • eflatun tonu 0.00%
  • sarı tonu 35.02%
  • ana renk tonu 14.90%

CMYK: (20,0,35,15)
C20M0Y35K15 (20%, 0%, 35%, 15%)
(0.20 / 0.00 / 0.35 / 0.15)

CMYK yüzdeleri

%20.28
%0
%35.02
%14.9

Codes

Color #ADD98D in popluar color models

AD D9 8D
RGB 173 217 141
HSL 95° 50.00% 70.20%
HSB/HSV 95° 35.02% 85.10%
CMYK 20.28% 0.00% 35.02%
14.90%

Color #ADD98D in popluar number systems.

HEX AD D9 8D
Decimal 173 217 141
Binary 10101101 11011001 10001101
Octal 255 331 215

Shades and tints

Shades of #ADD98D

#ADD98D
(173,217,141)
#9EC681
(158,198,129)
#8FB375
(143,179,117)
#80A069
(128,160,105)
#718D5D
(113,141,93)
#627A51
(98,122,81)
#536745
(83,103,69)
#445439
(68,84,57)
#35412D
(53,65,45)
#262E21
(38,46,33)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #ADD98D

#ADD98D
(173,217,141)
#B4DC97
(180,220,151)
#BBDFA1
(187,223,161)
#C2E2AB
(194,226,171)
#C9E5B5
(201,229,181)
#D0E8BF
(208,232,191)
#D7EBC9
(215,235,201)
#DEEED3
(222,238,211)
#E5F1DD
(229,241,221)
#ECF4E7
(236,244,231)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD98D color. Also use rgb(173,217,141) instead hex code.

Text Font Color

.myTextColor { color: #ADD98D; }

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

This text font color is #ADD98D.

Background Color

.myBgColor { background-color: #ADD98D; }

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

This div background color is #ADD98D.

Border color

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

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

This div border color is #ADD98D.

Opacity

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

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

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

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

This text has shadow with #ADD98D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD98D.

Preview

Color preview on black background

This text has color #ADD98D on black background.


Color preview on white background

This text has color #ADD98D on white background.


Black color preview on #ADD98D background

This text has black color on #ADD98D background.


White color preview on #ADD98D background

This text has white color on #ADD98D background.


Related colors

Complementary color

Complementary color for #hex is #522672.


I love getcolorcode.com

Triadic colors

1 #8DADD9 and #D98DAD with #ADD98D are triadic colors.

2 #8DD9AD and #D9AD8D with #ADD98D are triadic colors.