COLOR #AEE519

HEX: #AEE519
RGB: (174,229,25)

Renk bilgisi

#AEE519 contains mainly red and green colors. #AEE519 ‘ nin web güvenlik rengi #99CC00 (ya da #9C0) dir.

RGB renk modeli

#AEE519 color RGB value is (174,229,25).

  • kırmız ton 174;
  • yeşil ton 229;
  • mavi ton 25.
RGB:
(174,229,25)
(68%,90%,10%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 229 of 255 = 90%
B 25 of 255 = 10%

174
229
25

R + G + B ~ 56%. #AEE519 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 229 + 25 = 428 (100%)
R 174 of 428 ~ 40.65%
G 229 of 428 ~ 53.5%
B 25 of 428 ~ 5.84%

%40.65
%53.5

CMYK RENK MODELİ

#AEE519 rengi CMYK tonu (24,0,89,10).

  • camgöbeği tonu 24.02%
  • eflatun tonu 0.00%
  • sarı tonu 89.08%
  • ana renk tonu 10.20%
CMYK:
(24,0,89,10)
C24M0Y89K10 
(24%,0%,89%,10%)
(0.24/0.00/0.89/0.10)	

CMYK yüzdeleri

%24.02
%0
%89.08
%10.2

Codes

Color #AEE519 in popluar color models

AEE519
RGB17422925
HSL76°80.31%49.80%
HSB/HSV76°89.08%89.80%
CMYK24.02%0.00%89.08%
10.20%

Color #AEE519 in popluar number systems.

HEXAEE519
Decimal17422925
Binary101011101110010111001
Octal25634531

Shades and tints

Shades of #AEE519

#AEE519
(174,229,25)
#9FD117
(159,209,23)
#90BD15
(144,189,21)
#81A913
(129,169,19)
#729511
(114,149,17)
#63810F
(99,129,15)
#546D0D
(84,109,13)
#45590B
(69,89,11)
#364509
(54,69,9)
#273107
(39,49,7)
#181D05
(24,29,5)
#000000
(0,0,0)

Tints of #AEE519

#AEE519
(174,229,25)
#B5E72D
(181,231,45)
#BCE941
(188,233,65)
#C3EB55
(195,235,85)
#CAED69
(202,237,105)
#D1EF7D
(209,239,125)
#D8F191
(216,241,145)
#DFF3A5
(223,243,165)
#E6F5B9
(230,245,185)
#EDF7CD
(237,247,205)
#F4F9E1
(244,249,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE519 color. Also use rgb(174,229,25) instead hex code.

Text Font Color

.myTextColor { color: #AEE519; }

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

This text font color is #AEE519.


Background Color

.myBgColor { background-color: #AEE519; }

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

This div background color is #AEE519.


Border color

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

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

This div border color is #AEE519.


Opacity

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

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

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

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

This text has shadow with #AEE519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE519 on black background.


Color preview on white background

This text has color #AEE519 on white background.



Black color preview on #AEE519 background

This text has black color on #AEE519 background.


White color preview on #AEE519 background

This text has white color on #AEE519 background.