#A1FCC9

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

Shades of Magic Mint #A1FCC9

Tints of Magic Mint #A1FCC9

Color information

#A1FCC9 (or 0xA1FCC9) is unknown color: approx Magic Mint. HEX triplet: A1, FC and C9. RGB value is (161,252,201). Sum of RGB (Red+Green+Blue) = 161+252+201=614 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.22% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FCC9 is #5E0336. Grayscale: #DBDBDB. Windows color (decimal): -6161207 or 13237409. OLE color: 13237409.

HSL color Cylindrical-coordinate representation of color #A1FCC9: hue angle of 146.37º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FCC9 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB161252201-
CMYK0.3600.200.01
HSL146.37º93.81%80.98%-
HSV(B)146.37º36.11%98.82%-
XYZ60.0581.4167.81-
YUV218.98117.8586.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.22%
GREEN value IS 252 (98.83% from 255) = 41.04%
BLUE value IS 201 (78.91% from 255) = 32.74%
R=26.22%
G=41.04%
B=32.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612522010.3600.200.01146.3793.8180.98
HexA1FCC9240141925e51
Octal241374311440241222136121
Binary10100001111111001100100110010001010011001001010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FCC9; }

 p { color: rgb(161,252,201); }

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

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

 a { background-color: rgb(161,252,201); }

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

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

 span { border-color: rgb(161,252,201); }

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