Shades of Australian Mint #F0FBA0
Tints of Australian Mint #F0FBA0
RGB
CMYK
RGB Variations
Color information
#F0FBA0 (or 0xF0FBA0) is known color: Australian Mint. HEX triplet: F0, FB and A0. RGB value is (240,251,160). Sum of RGB (Red+Green+Blue) = 240+251+160=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 160 (62.89% from 255 or 24.58% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FBA0 is #0F045F. Grayscale: #EDEDED. Windows color (decimal): -984160 or 10550256. OLE color: 10550256.
HSL color Cylindrical-coordinate representation of color #F0FBA0: hue angle of 67.25º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0FBA0 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 160 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.02 |
| HSL | 67.25º | 0.92% | 0.81% | - |
| HSV(B) | 67.25º | 0.36% | 0.98% | - |
| XYZ | 76.78 | 90.06 | 46.59 | - |
| YUV | 237.34 | 84.36 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 160 | 0.04 | 0 | 0.36 | 0.02 | 67.25 | 0.92 | 0.81 |
| Hex | F0 | FB | A0 | 4 | 0 | 24 | 2 | 43 | 5C | 51 |
| Octal | 360 | 373 | 240 | 4 | 0 | 44 | 2 | 103 | 134 | 121 |
| Binary | 11110000 | 11111011 | 10100000 | 100 | 0 | 100100 | 10 | 1000011 | 1011100 | 1010001 |
Color Harmonies of #F0FBA0
Complementary color
Monochromatic Colors of #F0FBA0
Black with #F0FBA0
Text Example
Text Example
White with #F0FBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FBA0; }
p { color: rgb(240,251,160); }
H1.HeaderClassName
{
color: #F0FBA0;
}
.AnyTagClassName
{
color: #F0FBA0;
}
</style>
background-color css
<style>
a { background-color: #F0FBA0; }
a { background-color: rgb(240,251,160); }
div.DivClassName
{
background-color: #F0FBA0;
}
.BgClassName
{
background-color: #F0FBA0;
}
</style>
border-color css
<style>
span { border-color: #F0FBA0; }
span { border-color: rgb(240,251,160); }
td.TdClassName
{
border-color: #F0FBA0;
}
.TagClassName
{
border-color: #F0FBA0;
}
</style>