Shades of Australian Mint #F0FA9E
Tints of Australian Mint #F0FA9E
RGB
CMYK
RGB Variations
Color information
#F0FA9E (or 0xF0FA9E) is known color: Australian Mint. HEX triplet: F0, FA and 9E. RGB value is (240,250,158). Sum of RGB (Red+Green+Blue) = 240+250+158=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 158 (62.11% from 255 or 24.38% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FA9E is #0F0561. Grayscale: #ECECEC. Windows color (decimal): -984418 or 10418928. OLE color: 10418928.
HSL color Cylindrical-coordinate representation of color #F0FA9E: hue angle of 66.52º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F0FA9E is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 158 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.02 |
| HSL | 66.52º | 0.9% | 0.8% | - |
| HSV(B) | 66.52º | 0.37% | 0.98% | - |
| XYZ | 76.29 | 89.37 | 45.58 | - |
| YUV | 236.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 158 | 0.04 | 0 | 0.37 | 0.02 | 66.52 | 0.9 | 0.8 |
| Hex | F0 | FA | 9E | 4 | 0 | 25 | 2 | 43 | 5A | 50 |
| Octal | 360 | 372 | 236 | 4 | 0 | 45 | 2 | 103 | 132 | 120 |
| Binary | 11110000 | 11111010 | 10011110 | 100 | 0 | 100101 | 10 | 1000011 | 1011010 | 1010000 |
Color Harmonies of #F0FA9E
Complementary color
Monochromatic Colors of #F0FA9E
Black with #F0FA9E
Text Example
Text Example
White with #F0FA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA9E; }
p { color: rgb(240,250,158); }
H1.HeaderClassName
{
color: #F0FA9E;
}
.AnyTagClassName
{
color: #F0FA9E;
}
</style>
background-color css
<style>
a { background-color: #F0FA9E; }
a { background-color: rgb(240,250,158); }
div.DivClassName
{
background-color: #F0FA9E;
}
.BgClassName
{
background-color: #F0FA9E;
}
</style>
border-color css
<style>
span { border-color: #F0FA9E; }
span { border-color: rgb(240,250,158); }
td.TdClassName
{
border-color: #F0FA9E;
}
.TagClassName
{
border-color: #F0FA9E;
}
</style>