COLOR #ADD498

HEX: #ADD498
RGB: (173,212,152)

Renk bilgisi

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

RGB renk modeli

#ADD498 color RGB value is (173,212,152).

  • kırmız ton 173;
  • yeşil ton 212;
  • mavi ton 152.
RGB:
(173,212,152)
(68%,83%,60%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 212 of 255 = 83%
B 152 of 255 = 60%

173
212
152

R + G + B ~ 70%. #ADD498 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 212 + 152 = 537 (100%)
R 173 of 537 ~ 32.22%
G 212 of 537 ~ 39.48%
B 152 of 537 ~ 28.31%

%32.22
%39.48
%28.31

CMYK RENK MODELİ

#ADD498 rengi CMYK tonu (18,0,28,17).

  • camgöbeği tonu 18.40%
  • eflatun tonu 0.00%
  • sarı tonu 28.30%
  • ana renk tonu 16.86%
CMYK:
(18,0,28,17)
C18M0Y28K17 
(18%,0%,28%,17%)
(0.18/0.00/0.28/0.17)	

CMYK yüzdeleri

%18.4
%0
%28.3
%16.86

Codes

Color #ADD498 in popluar color models

ADD498
RGB173212152
HSL99°41.10%71.37%
HSB/HSV99°28.30%83.14%
CMYK18.40%0.00%28.30%
16.86%

Color #ADD498 in popluar number systems.

HEXADD498
Decimal173212152
Binary101011011101010010011000
Octal255324230

Shades and tints

Shades of #ADD498

#ADD498
(173,212,152)
#9EC18B
(158,193,139)
#8FAE7E
(143,174,126)
#809B71
(128,155,113)
#718864
(113,136,100)
#627557
(98,117,87)
#53624A
(83,98,74)
#444F3D
(68,79,61)
#353C30
(53,60,48)
#262923
(38,41,35)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #ADD498

#ADD498
(173,212,152)
#B4D7A1
(180,215,161)
#BBDAAA
(187,218,170)
#C2DDB3
(194,221,179)
#C9E0BC
(201,224,188)
#D0E3C5
(208,227,197)
#D7E6CE
(215,230,206)
#DEE9D7
(222,233,215)
#E5ECE0
(229,236,224)
#ECEFE9
(236,239,233)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD498 color. Also use rgb(173,212,152) instead hex code.

Text Font Color

.myTextColor { color: #ADD498; }

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

This text font color is #ADD498.


Background Color

.myBgColor { background-color: #ADD498; }

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

This div background color is #ADD498.


Border color

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

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

This div border color is #ADD498.


Opacity

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

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

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

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

This text has shadow with #ADD498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD498 on black background.


Color preview on white background

This text has color #ADD498 on white background.



Black color preview on #ADD498 background

This text has black color on #ADD498 background.


White color preview on #ADD498 background

This text has white color on #ADD498 background.