#A1FFC2

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

Shades of Magic Mint #A1FFC2

Tints of Magic Mint #A1FFC2

Color information

#A1FFC2 (or 0xA1FFC2) is unknown color: approx Magic Mint. HEX triplet: A1, FF and C2. RGB value is (161,255,194). Sum of RGB (Red+Green+Blue) = 161+255+194=610 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.39% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFC2 is #5E003D. Grayscale: #DCDCDC. Windows color (decimal): -6160446 or 12779425. OLE color: 12779425.

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

Color convert

RGB161255194-
CMYK0.3700.240
HSL141.06º100%81.57%-
HSV(B)141.06º36.86%100%-
XYZ60.282.9963.89-
YUV219.94113.3685.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.39%
GREEN value IS 255 (100% from 255) = 41.80%
BLUE value IS 194 (76.17% from 255) = 31.80%
R=26.39%
G=41.80%
B=31.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612551940.3700.240141.0610081.57
HexA1FFC22501808d6452
Octal241377302450300215144122
Binary10100001111111111100001010010101100001000110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FFC2; }

 p { color: rgb(161,255,194); }

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

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

 a { background-color: rgb(161,255,194); }

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

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

 span { border-color: rgb(161,255,194); }

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