COLOR #ADD18A

HEX: #ADD18A
RGB: (173,209,138)

Renk bilgisi

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

RGB renk modeli

#ADD18A color RGB value is (173,209,138).

  • kırmız ton 173;
  • yeşil ton 209;
  • mavi ton 138.
RGB:
(173,209,138)
(68%,82%,54%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 209 of 255 = 82%
B 138 of 255 = 54%

173
209
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 209 + 138 = 520 (100%)
R 173 of 520 ~ 33.27%
G 209 of 520 ~ 40.19%
B 138 of 520 ~ 26.54%

%33.27
%40.19
%26.54

CMYK RENK MODELİ

#ADD18A rengi CMYK tonu (17,0,34,18).

  • camgöbeği tonu 17.22%
  • eflatun tonu 0.00%
  • sarı tonu 33.97%
  • ana renk tonu 18.04%
CMYK:
(17,0,34,18)
C17M0Y34K18 
(17%,0%,34%,18%)
(0.17/0.00/0.34/0.18)	

CMYK yüzdeleri

%17.22
%0
%33.97
%18.04

Codes

Color #ADD18A in popluar color models

ADD18A
RGB173209138
HSL90°43.56%68.04%
HSB/HSV90°33.97%81.96%
CMYK17.22%0.00%33.97%
18.04%

Color #ADD18A in popluar number systems.

HEXADD18A
Decimal173209138
Binary101011011101000110001010
Octal255321212

Shades and tints

Shades of #ADD18A

#ADD18A
(173,209,138)
#9EBE7E
(158,190,126)
#8FAB72
(143,171,114)
#809866
(128,152,102)
#71855A
(113,133,90)
#62724E
(98,114,78)
#535F42
(83,95,66)
#444C36
(68,76,54)
#35392A
(53,57,42)
#26261E
(38,38,30)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #ADD18A

#ADD18A
(173,209,138)
#B4D594
(180,213,148)
#BBD99E
(187,217,158)
#C2DDA8
(194,221,168)
#C9E1B2
(201,225,178)
#D0E5BC
(208,229,188)
#D7E9C6
(215,233,198)
#DEEDD0
(222,237,208)
#E5F1DA
(229,241,218)
#ECF5E4
(236,245,228)
#F3F9EE
(243,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD18A; }

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

This text font color is #ADD18A.


Background Color

.myBgColor { background-color: #ADD18A; }

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

This div background color is #ADD18A.


Border color

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

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

This div border color is #ADD18A.


Opacity

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

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

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

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

This text has shadow with #ADD18A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD18A on black background.


Color preview on white background

This text has color #ADD18A on white background.



Black color preview on #ADD18A background

This text has black color on #ADD18A background.


White color preview on #ADD18A background

This text has white color on #ADD18A background.