COLOR #AEE496

HEX: #AEE496
RGB: (174,228,150)

Renk bilgisi

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

RGB renk modeli

#AEE496 color RGB value is (174,228,150).

  • kırmız ton 174;
  • yeşil ton 228;
  • mavi ton 150.
RGB:
(174,228,150)
(68%,89%,59%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 228 of 255 = 89%
B 150 of 255 = 59%

174
228
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 228 + 150 = 552 (100%)
R 174 of 552 ~ 31.52%
G 228 of 552 ~ 41.3%
B 150 of 552 ~ 27.17%

%31.52
%41.3
%27.17

CMYK RENK MODELİ

#AEE496 rengi CMYK tonu (24,0,34,11).

  • camgöbeği tonu 23.68%
  • eflatun tonu 0.00%
  • sarı tonu 34.21%
  • ana renk tonu 10.59%
CMYK:
(24,0,34,11)
C24M0Y34K11 
(24%,0%,34%,11%)
(0.24/0.00/0.34/0.11)	

CMYK yüzdeleri

%23.68
%0
%34.21
%10.59

Codes

Color #AEE496 in popluar color models

AEE496
RGB174228150
HSL102°59.09%74.12%
HSB/HSV102°34.21%89.41%
CMYK23.68%0.00%34.21%
10.59%

Color #AEE496 in popluar number systems.

HEXAEE496
Decimal174228150
Binary101011101110010010010110
Octal256344226

Shades and tints

Shades of #AEE496

#AEE496
(174,228,150)
#9FD089
(159,208,137)
#90BC7C
(144,188,124)
#81A86F
(129,168,111)
#729462
(114,148,98)
#638055
(99,128,85)
#546C48
(84,108,72)
#45583B
(69,88,59)
#36442E
(54,68,46)
#273021
(39,48,33)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #AEE496

#AEE496
(174,228,150)
#B5E69F
(181,230,159)
#BCE8A8
(188,232,168)
#C3EAB1
(195,234,177)
#CAECBA
(202,236,186)
#D1EEC3
(209,238,195)
#D8F0CC
(216,240,204)
#DFF2D5
(223,242,213)
#E6F4DE
(230,244,222)
#EDF6E7
(237,246,231)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE496 color. Also use rgb(174,228,150) instead hex code.

Text Font Color

.myTextColor { color: #AEE496; }

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

This text font color is #AEE496.


Background Color

.myBgColor { background-color: #AEE496; }

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

This div background color is #AEE496.


Border color

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

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

This div border color is #AEE496.


Opacity

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

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

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

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

This text has shadow with #AEE496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE496 on black background.


Color preview on white background

This text has color #AEE496 on white background.



Black color preview on #AEE496 background

This text has black color on #AEE496 background.


White color preview on #AEE496 background

This text has white color on #AEE496 background.