#AAFEAD

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

Shades of Mint Green #AAFEAD

Tints of Mint Green #AAFEAD

Color information

#AAFEAD (or 0xAAFEAD) is unknown color: approx Mint Green. HEX triplet: AA, FE and AD. RGB value is (170,254,173). Sum of RGB (Red+Green+Blue) = 170+254+173=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFEAD is #550152. Grayscale: #DBDBDB. Windows color (decimal): -5570899 or 11402922. OLE color: 11402922.

HSL color Cylindrical-coordinate representation of color #AAFEAD: hue angle of 122.14º 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 #AAFEAD is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB170254173-
CMYK0.3300.320.00
HSL122.14º97.67%83.14%-
HSV(B)122.14º33.07%99.61%-
XYZ59.5682.4552.31-
YUV219.65101.6792.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.48%
GREEN value IS 254 (99.61% from 255) = 42.55%
BLUE value IS 173 (67.97% from 255) = 28.98%
R=28.48%
G=42.55%
B=28.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702541730.3300.320.00122.1497.6783.14
HexAAFEAD2102007a6253
Octal252376255410400172142123
Binary10101010111111101010110110000101000000111101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFEAD; }

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

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

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

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

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

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

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

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