COLOR #ADDE9A

HEX: #ADDE9A
RGB: (173,222,154)

Renk bilgisi

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

RGB renk modeli

#ADDE9A color RGB value is (173,222,154).

  • kırmız ton 173;
  • yeşil ton 222;
  • mavi ton 154.
RGB:
(173,222,154)
(68%,87%,60%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 222 of 255 = 87%
B 154 of 255 = 60%

173
222
154

R + G + B ~ 72%. #ADDE9A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 222 + 154 = 549 (100%)
R 173 of 549 ~ 31.51%
G 222 of 549 ~ 40.44%
B 154 of 549 ~ 28.05%

%31.51
%40.44
%28.05

CMYK RENK MODELİ

#ADDE9A rengi CMYK tonu (22,0,31,13).

  • camgöbeği tonu 22.07%
  • eflatun tonu 0.00%
  • sarı tonu 30.63%
  • ana renk tonu 12.94%
CMYK:
(22,0,31,13)
C22M0Y31K13 
(22%,0%,31%,13%)
(0.22/0.00/0.31/0.13)	

CMYK yüzdeleri

%22.07
%0
%30.63
%12.94

Codes

Color #ADDE9A in popluar color models

ADDE9A
RGB173222154
HSL103°50.75%73.73%
HSB/HSV103°30.63%87.06%
CMYK22.07%0.00%30.63%
12.94%

Color #ADDE9A in popluar number systems.

HEXADDE9A
Decimal173222154
Binary101011011101111010011010
Octal255336232

Shades and tints

Shades of #ADDE9A

#ADDE9A
(173,222,154)
#9ECA8C
(158,202,140)
#8FB67E
(143,182,126)
#80A270
(128,162,112)
#718E62
(113,142,98)
#627A54
(98,122,84)
#536646
(83,102,70)
#445238
(68,82,56)
#353E2A
(53,62,42)
#262A1C
(38,42,28)
#17160E
(23,22,14)
#000000
(0,0,0)

Tints of #ADDE9A

#ADDE9A
(173,222,154)
#B4E1A3
(180,225,163)
#BBE4AC
(187,228,172)
#C2E7B5
(194,231,181)
#C9EABE
(201,234,190)
#D0EDC7
(208,237,199)
#D7F0D0
(215,240,208)
#DEF3D9
(222,243,217)
#E5F6E2
(229,246,226)
#ECF9EB
(236,249,235)
#F3FCF4
(243,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDE9A color. Also use rgb(173,222,154) instead hex code.

Text Font Color

.myTextColor { color: #ADDE9A; }

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

This text font color is #ADDE9A.


Background Color

.myBgColor { background-color: #ADDE9A; }

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

This div background color is #ADDE9A.


Border color

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

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

This div border color is #ADDE9A.


Opacity

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

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

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

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

This text has shadow with #ADDE9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDE9A on black background.


Color preview on white background

This text has color #ADDE9A on white background.



Black color preview on #ADDE9A background

This text has black color on #ADDE9A background.


White color preview on #ADDE9A background

This text has white color on #ADDE9A background.