#F0FFA1

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

Shades of Australian Mint #F0FFA1

Tints of Australian Mint #F0FFA1

Color information

#F0FFA1 (or 0xF0FFA1) is unknown color: approx Australian Mint. HEX triplet: F0, FF and A1. RGB value is (240,255,161). Sum of RGB (Red+Green+Blue) = 240+255+161=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 161 (63.28% from 255 or 24.54% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FFA1 is #0F005E. Grayscale: #F0F0F0. Windows color (decimal): -983135 or 10616816. OLE color: 10616816.

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

Color convert

RGB240255161-
CMYK0.0600.370
HSL69.57º100%81.57%-
HSV(B)69.57º36.86%100%-
XYZ78.1392.6247.48-
YUV239.883.53128.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.59%
GREEN value IS 255 (100% from 255) = 38.87%
BLUE value IS 161 (63.28% from 255) = 24.54%
R=36.59%
G=38.87%
B=24.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402551610.0600.37069.5710081.57
HexF0FFA160250466452
Octal36037724160450106144122
Binary11110000111111111010000111001001010100011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FFA1; }

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

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

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

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

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

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

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

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