COLOR #ADD79F

HEX: #ADD79F RGB: (173,215,159)

Renk bilgisi

#ADD79F contains red, green and blue colors in about the same proportion. #ADD79F ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ADD79F color RGB value is (173,215,159).

RGB: (173,215,159) (68%, 84%, 62%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 215 of 255 = 84%
B 159 of 255 = 62%

173
215
159

R + G + B ~ 71%. #ADD79F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 215 + 159 = 547 (100%)
R 173 of 547 ~ 31.63%
G 215 of 547 ~ 39.31%
B 159 of 547 ~ 29.07'%

%31.63
%39.31
%29.07

CMYK RENK MODELİ

#ADD79F rengi CMYK tonu (20,0,26,16).

  • camgöbeği tonu 19.53%
  • eflatun tonu 0.00%
  • sarı tonu 26.05%
  • ana renk tonu 15.69%

CMYK: (20,0,26,16)
C20M0Y26K16 (20%, 0%, 26%, 16%)
(0.20 / 0.00 / 0.26 / 0.16)

CMYK yüzdeleri

%19.53
%0
%26.05
%15.69

Codes

Color #ADD79F in popluar color models

AD D7 9F
RGB 173 215 159
HSL 105° 41.18% 73.33%
HSB/HSV 105° 26.05% 84.31%
CMYK 19.53% 0.00% 26.05%
15.69%

Color #ADD79F in popluar number systems.

HEX AD D7 9F
Decimal 173 215 159
Binary 10101101 11010111 10011111
Octal 255 327 237

Shades and tints

Shades of #ADD79F

#ADD79F
(173,215,159)
#9EC491
(158,196,145)
#8FB183
(143,177,131)
#809E75
(128,158,117)
#718B67
(113,139,103)
#627859
(98,120,89)
#53654B
(83,101,75)
#44523D
(68,82,61)
#353F2F
(53,63,47)
#262C21
(38,44,33)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #ADD79F

#ADD79F
(173,215,159)
#B4DAA7
(180,218,167)
#BBDDAF
(187,221,175)
#C2E0B7
(194,224,183)
#C9E3BF
(201,227,191)
#D0E6C7
(208,230,199)
#D7E9CF
(215,233,207)
#DEECD7
(222,236,215)
#E5EFDF
(229,239,223)
#ECF2E7
(236,242,231)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD79F color. Also use rgb(173,215,159) instead hex code.

Text Font Color

.myTextColor { color: #ADD79F; }

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

This text font color is #ADD79F.

Background Color

.myBgColor { background-color: #ADD79F; }

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

This div background color is #ADD79F.

Border color

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

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

This div border color is #ADD79F.

Opacity

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

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

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

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

This text has shadow with #ADD79F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD79F.

Preview

Color preview on black background

This text has color #ADD79F on black background.


Color preview on white background

This text has color #ADD79F on white background.


Black color preview on #ADD79F background

This text has black color on #ADD79F background.


White color preview on #ADD79F background

This text has white color on #ADD79F background.


Related colors

Complementary color

Complementary color for #hex is #522860.


I love getcolorcode.com

Triadic colors

1 #9FADD7 and #D79FAD with #ADD79F are triadic colors.

2 #9FD7AD and #D7AD9F with #ADD79F are triadic colors.