COLOR #AED298

HEX: #AED298
RGB: (174,210,152)

Color info

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

RGB color model

#AED298 color RGB value is (174,210,152).

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

RGB channels and saturation

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

174
210
152

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

Portions of RGB colors in percentages

R + G + B =
174 + 210 + 152 = 536 (100%)
R 174 of 536 ~ 32.46%
G 210 of 536 ~ 39.18%
B 152 of 536 ~ 28.36%

%32.46
%39.18
%28.36

CMYK color model

#AED298 color CMYK value is (17,0,28,18).

  • cyan value is 17.14%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 17.65%
CMYK:
(17,0,28,18)
C17M0Y28K18 
(17%,0%,28%,18%)
(0.17/0.00/0.28/0.18)	

CMYK percentages

%17.14
%0
%27.62
%17.65

Codes

Color #AED298 in popluar color models

AED298
RGB174210152
HSL97°39.19%70.98%
HSB/HSV97°27.62%82.35%
CMYK17.14%0.00%27.62%
17.65%

Color #AED298 in popluar number systems.

HEXAED298
Decimal174210152
Binary101011101101001010011000
Octal256322230

Shades and tints

Shades of #AED298

#AED298
(174,210,152)
#9FBF8B
(159,191,139)
#90AC7E
(144,172,126)
#819971
(129,153,113)
#728664
(114,134,100)
#637357
(99,115,87)
#54604A
(84,96,74)
#454D3D
(69,77,61)
#363A30
(54,58,48)
#272723
(39,39,35)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #AED298

#AED298
(174,210,152)
#B5D6A1
(181,214,161)
#BCDAAA
(188,218,170)
#C3DEB3
(195,222,179)
#CAE2BC
(202,226,188)
#D1E6C5
(209,230,197)
#D8EACE
(216,234,206)
#DFEED7
(223,238,215)
#E6F2E0
(230,242,224)
#EDF6E9
(237,246,233)
#F4FAF2
(244,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED298; }

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

This text font color is #AED298.


Background Color

.myBgColor { background-color: #AED298; }

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

This div background color is #AED298.


Border color

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

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

This div border color is #AED298.


Opacity

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

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

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

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

This text has shadow with #AED298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED298 on black background.


Color preview on white background

This text has color #AED298 on white background.



Black color preview on #AED298 background

This text has black color on #AED298 background.


White color preview on #AED298 background

This text has white color on #AED298 background.