Shades of Australian Mint #F0FEAC
Tints of Australian Mint #F0FEAC
RGB
CMYK
RGB Variations
Color information
#F0FEAC (or 0xF0FEAC) is known color: 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
| RGB | 240 | 254 | 172 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.00 |
| HSL | 70.24º | 0.98% | 0.84% | - |
| HSV(B) | 70.24º | 0.32% | 1% | - |
| XYZ | 78.82 | 92.39 | 52.71 | - |
| YUV | 240.47 | 89.36 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 172 | 0.06 | 0 | 0.32 | 0.00 | 70.24 | 0.98 | 0.84 |
| Hex | F0 | FE | AC | 6 | 0 | 20 | 0 | 46 | 62 | 54 |
| Octal | 360 | 376 | 254 | 6 | 0 | 40 | 0 | 106 | 142 | 124 |
| Binary | 11110000 | 11111110 | 10101100 | 110 | 0 | 100000 | 0 | 1000110 | 1100010 | 1010100 |
Color Harmonies of #F0FEAC
Complementary color
Monochromatic Colors of #F0FEAC
Black with #F0FEAC
Text Example
Text Example
White with #F0FEAC
Text Example
Text Example
HTML Codes & Css Web 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>