COLOR #AAD592

HEX: #AAD592
RGB: (170,213,146)

Renk bilgisi

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

RGB renk modeli

#AAD592 color RGB value is (170,213,146).

  • kırmız ton 170;
  • yeşil ton 213;
  • mavi ton 146.
RGB:
(170,213,146)
(67%,84%,57%)

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 213 of 255 = 84%
B 146 of 255 = 57%

170
213
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 213 + 146 = 529 (100%)
R 170 of 529 ~ 32.14%
G 213 of 529 ~ 40.26%
B 146 of 529 ~ 27.6%

%32.14
%40.26
%27.6

CMYK RENK MODELİ

#AAD592 rengi CMYK tonu (20,0,31,16).

  • camgöbeği tonu 20.19%
  • eflatun tonu 0.00%
  • sarı tonu 31.46%
  • ana renk tonu 16.47%
CMYK:
(20,0,31,16)
C20M0Y31K16 
(20%,0%,31%,16%)
(0.20/0.00/0.31/0.16)	

CMYK yüzdeleri

%20.19
%0
%31.46
%16.47

Codes

Color #AAD592 in popluar color models

AAD592
RGB170213146
HSL99°44.37%70.39%
HSB/HSV99°31.46%83.53%
CMYK20.19%0.00%31.46%
16.47%

Color #AAD592 in popluar number systems.

HEXAAD592
Decimal170213146
Binary101010101101010110010010
Octal252325222

Shades and tints

Shades of #AAD592

#AAD592
(170,213,146)
#9BC285
(155,194,133)
#8CAF78
(140,175,120)
#7D9C6B
(125,156,107)
#6E895E
(110,137,94)
#5F7651
(95,118,81)
#506344
(80,99,68)
#415037
(65,80,55)
#323D2A
(50,61,42)
#232A1D
(35,42,29)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #AAD592

#AAD592
(170,213,146)
#B1D89B
(177,216,155)
#B8DBA4
(184,219,164)
#BFDEAD
(191,222,173)
#C6E1B6
(198,225,182)
#CDE4BF
(205,228,191)
#D4E7C8
(212,231,200)
#DBEAD1
(219,234,209)
#E2EDDA
(226,237,218)
#E9F0E3
(233,240,227)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD592 color. Also use rgb(170,213,146) instead hex code.

Text Font Color

.myTextColor { color: #AAD592; }

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

This text font color is #AAD592.


Background Color

.myBgColor { background-color: #AAD592; }

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

This div background color is #AAD592.


Border color

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

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

This div border color is #AAD592.


Opacity

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

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

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

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

This text has shadow with #AAD592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD592 on black background.


Color preview on white background

This text has color #AAD592 on white background.



Black color preview on #AAD592 background

This text has black color on #AAD592 background.


White color preview on #AAD592 background

This text has white color on #AAD592 background.