Shades of Australian Mint #F0F7A8
Tints of Australian Mint #F0F7A8
RGB
CMYK
RGB Variations
Color information
#F0F7A8 (or 0xF0F7A8) is known color: Australian Mint. HEX triplet: F0, F7 and A8. RGB value is (240,247,168). Sum of RGB (Red+Green+Blue) = 240+247+168=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 247 (96.88% from 255 or 37.71% from 655); Blue value is 168 (66.02% from 255 or 25.65% from 655); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F7A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F7A8 is #0F0857. Grayscale: #ECECEC. Windows color (decimal): -985176 or 11073520. OLE color: 11073520.
HSL color Cylindrical-coordinate representation of color #F0F7A8: hue angle of 65.32º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0F7A8 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 168 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.03 |
| HSL | 65.32º | 0.83% | 0.81% | - |
| HSV(B) | 65.32º | 0.32% | 0.97% | - |
| XYZ | 76.26 | 87.87 | 49.99 | - |
| YUV | 235.9 | 89.68 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 168 | 0.03 | 0 | 0.32 | 0.03 | 65.32 | 0.83 | 0.81 |
| Hex | F0 | F7 | A8 | 3 | 0 | 20 | 3 | 41 | 53 | 51 |
| Octal | 360 | 367 | 250 | 3 | 0 | 40 | 3 | 101 | 123 | 121 |
| Binary | 11110000 | 11110111 | 10101000 | 11 | 0 | 100000 | 11 | 1000001 | 1010011 | 1010001 |
Color Harmonies of #F0F7A8
Complementary color
Monochromatic Colors of #F0F7A8
Black with #F0F7A8
Text Example
Text Example
White with #F0F7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F7A8; }
p { color: rgb(240,247,168); }
H1.HeaderClassName
{
color: #F0F7A8;
}
.AnyTagClassName
{
color: #F0F7A8;
}
</style>
background-color css
<style>
a { background-color: #F0F7A8; }
a { background-color: rgb(240,247,168); }
div.DivClassName
{
background-color: #F0F7A8;
}
.BgClassName
{
background-color: #F0F7A8;
}
</style>
border-color css
<style>
span { border-color: #F0F7A8; }
span { border-color: rgb(240,247,168); }
td.TdClassName
{
border-color: #F0F7A8;
}
.TagClassName
{
border-color: #F0F7A8;
}
</style>