COLOR #AEE021

HEX: #AEE021
RGB: (174,224,33)

Renk bilgisi

#AEE021 contains mainly red and green colors. #AEE021 ‘ nin web güvenlik rengi #99CC33 (ya da #9C3) dir.

RGB renk modeli

#AEE021 color RGB value is (174,224,33).

  • kırmız ton 174;
  • yeşil ton 224;
  • mavi ton 33.
RGB:
(174,224,33)
(68%,88%,13%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 224 of 255 = 88%
B 33 of 255 = 13%

174
224
33

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 224 + 33 = 431 (100%)
R 174 of 431 ~ 40.37%
G 224 of 431 ~ 51.97%
B 33 of 431 ~ 7.66%

%40.37
%51.97

CMYK RENK MODELİ

#AEE021 rengi CMYK tonu (22,0,85,12).

  • camgöbeği tonu 22.32%
  • eflatun tonu 0.00%
  • sarı tonu 85.27%
  • ana renk tonu 12.16%
CMYK:
(22,0,85,12)
C22M0Y85K12 
(22%,0%,85%,12%)
(0.22/0.00/0.85/0.12)	

CMYK yüzdeleri

%22.32
%0
%85.27
%12.16

Codes

Color #AEE021 in popluar color models

AEE021
RGB17422433
HSL76°75.49%50.39%
HSB/HSV76°85.27%87.84%
CMYK22.32%0.00%85.27%
12.16%

Color #AEE021 in popluar number systems.

HEXAEE021
Decimal17422433
Binary1010111011100000100001
Octal25634041

Shades and tints

Shades of #AEE021

#AEE021
(174,224,33)
#9FCC1E
(159,204,30)
#90B81B
(144,184,27)
#81A418
(129,164,24)
#729015
(114,144,21)
#637C12
(99,124,18)
#54680F
(84,104,15)
#45540C
(69,84,12)
#364009
(54,64,9)
#272C06
(39,44,6)
#181803
(24,24,3)
#000000
(0,0,0)

Tints of #AEE021

#AEE021
(174,224,33)
#B5E235
(181,226,53)
#BCE449
(188,228,73)
#C3E65D
(195,230,93)
#CAE871
(202,232,113)
#D1EA85
(209,234,133)
#D8EC99
(216,236,153)
#DFEEAD
(223,238,173)
#E6F0C1
(230,240,193)
#EDF2D5
(237,242,213)
#F4F4E9
(244,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE021 color. Also use rgb(174,224,33) instead hex code.

Text Font Color

.myTextColor { color: #AEE021; }

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

This text font color is #AEE021.


Background Color

.myBgColor { background-color: #AEE021; }

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

This div background color is #AEE021.


Border color

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

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

This div border color is #AEE021.


Opacity

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

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

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

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

This text has shadow with #AEE021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE021 on black background.


Color preview on white background

This text has color #AEE021 on white background.



Black color preview on #AEE021 background

This text has black color on #AEE021 background.


White color preview on #AEE021 background

This text has white color on #AEE021 background.