Shades of Australian Mint #F0F7A4
Tints of Australian Mint #F0F7A4
RGB
CMYK
RGB Variations
Color information
#F0F7A4 (or 0xF0F7A4) is known color: Australian Mint. HEX triplet: F0, F7 and A4. RGB value is (240,247,164). Sum of RGB (Red+Green+Blue) = 240+247+164=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 247 (96.88% from 255 or 37.94% from 651); Blue value is 164 (64.45% from 255 or 25.19% from 651); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F7A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F7A4 is #0F085B. Grayscale: #EBEBEB. Windows color (decimal): -985180 or 10811376. OLE color: 10811376.
HSL color Cylindrical-coordinate representation of color #F0F7A4: hue angle of 65.06º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0F7A4 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 164 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.03 |
| HSL | 65.06º | 0.84% | 0.81% | - |
| HSV(B) | 65.06º | 0.34% | 0.97% | - |
| XYZ | 75.9 | 87.73 | 48.05 | - |
| YUV | 235.45 | 87.68 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 164 | 0.03 | 0 | 0.34 | 0.03 | 65.06 | 0.84 | 0.81 |
| Hex | F0 | F7 | A4 | 3 | 0 | 22 | 3 | 41 | 54 | 51 |
| Octal | 360 | 367 | 244 | 3 | 0 | 42 | 3 | 101 | 124 | 121 |
| Binary | 11110000 | 11110111 | 10100100 | 11 | 0 | 100010 | 11 | 1000001 | 1010100 | 1010001 |
Color Harmonies of #F0F7A4
Complementary color
Monochromatic Colors of #F0F7A4
Black with #F0F7A4
Text Example
Text Example
White with #F0F7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F7A4; }
p { color: rgb(240,247,164); }
H1.HeaderClassName
{
color: #F0F7A4;
}
.AnyTagClassName
{
color: #F0F7A4;
}
</style>
background-color css
<style>
a { background-color: #F0F7A4; }
a { background-color: rgb(240,247,164); }
div.DivClassName
{
background-color: #F0F7A4;
}
.BgClassName
{
background-color: #F0F7A4;
}
</style>
border-color css
<style>
span { border-color: #F0F7A4; }
span { border-color: rgb(240,247,164); }
td.TdClassName
{
border-color: #F0F7A4;
}
.TagClassName
{
border-color: #F0F7A4;
}
</style>