COLOR #AEF489

HEX: #AEF489
RGB: (174,244,137)

Renk bilgisi

#AEF489 contains mainly green color. #AEF489 ‘ nin web güvenlik rengi #99FF99 (ya da #9F9) dir.

RGB renk modeli

#AEF489 color RGB value is (174,244,137).

  • kırmız ton 174;
  • yeşil ton 244;
  • mavi ton 137.
RGB:
(174,244,137)
(68%,96%,54%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 244 of 255 = 96%
B 137 of 255 = 54%

174
244
137

R + G + B ~ 73%. #AEF489 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 244 + 137 = 555 (100%)
R 174 of 555 ~ 31.35%
G 244 of 555 ~ 43.96%
B 137 of 555 ~ 24.68%

%31.35
%43.96
%24.68

CMYK RENK MODELİ

#AEF489 rengi CMYK tonu (29,0,44,4).

  • camgöbeği tonu 28.69%
  • eflatun tonu 0.00%
  • sarı tonu 43.85%
  • ana renk tonu 4.31%
CMYK:
(29,0,44,4)
C29M0Y44K4 
(29%,0%,44%,4%)
(0.29/0.00/0.44/0.04)	

CMYK yüzdeleri

%28.69
%0
%43.85
%4.31

Codes

Color #AEF489 in popluar color models

AEF489
RGB174244137
HSL99°82.95%74.71%
HSB/HSV99°43.85%95.69%
CMYK28.69%0.00%43.85%
4.31%

Color #AEF489 in popluar number systems.

HEXAEF489
Decimal174244137
Binary101011101111010010001001
Octal256364211

Shades and tints

Shades of #AEF489

#AEF489
(174,244,137)
#9FDE7D
(159,222,125)
#90C871
(144,200,113)
#81B265
(129,178,101)
#729C59
(114,156,89)
#63864D
(99,134,77)
#547041
(84,112,65)
#455A35
(69,90,53)
#364429
(54,68,41)
#272E1D
(39,46,29)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #AEF489

#AEF489
(174,244,137)
#B5F593
(181,245,147)
#BCF69D
(188,246,157)
#C3F7A7
(195,247,167)
#CAF8B1
(202,248,177)
#D1F9BB
(209,249,187)
#D8FAC5
(216,250,197)
#DFFBCF
(223,251,207)
#E6FCD9
(230,252,217)
#EDFDE3
(237,253,227)
#F4FEED
(244,254,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEF489 color. Also use rgb(174,244,137) instead hex code.

Text Font Color

.myTextColor { color: #AEF489; }

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

This text font color is #AEF489.


Background Color

.myBgColor { background-color: #AEF489; }

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

This div background color is #AEF489.


Border color

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

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

This div border color is #AEF489.


Opacity

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

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

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

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

This text has shadow with #AEF489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF489 on black background.


Color preview on white background

This text has color #AEF489 on white background.



Black color preview on #AEF489 background

This text has black color on #AEF489 background.


White color preview on #AEF489 background

This text has white color on #AEF489 background.