Shades of Australian Mint #F0F4AC
Tints of Australian Mint #F0F4AC
RGB
CMYK
RGB Variations
Color information
#F0F4AC (or 0xF0F4AC) is known color: Australian Mint. HEX triplet: F0, F4 and AC. RGB value is (240,244,172). Sum of RGB (Red+Green+Blue) = 240+244+172=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 244 (95.70% from 255 or 37.20% from 656); Blue value is 172 (67.58% from 255 or 26.22% from 656); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F4AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F4AC is #0F0B53. Grayscale: #EAEAEA. Windows color (decimal): -985940 or 11334896. OLE color: 11334896.
HSL color Cylindrical-coordinate representation of color #F0F4AC: hue angle of 63.33º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0F4AC is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 172 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.04 |
| HSL | 63.33º | 0.77% | 0.82% | - |
| HSV(B) | 63.33º | 0.3% | 0.96% | - |
| XYZ | 75.73 | 86.21 | 51.68 | - |
| YUV | 234.6 | 92.67 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 172 | 0.02 | 0 | 0.30 | 0.04 | 63.33 | 0.77 | 0.82 |
| Hex | F0 | F4 | AC | 2 | 0 | 1E | 4 | 3F | 4D | 52 |
| Octal | 360 | 364 | 254 | 2 | 0 | 36 | 4 | 77 | 115 | 122 |
| Binary | 11110000 | 11110100 | 10101100 | 10 | 0 | 11110 | 100 | 111111 | 1001101 | 1010010 |
Color Harmonies of #F0F4AC
Complementary color
Monochromatic Colors of #F0F4AC
Black with #F0F4AC
Text Example
Text Example
White with #F0F4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F4AC; }
p { color: rgb(240,244,172); }
H1.HeaderClassName
{
color: #F0F4AC;
}
.AnyTagClassName
{
color: #F0F4AC;
}
</style>
background-color css
<style>
a { background-color: #F0F4AC; }
a { background-color: rgb(240,244,172); }
div.DivClassName
{
background-color: #F0F4AC;
}
.BgClassName
{
background-color: #F0F4AC;
}
</style>
border-color css
<style>
span { border-color: #F0F4AC; }
span { border-color: rgb(240,244,172); }
td.TdClassName
{
border-color: #F0F4AC;
}
.TagClassName
{
border-color: #F0F4AC;
}
</style>