#A1FEBF

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

Shades of Magic Mint #A1FEBF

Tints of Magic Mint #A1FEBF

Color information

#A1FEBF (or 0xA1FEBF) is unknown color: approx Magic Mint. HEX triplet: A1, FE and BF. RGB value is (161,254,191). Sum of RGB (Red+Green+Blue) = 161+254+191=606 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.57% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FEBF is #5E0140. Grayscale: #DBDBDB. Windows color (decimal): -6160705 or 12582561. OLE color: 12582561.

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

Color convert

RGB161254191-
CMYK0.3700.250.00
HSL139.35º97.89%81.37%-
HSV(B)139.35º36.61%99.61%-
XYZ59.5482.2262.02-
YUV219.01112.1986.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.57%
GREEN value IS 254 (99.61% from 255) = 41.91%
BLUE value IS 191 (75% from 255) = 31.52%
R=26.57%
G=41.91%
B=31.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612541910.3700.250.00139.3597.8981.37
HexA1FEBF2501908b6251
Octal241376277450310213142121
Binary10100001111111101011111110010101100101000101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FEBF; }

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

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

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

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

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

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

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

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