Shades of Australian Mint #F0F4A7
Tints of Australian Mint #F0F4A7
RGB
CMYK
RGB Variations
Color information
#F0F4A7 (or 0xF0F4A7) is known color: Australian Mint. HEX triplet: F0, F4 and A7. RGB value is (240,244,167). Sum of RGB (Red+Green+Blue) = 240+244+167=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 244 (95.70% from 255 or 37.48% from 651); Blue value is 167 (65.62% from 255 or 25.65% from 651); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F4A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F4A7 is #0F0B58. Grayscale: #EAEAEA. Windows color (decimal): -985945 or 11007216. OLE color: 11007216.
HSL color Cylindrical-coordinate representation of color #F0F4A7: hue angle of 63.12º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0F4A7 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 167 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.04 |
| HSL | 63.12º | 0.78% | 0.81% | - |
| HSV(B) | 63.12º | 0.32% | 0.96% | - |
| XYZ | 75.26 | 86.02 | 49.2 | - |
| YUV | 234.03 | 90.17 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 167 | 0.02 | 0 | 0.32 | 0.04 | 63.12 | 0.78 | 0.81 |
| Hex | F0 | F4 | A7 | 2 | 0 | 20 | 4 | 3F | 4E | 51 |
| Octal | 360 | 364 | 247 | 2 | 0 | 40 | 4 | 77 | 116 | 121 |
| Binary | 11110000 | 11110100 | 10100111 | 10 | 0 | 100000 | 100 | 111111 | 1001110 | 1010001 |
Color Harmonies of #F0F4A7
Complementary color
Monochromatic Colors of #F0F4A7
Black with #F0F4A7
Text Example
Text Example
White with #F0F4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F4A7; }
p { color: rgb(240,244,167); }
H1.HeaderClassName
{
color: #F0F4A7;
}
.AnyTagClassName
{
color: #F0F4A7;
}
</style>
background-color css
<style>
a { background-color: #F0F4A7; }
a { background-color: rgb(240,244,167); }
div.DivClassName
{
background-color: #F0F4A7;
}
.BgClassName
{
background-color: #F0F4A7;
}
</style>
border-color css
<style>
span { border-color: #F0F4A7; }
span { border-color: rgb(240,244,167); }
td.TdClassName
{
border-color: #F0F4A7;
}
.TagClassName
{
border-color: #F0F4A7;
}
</style>