COLOR #AEDB6F

HEX: #AEDB6F
RGB: (174,219,111)

Renk bilgisi

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

RGB renk modeli

#AEDB6F color RGB value is (174,219,111).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 219 of 255 = 86%
B 111 of 255 = 44%

174
219
111

R + G + B ~ 66%. #AEDB6F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 219 + 111 = 504 (100%)
R 174 of 504 ~ 34.52%
G 219 of 504 ~ 43.45%
B 111 of 504 ~ 22.02%

%34.52
%43.45
%22.02

CMYK RENK MODELİ

#AEDB6F rengi CMYK tonu (21,0,49,14).

  • camgöbeği tonu 20.55%
  • eflatun tonu 0.00%
  • sarı tonu 49.32%
  • ana renk tonu 14.12%
CMYK:
(21,0,49,14)
C21M0Y49K14 
(21%,0%,49%,14%)
(0.21/0.00/0.49/0.14)	

CMYK yüzdeleri

%20.55
%0
%49.32
%14.12

Codes

Color #AEDB6F in popluar color models

AEDB6F
RGB174219111
HSL85°60.00%64.71%
HSB/HSV85°49.32%85.88%
CMYK20.55%0.00%49.32%
14.12%

Color #AEDB6F in popluar number systems.

HEXAEDB6F
Decimal174219111
Binary10101110110110111101111
Octal256333157

Shades and tints

Shades of #AEDB6F

#AEDB6F
(174,219,111)
#9FC865
(159,200,101)
#90B55B
(144,181,91)
#81A251
(129,162,81)
#728F47
(114,143,71)
#637C3D
(99,124,61)
#546933
(84,105,51)
#455629
(69,86,41)
#36431F
(54,67,31)
#273015
(39,48,21)
#181D0B
(24,29,11)
#000000
(0,0,0)

Tints of #AEDB6F

#AEDB6F
(174,219,111)
#B5DE7C
(181,222,124)
#BCE189
(188,225,137)
#C3E496
(195,228,150)
#CAE7A3
(202,231,163)
#D1EAB0
(209,234,176)
#D8EDBD
(216,237,189)
#DFF0CA
(223,240,202)
#E6F3D7
(230,243,215)
#EDF6E4
(237,246,228)
#F4F9F1
(244,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDB6F; }

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

This text font color is #AEDB6F.


Background Color

.myBgColor { background-color: #AEDB6F; }

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

This div background color is #AEDB6F.


Border color

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

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

This div border color is #AEDB6F.


Opacity

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

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

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

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

This text has shadow with #AEDB6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDB6F on black background.


Color preview on white background

This text has color #AEDB6F on white background.



Black color preview on #AEDB6F background

This text has black color on #AEDB6F background.


White color preview on #AEDB6F background

This text has white color on #AEDB6F background.