COLOR #ADD37B

HEX: #ADD37B
RGB: (173,211,123)

Renk bilgisi

#ADD37B contains mainly red and green colors. #ADD37B ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#ADD37B color RGB value is (173,211,123).

  • kırmız ton 173;
  • yeşil ton 211;
  • mavi ton 123.
RGB:
(173,211,123)
(68%,83%,48%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 211 of 255 = 83%
B 123 of 255 = 48%

173
211
123

R + G + B ~ 66%. #ADD37B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 211 + 123 = 507 (100%)
R 173 of 507 ~ 34.12%
G 211 of 507 ~ 41.62%
B 123 of 507 ~ 24.26%

%34.12
%41.62
%24.26

CMYK RENK MODELİ

#ADD37B rengi CMYK tonu (18,0,42,17).

  • camgöbeği tonu 18.01%
  • eflatun tonu 0.00%
  • sarı tonu 41.71%
  • ana renk tonu 17.25%
CMYK:
(18,0,42,17)
C18M0Y42K17 
(18%,0%,42%,17%)
(0.18/0.00/0.42/0.17)	

CMYK yüzdeleri

%18.01
%0
%41.71
%17.25

Codes

Color #ADD37B in popluar color models

ADD37B
RGB173211123
HSL86°50.00%65.49%
HSB/HSV86°41.71%82.75%
CMYK18.01%0.00%41.71%
17.25%

Color #ADD37B in popluar number systems.

HEXADD37B
Decimal173211123
Binary10101101110100111111011
Octal255323173

Shades and tints

Shades of #ADD37B

#ADD37B
(173,211,123)
#9EC070
(158,192,112)
#8FAD65
(143,173,101)
#809A5A
(128,154,90)
#71874F
(113,135,79)
#627444
(98,116,68)
#536139
(83,97,57)
#444E2E
(68,78,46)
#353B23
(53,59,35)
#262818
(38,40,24)
#17150D
(23,21,13)
#000000
(0,0,0)

Tints of #ADD37B

#ADD37B
(173,211,123)
#B4D787
(180,215,135)
#BBDB93
(187,219,147)
#C2DF9F
(194,223,159)
#C9E3AB
(201,227,171)
#D0E7B7
(208,231,183)
#D7EBC3
(215,235,195)
#DEEFCF
(222,239,207)
#E5F3DB
(229,243,219)
#ECF7E7
(236,247,231)
#F3FBF3
(243,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD37B color. Also use rgb(173,211,123) instead hex code.

Text Font Color

.myTextColor { color: #ADD37B; }

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

This text font color is #ADD37B.


Background Color

.myBgColor { background-color: #ADD37B; }

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

This div background color is #ADD37B.


Border color

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

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

This div border color is #ADD37B.


Opacity

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

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

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

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

This text has shadow with #ADD37B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD37B on black background.


Color preview on white background

This text has color #ADD37B on white background.



Black color preview on #ADD37B background

This text has black color on #ADD37B background.


White color preview on #ADD37B background

This text has white color on #ADD37B background.