#AAFED9

Color #AAFED9 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #AAFED9

Tints of Magic Mint #AAFED9

Color information

#AAFED9 (or 0xAAFED9) is unknown color: approx Magic Mint. HEX triplet: AA, FE and D9. RGB value is (170,254,217). Sum of RGB (Red+Green+Blue) = 170+254+217=641 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.52% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFED9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFED9 is #550126. Grayscale: #E0E0E0. Windows color (decimal): -5570855 or 14286506. OLE color: 14286506.

HSL color Cylindrical-coordinate representation of color #AAFED9: hue angle of 153.57º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFED9 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB170254217-
CMYK0.3300.150.00
HSL153.57º97.67%83.14%-
HSV(B)153.57º33.07%99.61%-
XYZ64.5484.4478.54-
YUV224.67123.6789.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 26.52%
GREEN value IS 254 (99.61% from 255) = 39.63%
BLUE value IS 217 (85.16% from 255) = 33.85%
R=26.52%
G=39.63%
B=33.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702542170.3300.150.00153.5797.6783.14
HexAAFED9210F09a6253
Octal252376331410170232142123
Binary1010101011111110110110011000010111101001101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFED9; }

 p { color: rgb(170,254,217); }

 H1.HeaderClassName
 {
   color: #AAFED9;
 }
 .AnyTagClassName
 {
   color: #AAFED9;
 }
</style>
background-color css

<style>
 a { background-color: #AAFED9; }

 a { background-color: rgb(170,254,217); }

 div.DivClassName
 {
   background-color: #AAFED9;
 }
 .BgClassName
 {
   background-color: #AAFED9;
 }
</style>
border-color css

<style>
 span { border-color: #AAFED9; }

 span { border-color: rgb(170,254,217); }

 td.TdClassName
 {
   border-color: #AAFED9;
 }
 .TagClassName
 {
   border-color: #AAFED9;
 }
</style>