COLOR #AEC488

HEX: #AEC488
RGB: (174,196,136)

Renk bilgisi

#AEC488 contains mainly red and green colors. #AEC488 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#AEC488 color RGB value is (174,196,136).

  • kırmız ton 174;
  • yeşil ton 196;
  • mavi ton 136.
RGB:
(174,196,136)
(68%,77%,53%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 196 of 255 = 77%
B 136 of 255 = 53%

174
196
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 196 + 136 = 506 (100%)
R 174 of 506 ~ 34.39%
G 196 of 506 ~ 38.74%
B 136 of 506 ~ 26.88%

%34.39
%38.74
%26.88

CMYK RENK MODELİ

#AEC488 rengi CMYK tonu (11,0,31,23).

  • camgöbeği tonu 11.22%
  • eflatun tonu 0.00%
  • sarı tonu 30.61%
  • ana renk tonu 23.14%
CMYK:
(11,0,31,23)
C11M0Y31K23 
(11%,0%,31%,23%)
(0.11/0.00/0.31/0.23)	

CMYK yüzdeleri

%11.22
%0
%30.61
%23.14

Codes

Color #AEC488 in popluar color models

AEC488
RGB174196136
HSL82°33.71%65.10%
HSB/HSV82°30.61%76.86%
CMYK11.22%0.00%30.61%
23.14%

Color #AEC488 in popluar number systems.

HEXAEC488
Decimal174196136
Binary101011101100010010001000
Octal256304210

Shades and tints

Shades of #AEC488

#AEC488
(174,196,136)
#9FB37C
(159,179,124)
#90A270
(144,162,112)
#819164
(129,145,100)
#728058
(114,128,88)
#636F4C
(99,111,76)
#545E40
(84,94,64)
#454D34
(69,77,52)
#363C28
(54,60,40)
#272B1C
(39,43,28)
#181A10
(24,26,16)
#000000
(0,0,0)

Tints of #AEC488

#AEC488
(174,196,136)
#B5C992
(181,201,146)
#BCCE9C
(188,206,156)
#C3D3A6
(195,211,166)
#CAD8B0
(202,216,176)
#D1DDBA
(209,221,186)
#D8E2C4
(216,226,196)
#DFE7CE
(223,231,206)
#E6ECD8
(230,236,216)
#EDF1E2
(237,241,226)
#F4F6EC
(244,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC488 color. Also use rgb(174,196,136) instead hex code.

Text Font Color

.myTextColor { color: #AEC488; }

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

This text font color is #AEC488.


Background Color

.myBgColor { background-color: #AEC488; }

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

This div background color is #AEC488.


Border color

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

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

This div border color is #AEC488.


Opacity

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

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

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

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

This text has shadow with #AEC488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC488 on black background.


Color preview on white background

This text has color #AEC488 on white background.



Black color preview on #AEC488 background

This text has black color on #AEC488 background.


White color preview on #AEC488 background

This text has white color on #AEC488 background.