#AAFEA5

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

Shades of Mint Green #AAFEA5

Tints of Mint Green #AAFEA5

Color information

#AAFEA5 (or 0xAAFEA5) is unknown color: approx Mint Green. HEX triplet: AA, FE and A5. RGB value is (170,254,165). Sum of RGB (Red+Green+Blue) = 170+254+165=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFEA5 is #55015A. Grayscale: #DBDBDB. Windows color (decimal): -5570907 or 10878634. OLE color: 10878634.

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

Color convert

RGB170254165-
CMYK0.3300.350.00
HSL116.63º97.8%82.16%-
HSV(B)116.63º35.04%99.61%-
XYZ58.8182.1548.35-
YUV218.7497.6793.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.86%
GREEN value IS 254 (99.61% from 255) = 43.12%
BLUE value IS 165 (64.84% from 255) = 28.01%
R=28.86%
G=43.12%
B=28.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702541650.3300.350.00116.6397.882.16
HexAAFEA5210230756252
Octal252376245410430165142122
Binary10101010111111101010010110000101000110111010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFEA5; }

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

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

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

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

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

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

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

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