#F0FFAC

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

Shades of Australian Mint #F0FFAC

Tints of Australian Mint #F0FFAC

Color information

#F0FFAC (or 0xF0FFAC) is unknown color: approx Australian Mint. HEX triplet: F0, FF and AC. RGB value is (240,255,172). Sum of RGB (Red+Green+Blue) = 240+255+172=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 172 (67.58% from 255 or 25.79% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FFAC is #0F0053. Grayscale: #F1F1F1. Windows color (decimal): -983124 or 11337712. OLE color: 11337712.

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

Color convert

RGB240255172-
CMYK0.0600.330
HSL70.84º100%83.73%-
HSV(B)70.84º32.55%100%-
XYZ79.1493.0252.81-
YUV241.0589.03127.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.98%
GREEN value IS 255 (100% from 255) = 38.23%
BLUE value IS 172 (67.58% from 255) = 25.79%
R=35.98%
G=38.23%
B=25.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402551720.0600.33070.8410083.73
HexF0FFAC60210476454
Octal36037725460410107144124
Binary11110000111111111010110011001000010100011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FFAC; }

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

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

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

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

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

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

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

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