#F5FFA5

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

Shades of Australian Mint #F5FFA5

Tints of Australian Mint #F5FFA5

Color information

#F5FFA5 (or 0xF5FFA5) is unknown color: approx Australian Mint. HEX triplet: F5, FF and A5. RGB value is (245,255,165). Sum of RGB (Red+Green+Blue) = 245+255+165=665 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.84% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 165 (64.84% from 255 or 24.81% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FFA5 is #0A005A. Grayscale: #F2F2F2. Windows color (decimal): -655451 or 10878965. OLE color: 10878965.

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

Color convert

RGB245255165-
CMYK0.0400.350
HSL66.67º100%82.35%-
HSV(B)66.67º35.29%100%-
XYZ80.2193.6549.45-
YUV241.7584.69130.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.84%
GREEN value IS 255 (100% from 255) = 38.35%
BLUE value IS 165 (64.84% from 255) = 24.81%
R=36.84%
G=38.35%
B=24.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452551650.0400.35066.6710082.35
HexF5FFA540230436452
Octal36537724540430103144122
Binary11110101111111111010010110001000110100001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FFA5; }

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

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

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

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

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

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

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

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