COLOR #AED198

HEX: #AED198
RGB: (174,209,152)

Color info

#AED198 contains red, green and blue colors in about the same proportion. Web safe color of #AED198 is #99CC99 (or #9C9).

RGB color model

#AED198 color RGB value is (174,209,152).

  • red value is 174;
  • green value is 209;
  • blue value is 152.
RGB:
(174,209,152)
(68%,82%,60%)

RGB channels and saturation

R 174 of 255 = 68%
G 209 of 255 = 82%
B 152 of 255 = 60%

174
209
152

R + G + B ~ 70%. #AED198 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 209 + 152 = 535 (100%)
R 174 of 535 ~ 32.52%
G 209 of 535 ~ 39.07%
B 152 of 535 ~ 28.41%

%32.52
%39.07
%28.41

CMYK color model

#AED198 color CMYK value is (17,0,27,18).

  • cyan value is 16.75%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 18.04%
CMYK:
(17,0,27,18)
C17M0Y27K18 
(17%,0%,27%,18%)
(0.17/0.00/0.27/0.18)	

CMYK percentages

%16.75
%0
%27.27
%18.04

Codes

Color #AED198 in popluar color models

AED198
RGB174209152
HSL97°38.26%70.78%
HSB/HSV97°27.27%81.96%
CMYK16.75%0.00%27.27%
18.04%

Color #AED198 in popluar number systems.

HEXAED198
Decimal174209152
Binary101011101101000110011000
Octal256321230

Shades and tints

Shades of #AED198

#AED198
(174,209,152)
#9FBE8B
(159,190,139)
#90AB7E
(144,171,126)
#819871
(129,152,113)
#728564
(114,133,100)
#637257
(99,114,87)
#545F4A
(84,95,74)
#454C3D
(69,76,61)
#363930
(54,57,48)
#272623
(39,38,35)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #AED198

#AED198
(174,209,152)
#B5D5A1
(181,213,161)
#BCD9AA
(188,217,170)
#C3DDB3
(195,221,179)
#CAE1BC
(202,225,188)
#D1E5C5
(209,229,197)
#D8E9CE
(216,233,206)
#DFEDD7
(223,237,215)
#E6F1E0
(230,241,224)
#EDF5E9
(237,245,233)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED198; }

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

This text font color is #AED198.


Background Color

.myBgColor { background-color: #AED198; }

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

This div background color is #AED198.


Border color

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

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

This div border color is #AED198.


Opacity

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

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

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

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

This text has shadow with #AED198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED198 on black background.


Color preview on white background

This text has color #AED198 on white background.



Black color preview on #AED198 background

This text has black color on #AED198 background.


White color preview on #AED198 background

This text has white color on #AED198 background.