Shades of Australian Mint #F0F5A9
Tints of Australian Mint #F0F5A9
RGB
CMYK
RGB Variations
Color information
#F0F5A9 (or 0xF0F5A9) is known color: Australian Mint. HEX triplet: F0, F5 and A9. RGB value is (240,245,169). Sum of RGB (Red+Green+Blue) = 240+245+169=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 169 (66.41% from 255 or 25.84% from 654); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F5A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F5A9 is #0F0A56. Grayscale: #EBEBEB. Windows color (decimal): -985687 or 11138544. OLE color: 11138544.
HSL color Cylindrical-coordinate representation of color #F0F5A9: hue angle of 63.95º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0F5A9 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 245 | 169 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.04 |
| HSL | 63.95º | 0.79% | 0.81% | - |
| HSV(B) | 63.95º | 0.31% | 0.96% | - |
| XYZ | 75.75 | 86.69 | 50.28 | - |
| YUV | 234.84 | 90.84 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 245 | 169 | 0.02 | 0 | 0.31 | 0.04 | 63.95 | 0.79 | 0.81 |
| Hex | F0 | F5 | A9 | 2 | 0 | 1F | 4 | 40 | 4F | 51 |
| Octal | 360 | 365 | 251 | 2 | 0 | 37 | 4 | 100 | 117 | 121 |
| Binary | 11110000 | 11110101 | 10101001 | 10 | 0 | 11111 | 100 | 1000000 | 1001111 | 1010001 |
Color Harmonies of #F0F5A9
Complementary color
Monochromatic Colors of #F0F5A9
Black with #F0F5A9
Text Example
Text Example
White with #F0F5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F5A9; }
p { color: rgb(240,245,169); }
H1.HeaderClassName
{
color: #F0F5A9;
}
.AnyTagClassName
{
color: #F0F5A9;
}
</style>
background-color css
<style>
a { background-color: #F0F5A9; }
a { background-color: rgb(240,245,169); }
div.DivClassName
{
background-color: #F0F5A9;
}
.BgClassName
{
background-color: #F0F5A9;
}
</style>
border-color css
<style>
span { border-color: #F0F5A9; }
span { border-color: rgb(240,245,169); }
td.TdClassName
{
border-color: #F0F5A9;
}
.TagClassName
{
border-color: #F0F5A9;
}
</style>