#F1FFA5

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

Shades of Australian Mint #F1FFA5

Tints of Australian Mint #F1FFA5

Color information

#F1FFA5 (or 0xF1FFA5) is unknown color: approx Australian Mint. HEX triplet: F1, FF and A5. RGB value is (241,255,165). Sum of RGB (Red+Green+Blue) = 241+255+165=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 165 (64.84% from 255 or 24.96% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FFA5 is #0E005A. Grayscale: #F0F0F0. Windows color (decimal): -917595 or 10878961. OLE color: 10878961.

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

Color convert

RGB241255165-
CMYK0.0500.350
HSL69.33º100%82.35%-
HSV(B)69.33º35.29%100%-
XYZ78.8392.9449.38-
YUV240.5585.36128.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.46%
GREEN value IS 255 (100% from 255) = 38.58%
BLUE value IS 165 (64.84% from 255) = 24.96%
R=36.46%
G=38.58%
B=24.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412551650.0500.35069.3310082.35
HexF1FFA550230456452
Octal36137724550430105144122
Binary11110001111111111010010110101000110100010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FFA5; }

 p { color: rgb(241,255,165); }

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

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

 a { background-color: rgb(241,255,165); }

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

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

 span { border-color: rgb(241,255,165); }

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