Shades of Australian Mint #F0FBA5
Tints of Australian Mint #F0FBA5
RGB
CMYK
RGB Variations
Color information
#F0FBA5 (or 0xF0FBA5) is known color: Australian Mint. HEX triplet: F0, FB and A5. RGB value is (240,251,165). Sum of RGB (Red+Green+Blue) = 240+251+165=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 165 (64.84% from 255 or 25.15% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FBA5 is #0F045A. Grayscale: #EEEEEE. Windows color (decimal): -984155 or 10877936. OLE color: 10877936.
HSL color Cylindrical-coordinate representation of color #F0FBA5: hue angle of 67.67º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0FBA5 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 165 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.02 |
| HSL | 67.67º | 0.91% | 0.82% | - |
| HSV(B) | 67.67º | 0.34% | 0.98% | - |
| XYZ | 77.22 | 90.24 | 48.94 | - |
| YUV | 237.91 | 86.86 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 165 | 0.04 | 0 | 0.34 | 0.02 | 67.67 | 0.91 | 0.82 |
| Hex | F0 | FB | A5 | 4 | 0 | 22 | 2 | 44 | 5B | 52 |
| Octal | 360 | 373 | 245 | 4 | 0 | 42 | 2 | 104 | 133 | 122 |
| Binary | 11110000 | 11111011 | 10100101 | 100 | 0 | 100010 | 10 | 1000100 | 1011011 | 1010010 |
Color Harmonies of #F0FBA5
Complementary color
Monochromatic Colors of #F0FBA5
Black with #F0FBA5
Text Example
Text Example
White with #F0FBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FBA5; }
p { color: rgb(240,251,165); }
H1.HeaderClassName
{
color: #F0FBA5;
}
.AnyTagClassName
{
color: #F0FBA5;
}
</style>
background-color css
<style>
a { background-color: #F0FBA5; }
a { background-color: rgb(240,251,165); }
div.DivClassName
{
background-color: #F0FBA5;
}
.BgClassName
{
background-color: #F0FBA5;
}
</style>
border-color css
<style>
span { border-color: #F0FBA5; }
span { border-color: rgb(240,251,165); }
td.TdClassName
{
border-color: #F0FBA5;
}
.TagClassName
{
border-color: #F0FBA5;
}
</style>