COLOR #ADD59B

HEX: #ADD59B RGB: (173,213,155)

Renk bilgisi

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

RGB renk modeli

#ADD59B color RGB value is (173,213,155).

RGB: (173,213,155) (68%, 84%, 61%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 213 of 255 = 84%
B 155 of 255 = 61%

173
213
155

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

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 213 + 155 = 541 (100%)
R 173 of 541 ~ 31.98%
G 213 of 541 ~ 39.37%
B 155 of 541 ~ 28.65'%

%31.98
%39.37
%28.65

CMYK RENK MODELİ

#ADD59B rengi CMYK tonu (19,0,27,16).

  • camgöbeği tonu 18.78%
  • eflatun tonu 0.00%
  • sarı tonu 27.23%
  • ana renk tonu 16.47%

CMYK: (19,0,27,16)
C19M0Y27K16 (19%, 0%, 27%, 16%)
(0.19 / 0.00 / 0.27 / 0.16)

CMYK yüzdeleri

%18.78
%0
%27.23
%16.47

Codes

Color #ADD59B in popluar color models

AD D5 9B
RGB 173 213 155
HSL 101° 40.85% 72.16%
HSB/HSV 101° 27.23% 83.53%
CMYK 18.78% 0.00% 27.23%
16.47%

Color #ADD59B in popluar number systems.

HEX AD D5 9B
Decimal 173 213 155
Binary 10101101 11010101 10011011
Octal 255 325 233

Shades and tints

Shades of #ADD59B

#ADD59B
(173,213,155)
#9EC28D
(158,194,141)
#8FAF7F
(143,175,127)
#809C71
(128,156,113)
#718963
(113,137,99)
#627655
(98,118,85)
#536347
(83,99,71)
#445039
(68,80,57)
#353D2B
(53,61,43)
#262A1D
(38,42,29)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #ADD59B

#ADD59B
(173,213,155)
#B4D8A4
(180,216,164)
#BBDBAD
(187,219,173)
#C2DEB6
(194,222,182)
#C9E1BF
(201,225,191)
#D0E4C8
(208,228,200)
#D7E7D1
(215,231,209)
#DEEADA
(222,234,218)
#E5EDE3
(229,237,227)
#ECF0EC
(236,240,236)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD59B color. Also use rgb(173,213,155) instead hex code.

Text Font Color

.myTextColor { color: #ADD59B; }

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

This text font color is #ADD59B.

Background Color

.myBgColor { background-color: #ADD59B; }

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

This div background color is #ADD59B.

Border color

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

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

This div border color is #ADD59B.

Opacity

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

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

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

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

This text has shadow with #ADD59B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD59B.

Preview

Color preview on black background

This text has color #ADD59B on black background.


Color preview on white background

This text has color #ADD59B on white background.


Black color preview on #ADD59B background

This text has black color on #ADD59B background.


White color preview on #ADD59B background

This text has white color on #ADD59B background.


Related colors

Complementary color

Complementary color for #hex is #522A64.


I love getcolorcode.com

Triadic colors

1 #9BADD5 and #D59BAD with #ADD59B are triadic colors.

2 #9BD5AD and #D5AD9B with #ADD59B are triadic colors.