#A4FEDC

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

Shades of Magic Mint #A4FEDC

Tints of Magic Mint #A4FEDC

Color information

#A4FEDC (or 0xA4FEDC) is unknown color: approx Magic Mint. HEX triplet: A4, FE and DC. RGB value is (164,254,220). Sum of RGB (Red+Green+Blue) = 164+254+220=638 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.71% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FEDC is #5B0123. Grayscale: #DFDFDF. Windows color (decimal): -5964068 or 14483108. OLE color: 14483108.

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

Color convert

RGB164254220-
CMYK0.3500.130.00
HSL157.33º97.83%81.96%-
HSV(B)157.33º35.43%99.61%-
XYZ63.6783.9480.56-
YUV223.21126.1885.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.71%
GREEN value IS 254 (99.61% from 255) = 39.81%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=25.71%
G=39.81%
B=34.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1642542200.3500.130.00157.3397.8381.96
HexA4FEDC230D09d6252
Octal244376334430150235142122
Binary1010010011111110110111001000110110101001110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FEDC; }

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

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

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

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

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

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

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

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