#A1FEDC

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

Shades of Magic Mint #A1FEDC

Tints of Magic Mint #A1FEDC

Color information

#A1FEDC (or 0xA1FEDC) is unknown color: approx Magic Mint. HEX triplet: A1, FE and DC. RGB value is (161,254,220). Sum of RGB (Red+Green+Blue) = 161+254+220=635 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.35% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FEDC is #5E0123. Grayscale: #DEDEDE. Windows color (decimal): -6160676 or 14483105. OLE color: 14483105.

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

Color convert

RGB161254220-
CMYK0.3700.130.00
HSL158.06º97.89%81.37%-
HSV(B)158.06º36.61%99.61%-
XYZ63.0683.6380.53-
YUV222.32126.6984.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.35%
GREEN value IS 254 (99.61% from 255) = 40%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=25.35%
G=40%
B=34.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612542200.3700.130.00158.0697.8981.37
HexA1FEDC250D09e6251
Octal241376334450150236142121
Binary1010000111111110110111001001010110101001111011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FEDC; }

 p { color: rgb(161,254,220); }

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

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

 a { background-color: rgb(161,254,220); }

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

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

 span { border-color: rgb(161,254,220); }

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