#A1FFCA

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

Shades of Magic Mint #A1FFCA

Tints of Magic Mint #A1FFCA

Color information

#A1FFCA (or 0xA1FFCA) is unknown color: approx Magic Mint. HEX triplet: A1, FF and CA. RGB value is (161,255,202). Sum of RGB (Red+Green+Blue) = 161+255+202=618 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.05% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFCA is #5E0035. Grayscale: #DCDCDC. Windows color (decimal): -6160438 or 13303713. OLE color: 13303713.

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

Color convert

RGB161255202-
CMYK0.3700.210
HSL146.17º100%81.57%-
HSV(B)146.17º36.86%100%-
XYZ61.1283.3668.75-
YUV220.85117.3685.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.05%
GREEN value IS 255 (100% from 255) = 41.26%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=26.05%
G=41.26%
B=32.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612552020.3700.210146.1710081.57
HexA1FFCA250150926452
Octal241377312450250222144122
Binary10100001111111111100101010010101010101001001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FFCA; }

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

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

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

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

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

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

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

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