#F1FFA4

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

Shades of Australian Mint #F1FFA4

Tints of Australian Mint #F1FFA4

Color information

#F1FFA4 (or 0xF1FFA4) is unknown color: approx Australian Mint. HEX triplet: F1, FF and A4. RGB value is (241,255,164). Sum of RGB (Red+Green+Blue) = 241+255+164=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 164 (64.45% from 255 or 24.85% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FFA4 is #0E005B. Grayscale: #F0F0F0. Windows color (decimal): -917596 or 10813425. OLE color: 10813425.

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

Color convert

RGB241255164-
CMYK0.0500.360
HSL69.23º100%82.16%-
HSV(B)69.23º35.69%100%-
XYZ78.7492.948.9-
YUV240.4484.86128.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.52%
GREEN value IS 255 (100% from 255) = 38.64%
BLUE value IS 164 (64.45% from 255) = 24.85%
R=36.52%
G=38.64%
B=24.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412551640.0500.36069.2310082.16
HexF1FFA450240456452
Octal36137724450440105144122
Binary11110001111111111010010010101001000100010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FFA4; }

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

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

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

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

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

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

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

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