#F0FEAC

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

Shades of Australian Mint #F0FEAC

Tints of Australian Mint #F0FEAC

Color information

#F0FEAC (or 0xF0FEAC) is unknown color: approx Australian Mint. HEX triplet: F0, FE and AC. RGB value is (240,254,172). Sum of RGB (Red+Green+Blue) = 240+254+172=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 172 (67.58% from 255 or 25.83% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FEAC is #0F0153. Grayscale: #F0F0F0. Windows color (decimal): -983380 or 11337456. OLE color: 11337456.

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

Color convert

RGB240254172-
CMYK0.0600.320.00
HSL70.24º97.62%83.53%-
HSV(B)70.24º32.28%99.61%-
XYZ78.8292.3952.71-
YUV240.4789.36127.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.04%
GREEN value IS 254 (99.61% from 255) = 38.14%
BLUE value IS 172 (67.58% from 255) = 25.83%
R=36.04%
G=38.14%
B=25.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402541720.0600.320.0070.2497.6283.53
HexF0FEAC60200466254
Octal36037625460400106142124
Binary11110000111111101010110011001000000100011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FEAC; }

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

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

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

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

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

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

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

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