COLOR #AED149

HEX: #AED149
RGB: (174,209,73)

Renk bilgisi

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

RGB renk modeli

#AED149 color RGB value is (174,209,73).

  • kırmız ton 174;
  • yeşil ton 209;
  • mavi ton 73.
RGB:
(174,209,73)
(68%,82%,29%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 209 of 255 = 82%
B 73 of 255 = 29%

174
209
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 209 + 73 = 456 (100%)
R 174 of 456 ~ 38.16%
G 209 of 456 ~ 45.83%
B 73 of 456 ~ 16.01%

%38.16
%45.83
%16.01

CMYK RENK MODELİ

#AED149 rengi CMYK tonu (17,0,65,18).

  • camgöbeği tonu 16.75%
  • eflatun tonu 0.00%
  • sarı tonu 65.07%
  • ana renk tonu 18.04%
CMYK:
(17,0,65,18)
C17M0Y65K18 
(17%,0%,65%,18%)
(0.17/0.00/0.65/0.18)	

CMYK yüzdeleri

%16.75
%0
%65.07
%18.04

Codes

Color #AED149 in popluar color models

AED149
RGB17420973
HSL75°59.65%55.29%
HSB/HSV75°65.07%81.96%
CMYK16.75%0.00%65.07%
18.04%

Color #AED149 in popluar number systems.

HEXAED149
Decimal17420973
Binary10101110110100011001001
Octal256321111

Shades and tints

Shades of #AED149

#AED149
(174,209,73)
#9FBE43
(159,190,67)
#90AB3D
(144,171,61)
#819837
(129,152,55)
#728531
(114,133,49)
#63722B
(99,114,43)
#545F25
(84,95,37)
#454C1F
(69,76,31)
#363919
(54,57,25)
#272613
(39,38,19)
#18130D
(24,19,13)
#000000
(0,0,0)

Tints of #AED149

#AED149
(174,209,73)
#B5D559
(181,213,89)
#BCD969
(188,217,105)
#C3DD79
(195,221,121)
#CAE189
(202,225,137)
#D1E599
(209,229,153)
#D8E9A9
(216,233,169)
#DFEDB9
(223,237,185)
#E6F1C9
(230,241,201)
#EDF5D9
(237,245,217)
#F4F9E9
(244,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED149 color. Also use rgb(174,209,73) instead hex code.

Text Font Color

.myTextColor { color: #AED149; }

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

This text font color is #AED149.


Background Color

.myBgColor { background-color: #AED149; }

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

This div background color is #AED149.


Border color

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

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

This div border color is #AED149.


Opacity

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

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

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

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

This text has shadow with #AED149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED149 on black background.


Color preview on white background

This text has color #AED149 on white background.



Black color preview on #AED149 background

This text has black color on #AED149 background.


White color preview on #AED149 background

This text has white color on #AED149 background.