COLOR #ADD18C

HEX: #ADD18C RGB: (173,209,140)

Renk bilgisi

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

RGB renk modeli

#ADD18C color RGB value is (173,209,140).

RGB: (173,209,140) (68%, 82%, 55%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 209 of 255 = 82%
B 140 of 255 = 55%

173
209
140

R + G + B ~ 68%. #ADD18C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 209 + 140 = 522 (100%)
R 173 of 522 ~ 33.14%
G 209 of 522 ~ 40.04%
B 140 of 522 ~ 26.82'%

%33.14
%40.04
%26.82

CMYK RENK MODELİ

#ADD18C rengi CMYK tonu (17,0,33,18).

  • camgöbeği tonu 17.22%
  • eflatun tonu 0.00%
  • sarı tonu 33.01%
  • ana renk tonu 18.04%

CMYK: (17,0,33,18)
C17M0Y33K18 (17%, 0%, 33%, 18%)
(0.17 / 0.00 / 0.33 / 0.18)

CMYK yüzdeleri

%17.22
%0
%33.01
%18.04

Codes

Color #ADD18C in popluar color models

AD D1 8C
RGB 173 209 140
HSL 91° 42.86% 68.43%
HSB/HSV 91° 33.01% 81.96%
CMYK 17.22% 0.00% 33.01%
18.04%

Color #ADD18C in popluar number systems.

HEX AD D1 8C
Decimal 173 209 140
Binary 10101101 11010001 10001100
Octal 255 321 214

Shades and tints

Shades of #ADD18C

#ADD18C
(173,209,140)
#9EBE80
(158,190,128)
#8FAB74
(143,171,116)
#809868
(128,152,104)
#71855C
(113,133,92)
#627250
(98,114,80)
#535F44
(83,95,68)
#444C38
(68,76,56)
#35392C
(53,57,44)
#262620
(38,38,32)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #ADD18C

#ADD18C
(173,209,140)
#B4D596
(180,213,150)
#BBD9A0
(187,217,160)
#C2DDAA
(194,221,170)
#C9E1B4
(201,225,180)
#D0E5BE
(208,229,190)
#D7E9C8
(215,233,200)
#DEEDD2
(222,237,210)
#E5F1DC
(229,241,220)
#ECF5E6
(236,245,230)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD18C color. Also use rgb(173,209,140) instead hex code.

Text Font Color

.myTextColor { color: #ADD18C; }

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

This text font color is #ADD18C.

Background Color

.myBgColor { background-color: #ADD18C; }

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

This div background color is #ADD18C.

Border color

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

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

This div border color is #ADD18C.

Opacity

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

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

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

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

This text has shadow with #ADD18C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD18C.

Preview

Color preview on black background

This text has color #ADD18C on black background.


Color preview on white background

This text has color #ADD18C on white background.


Black color preview on #ADD18C background

This text has black color on #ADD18C background.


White color preview on #ADD18C background

This text has white color on #ADD18C background.


Related colors

Complementary color

Complementary color for #hex is #522E73.


I love getcolorcode.com

Triadic colors

1 #8CADD1 and #D18CAD with #ADD18C are triadic colors.

2 #8CD1AD and #D1AD8C with #ADD18C are triadic colors.