COLOR #ADD56C

HEX: #ADD56C
RGB: (173,213,108)

Renk bilgisi

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

RGB renk modeli

#ADD56C color RGB value is (173,213,108).

  • kırmız ton 173;
  • yeşil ton 213;
  • mavi ton 108.
RGB:
(173,213,108)
(68%,84%,42%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 213 of 255 = 84%
B 108 of 255 = 42%

173
213
108

R + G + B ~ 65%. #ADD56C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 213 + 108 = 494 (100%)
R 173 of 494 ~ 35.02%
G 213 of 494 ~ 43.12%
B 108 of 494 ~ 21.86%

%35.02
%43.12
%21.86

CMYK RENK MODELİ

#ADD56C rengi CMYK tonu (19,0,49,16).

  • camgöbeği tonu 18.78%
  • eflatun tonu 0.00%
  • sarı tonu 49.30%
  • ana renk tonu 16.47%
CMYK:
(19,0,49,16)
C19M0Y49K16 
(19%,0%,49%,16%)
(0.19/0.00/0.49/0.16)	

CMYK yüzdeleri

%18.78
%0
%49.3
%16.47

Codes

Color #ADD56C in popluar color models

ADD56C
RGB173213108
HSL83°55.56%62.94%
HSB/HSV83°49.30%83.53%
CMYK18.78%0.00%49.30%
16.47%

Color #ADD56C in popluar number systems.

HEXADD56C
Decimal173213108
Binary10101101110101011101100
Octal255325154

Shades and tints

Shades of #ADD56C

#ADD56C
(173,213,108)
#9EC263
(158,194,99)
#8FAF5A
(143,175,90)
#809C51
(128,156,81)
#718948
(113,137,72)
#62763F
(98,118,63)
#536336
(83,99,54)
#44502D
(68,80,45)
#353D24
(53,61,36)
#262A1B
(38,42,27)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #ADD56C

#ADD56C
(173,213,108)
#B4D879
(180,216,121)
#BBDB86
(187,219,134)
#C2DE93
(194,222,147)
#C9E1A0
(201,225,160)
#D0E4AD
(208,228,173)
#D7E7BA
(215,231,186)
#DEEAC7
(222,234,199)
#E5EDD4
(229,237,212)
#ECF0E1
(236,240,225)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD56C; }

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

This text font color is #ADD56C.


Background Color

.myBgColor { background-color: #ADD56C; }

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

This div background color is #ADD56C.


Border color

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

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

This div border color is #ADD56C.


Opacity

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

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

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

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

This text has shadow with #ADD56C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD56C on black background.


Color preview on white background

This text has color #ADD56C on white background.



Black color preview on #ADD56C background

This text has black color on #ADD56C background.


White color preview on #ADD56C background

This text has white color on #ADD56C background.