COLOR #AAD495

HEX: #AAD495
RGB: (170,212,149)

Renk bilgisi

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

RGB renk modeli

#AAD495 color RGB value is (170,212,149).

  • kırmız ton 170;
  • yeşil ton 212;
  • mavi ton 149.
RGB:
(170,212,149)
(67%,83%,58%)

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 212 of 255 = 83%
B 149 of 255 = 58%

170
212
149

R + G + B ~ 69%. #AAD495 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 212 + 149 = 531 (100%)
R 170 of 531 ~ 32.02%
G 212 of 531 ~ 39.92%
B 149 of 531 ~ 28.06%

%32.02
%39.92
%28.06

CMYK RENK MODELİ

#AAD495 rengi CMYK tonu (20,0,30,17).

  • camgöbeği tonu 19.81%
  • eflatun tonu 0.00%
  • sarı tonu 29.72%
  • ana renk tonu 16.86%
CMYK:
(20,0,30,17)
C20M0Y30K17 
(20%,0%,30%,17%)
(0.20/0.00/0.30/0.17)	

CMYK yüzdeleri

%19.81
%0
%29.72
%16.86

Codes

Color #AAD495 in popluar color models

AAD495
RGB170212149
HSL100°42.28%70.78%
HSB/HSV100°29.72%83.14%
CMYK19.81%0.00%29.72%
16.86%

Color #AAD495 in popluar number systems.

HEXAAD495
Decimal170212149
Binary101010101101010010010101
Octal252324225

Shades and tints

Shades of #AAD495

#AAD495
(170,212,149)
#9BC188
(155,193,136)
#8CAE7B
(140,174,123)
#7D9B6E
(125,155,110)
#6E8861
(110,136,97)
#5F7554
(95,117,84)
#506247
(80,98,71)
#414F3A
(65,79,58)
#323C2D
(50,60,45)
#232920
(35,41,32)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #AAD495

#AAD495
(170,212,149)
#B1D79E
(177,215,158)
#B8DAA7
(184,218,167)
#BFDDB0
(191,221,176)
#C6E0B9
(198,224,185)
#CDE3C2
(205,227,194)
#D4E6CB
(212,230,203)
#DBE9D4
(219,233,212)
#E2ECDD
(226,236,221)
#E9EFE6
(233,239,230)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD495 color. Also use rgb(170,212,149) instead hex code.

Text Font Color

.myTextColor { color: #AAD495; }

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

This text font color is #AAD495.


Background Color

.myBgColor { background-color: #AAD495; }

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

This div background color is #AAD495.


Border color

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

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

This div border color is #AAD495.


Opacity

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

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

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

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

This text has shadow with #AAD495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD495 on black background.


Color preview on white background

This text has color #AAD495 on white background.



Black color preview on #AAD495 background

This text has black color on #AAD495 background.


White color preview on #AAD495 background

This text has white color on #AAD495 background.