COLOR #AED76F

HEX: #AED76F
RGB: (174,215,111)

Renk bilgisi

#AED76F contains mainly red and green colors. #AED76F ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#AED76F color RGB value is (174,215,111).

  • kırmız ton 174;
  • yeşil ton 215;
  • mavi ton 111.
RGB:
(174,215,111)
(68%,84%,44%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 215 of 255 = 84%
B 111 of 255 = 44%

174
215
111

R + G + B ~ 65%. #AED76F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 215 + 111 = 500 (100%)
R 174 of 500 ~ 34.8%
G 215 of 500 ~ 43%
B 111 of 500 ~ 22.2%

%34.8
%43
%22.2

CMYK RENK MODELİ

#AED76F rengi CMYK tonu (19,0,48,16).

  • camgöbeği tonu 19.07%
  • eflatun tonu 0.00%
  • sarı tonu 48.37%
  • ana renk tonu 15.69%
CMYK:
(19,0,48,16)
C19M0Y48K16 
(19%,0%,48%,16%)
(0.19/0.00/0.48/0.16)	

CMYK yüzdeleri

%19.07
%0
%48.37
%15.69

Codes

Color #AED76F in popluar color models

AED76F
RGB174215111
HSL84°56.52%63.92%
HSB/HSV84°48.37%84.31%
CMYK19.07%0.00%48.37%
15.69%

Color #AED76F in popluar number systems.

HEXAED76F
Decimal174215111
Binary10101110110101111101111
Octal256327157

Shades and tints

Shades of #AED76F

#AED76F
(174,215,111)
#9FC465
(159,196,101)
#90B15B
(144,177,91)
#819E51
(129,158,81)
#728B47
(114,139,71)
#63783D
(99,120,61)
#546533
(84,101,51)
#455229
(69,82,41)
#363F1F
(54,63,31)
#272C15
(39,44,21)
#18190B
(24,25,11)
#000000
(0,0,0)

Tints of #AED76F

#AED76F
(174,215,111)
#B5DA7C
(181,218,124)
#BCDD89
(188,221,137)
#C3E096
(195,224,150)
#CAE3A3
(202,227,163)
#D1E6B0
(209,230,176)
#D8E9BD
(216,233,189)
#DFECCA
(223,236,202)
#E6EFD7
(230,239,215)
#EDF2E4
(237,242,228)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED76F color. Also use rgb(174,215,111) instead hex code.

Text Font Color

.myTextColor { color: #AED76F; }

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

This text font color is #AED76F.


Background Color

.myBgColor { background-color: #AED76F; }

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

This div background color is #AED76F.


Border color

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

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

This div border color is #AED76F.


Opacity

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

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

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

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

This text has shadow with #AED76F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED76F on black background.


Color preview on white background

This text has color #AED76F on white background.



Black color preview on #AED76F background

This text has black color on #AED76F background.


White color preview on #AED76F background

This text has white color on #AED76F background.