Shades of Australian Mint #F0FBA4
Tints of Australian Mint #F0FBA4
RGB
CMYK
RGB Variations
Color information
#F0FBA4 (or 0xF0FBA4) is known color: Australian Mint. HEX triplet: F0, FB and A4. RGB value is (240,251,164). Sum of RGB (Red+Green+Blue) = 240+251+164=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 164 (64.45% from 255 or 25.04% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FBA4 is #0F045B. Grayscale: #EEEEEE. Windows color (decimal): -984156 or 10812400. OLE color: 10812400.
HSL color Cylindrical-coordinate representation of color #F0FBA4: hue angle of 67.59º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0FBA4 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 164 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.02 |
| HSL | 67.59º | 0.92% | 0.81% | - |
| HSV(B) | 67.59º | 0.35% | 0.98% | - |
| XYZ | 77.13 | 90.2 | 48.47 | - |
| YUV | 237.79 | 86.36 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 164 | 0.04 | 0 | 0.35 | 0.02 | 67.59 | 0.92 | 0.81 |
| Hex | F0 | FB | A4 | 4 | 0 | 23 | 2 | 44 | 5C | 51 |
| Octal | 360 | 373 | 244 | 4 | 0 | 43 | 2 | 104 | 134 | 121 |
| Binary | 11110000 | 11111011 | 10100100 | 100 | 0 | 100011 | 10 | 1000100 | 1011100 | 1010001 |
Color Harmonies of #F0FBA4
Complementary color
Monochromatic Colors of #F0FBA4
Black with #F0FBA4
Text Example
Text Example
White with #F0FBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FBA4; }
p { color: rgb(240,251,164); }
H1.HeaderClassName
{
color: #F0FBA4;
}
.AnyTagClassName
{
color: #F0FBA4;
}
</style>
background-color css
<style>
a { background-color: #F0FBA4; }
a { background-color: rgb(240,251,164); }
div.DivClassName
{
background-color: #F0FBA4;
}
.BgClassName
{
background-color: #F0FBA4;
}
</style>
border-color css
<style>
span { border-color: #F0FBA4; }
span { border-color: rgb(240,251,164); }
td.TdClassName
{
border-color: #F0FBA4;
}
.TagClassName
{
border-color: #F0FBA4;
}
</style>