#F6FEA6

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

Shades of Australian Mint #F6FEA6

Tints of Australian Mint #F6FEA6

Color information

#F6FEA6 (or 0xF6FEA6) is unknown color: approx Australian Mint. HEX triplet: F6, FE and A6. RGB value is (246,254,166). Sum of RGB (Red+Green+Blue) = 246+254+166=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 166 (65.23% from 255 or 24.92% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FEA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FEA6 is #090159. Grayscale: #F1F1F1. Windows color (decimal): -590170 or 10944246. OLE color: 10944246.

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

Color convert

RGB246254166-
CMYK0.0300.350.00
HSL65.45º97.78%82.35%-
HSV(B)65.45º34.65%99.61%-
XYZ80.3393.2349.84-
YUV241.5885.35131.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.94%
GREEN value IS 254 (99.61% from 255) = 38.14%
BLUE value IS 166 (65.23% from 255) = 24.92%
R=36.94%
G=38.14%
B=24.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462541660.0300.350.0065.4597.7882.35
HexF6FEA630230416252
Octal36637624630430101142122
Binary1111011011111110101001101101000110100000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FEA6; }

 p { color: rgb(246,254,166); }

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

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

 a { background-color: rgb(246,254,166); }

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

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

 span { border-color: rgb(246,254,166); }

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