COLOR #AEDD47

HEX: #AEDD47
RGB: (174,221,71)

Renk bilgisi

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

RGB renk modeli

#AEDD47 color RGB value is (174,221,71).

  • kırmız ton 174;
  • yeşil ton 221;
  • mavi ton 71.
RGB:
(174,221,71)
(68%,87%,28%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 221 of 255 = 87%
B 71 of 255 = 28%

174
221
71

R + G + B ~ 61%. #AEDD47 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 221 + 71 = 466 (100%)
R 174 of 466 ~ 37.34%
G 221 of 466 ~ 47.42%
B 71 of 466 ~ 15.24%

%37.34
%47.42
%15.24

CMYK RENK MODELİ

#AEDD47 rengi CMYK tonu (21,0,68,13).

  • camgöbeği tonu 21.27%
  • eflatun tonu 0.00%
  • sarı tonu 67.87%
  • ana renk tonu 13.33%
CMYK:
(21,0,68,13)
C21M0Y68K13 
(21%,0%,68%,13%)
(0.21/0.00/0.68/0.13)	

CMYK yüzdeleri

%21.27
%0
%67.87
%13.33

Codes

Color #AEDD47 in popluar color models

AEDD47
RGB17422171
HSL79°68.81%57.25%
HSB/HSV79°67.87%86.67%
CMYK21.27%0.00%67.87%
13.33%

Color #AEDD47 in popluar number systems.

HEXAEDD47
Decimal17422171
Binary10101110110111011000111
Octal256335107

Shades and tints

Shades of #AEDD47

#AEDD47
(174,221,71)
#9FC941
(159,201,65)
#90B53B
(144,181,59)
#81A135
(129,161,53)
#728D2F
(114,141,47)
#637929
(99,121,41)
#546523
(84,101,35)
#45511D
(69,81,29)
#363D17
(54,61,23)
#272911
(39,41,17)
#18150B
(24,21,11)
#000000
(0,0,0)

Tints of #AEDD47

#AEDD47
(174,221,71)
#B5E057
(181,224,87)
#BCE367
(188,227,103)
#C3E677
(195,230,119)
#CAE987
(202,233,135)
#D1EC97
(209,236,151)
#D8EFA7
(216,239,167)
#DFF2B7
(223,242,183)
#E6F5C7
(230,245,199)
#EDF8D7
(237,248,215)
#F4FBE7
(244,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDD47 color. Also use rgb(174,221,71) instead hex code.

Text Font Color

.myTextColor { color: #AEDD47; }

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

This text font color is #AEDD47.


Background Color

.myBgColor { background-color: #AEDD47; }

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

This div background color is #AEDD47.


Border color

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

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

This div border color is #AEDD47.


Opacity

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

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

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

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

This text has shadow with #AEDD47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDD47 on black background.


Color preview on white background

This text has color #AEDD47 on white background.



Black color preview on #AEDD47 background

This text has black color on #AEDD47 background.


White color preview on #AEDD47 background

This text has white color on #AEDD47 background.