#F6FFA1

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

Shades of Australian Mint #F6FFA1

Tints of Australian Mint #F6FFA1

Color information

#F6FFA1 (or 0xF6FFA1) is unknown color: approx Australian Mint. HEX triplet: F6, FF and A1. RGB value is (246,255,161). Sum of RGB (Red+Green+Blue) = 246+255+161=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 161 (63.28% from 255 or 24.32% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FFA1 is #09005E. Grayscale: #F1F1F1. Windows color (decimal): -589919 or 10616822. OLE color: 10616822.

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

Color convert

RGB246255161-
CMYK0.0400.370
HSL65.74º100%81.57%-
HSV(B)65.74º36.86%100%-
XYZ80.293.6947.57-
YUV241.5982.52131.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.16%
GREEN value IS 255 (100% from 255) = 38.52%
BLUE value IS 161 (63.28% from 255) = 24.32%
R=37.16%
G=38.52%
B=24.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2462551610.0400.37065.7410081.57
HexF6FFA140250426452
Octal36637724140450102144122
Binary11110110111111111010000110001001010100001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FFA1; }

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

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

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

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

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

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

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

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