#A4FEBD

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

Shades of Magic Mint #A4FEBD

Tints of Magic Mint #A4FEBD

Color information

#A4FEBD (or 0xA4FEBD) is unknown color: approx Magic Mint. HEX triplet: A4, FE and BD. RGB value is (164,254,189). Sum of RGB (Red+Green+Blue) = 164+254+189=607 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.02% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FEBD is #5B0142. Grayscale: #DBDBDB. Windows color (decimal): -5964099 or 12451492. OLE color: 12451492.

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

Color convert

RGB164254189-
CMYK0.3500.260.00
HSL136.67º97.83%81.96%-
HSV(B)136.67º35.43%99.61%-
XYZ59.9482.4560.9-
YUV219.68110.6888.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.02%
GREEN value IS 254 (99.61% from 255) = 41.85%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=27.02%
G=41.85%
B=31.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1642541890.3500.260.00136.6797.8381.96
HexA4FEBD2301A0896252
Octal244376275430320211142122
Binary10100100111111101011110110001101101001000100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FEBD; }

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

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

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

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

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

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

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

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