COLOR #AEE18C

HEX: #AEE18C
RGB: (174,225,140)

Renk bilgisi

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

RGB renk modeli

#AEE18C color RGB value is (174,225,140).

  • kırmız ton 174;
  • yeşil ton 225;
  • mavi ton 140.
RGB:
(174,225,140)
(68%,88%,55%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 225 of 255 = 88%
B 140 of 255 = 55%

174
225
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 225 + 140 = 539 (100%)
R 174 of 539 ~ 32.28%
G 225 of 539 ~ 41.74%
B 140 of 539 ~ 25.97%

%32.28
%41.74
%25.97

CMYK RENK MODELİ

#AEE18C rengi CMYK tonu (23,0,38,12).

  • camgöbeği tonu 22.67%
  • eflatun tonu 0.00%
  • sarı tonu 37.78%
  • ana renk tonu 11.76%
CMYK:
(23,0,38,12)
C23M0Y38K12 
(23%,0%,38%,12%)
(0.23/0.00/0.38/0.12)	

CMYK yüzdeleri

%22.67
%0
%37.78
%11.76

Codes

Color #AEE18C in popluar color models

AEE18C
RGB174225140
HSL96°58.62%71.57%
HSB/HSV96°37.78%88.24%
CMYK22.67%0.00%37.78%
11.76%

Color #AEE18C in popluar number systems.

HEXAEE18C
Decimal174225140
Binary101011101110000110001100
Octal256341214

Shades and tints

Shades of #AEE18C

#AEE18C
(174,225,140)
#9FCD80
(159,205,128)
#90B974
(144,185,116)
#81A568
(129,165,104)
#72915C
(114,145,92)
#637D50
(99,125,80)
#546944
(84,105,68)
#455538
(69,85,56)
#36412C
(54,65,44)
#272D20
(39,45,32)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #AEE18C

#AEE18C
(174,225,140)
#B5E396
(181,227,150)
#BCE5A0
(188,229,160)
#C3E7AA
(195,231,170)
#CAE9B4
(202,233,180)
#D1EBBE
(209,235,190)
#D8EDC8
(216,237,200)
#DFEFD2
(223,239,210)
#E6F1DC
(230,241,220)
#EDF3E6
(237,243,230)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE18C color. Also use rgb(174,225,140) instead hex code.

Text Font Color

.myTextColor { color: #AEE18C; }

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

This text font color is #AEE18C.


Background Color

.myBgColor { background-color: #AEE18C; }

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

This div background color is #AEE18C.


Border color

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

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

This div border color is #AEE18C.


Opacity

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

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

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

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

This text has shadow with #AEE18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE18C on black background.


Color preview on white background

This text has color #AEE18C on white background.



Black color preview on #AEE18C background

This text has black color on #AEE18C background.


White color preview on #AEE18C background

This text has white color on #AEE18C background.