#F5FFA1

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

Shades of Australian Mint #F5FFA1

Tints of Australian Mint #F5FFA1

Color information

#F5FFA1 (or 0xF5FFA1) is unknown color: approx Australian Mint. HEX triplet: F5, FF and A1. RGB value is (245,255,161). Sum of RGB (Red+Green+Blue) = 245+255+161=661 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.07% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 161 (63.28% from 255 or 24.36% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FFA1 is #0A005E. Grayscale: #F1F1F1. Windows color (decimal): -655455 or 10616821. OLE color: 10616821.

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

Color convert

RGB245255161-
CMYK0.0400.370
HSL66.38º100%81.57%-
HSV(B)66.38º36.86%100%-
XYZ79.8593.5147.56-
YUV241.2982.69130.64-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.07%
GREEN value IS 255 (100% from 255) = 38.58%
BLUE value IS 161 (63.28% from 255) = 24.36%
R=37.07%
G=38.58%
B=24.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452551610.0400.37066.3810081.57
HexF5FFA140250426452
Octal36537724140450102144122
Binary11110101111111111010000110001001010100001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FFA1; }

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

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

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

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

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

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

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

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