Shades of Australian Mint #F0FAA1
Tints of Australian Mint #F0FAA1
RGB
CMYK
RGB Variations
Color information
#F0FAA1 (or 0xF0FAA1) is known color: Australian Mint. HEX triplet: F0, FA and A1. RGB value is (240,250,161). Sum of RGB (Red+Green+Blue) = 240+250+161=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 161 (63.28% from 255 or 24.73% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FAA1 is #0F055E. Grayscale: #EDEDED. Windows color (decimal): -984415 or 10615536. OLE color: 10615536.
HSL color Cylindrical-coordinate representation of color #F0FAA1: hue angle of 66.74º degrees, saturation: 0.9, 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 #F0FAA1 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 161 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.02 |
| HSL | 66.74º | 0.9% | 0.81% | - |
| HSV(B) | 66.74º | 0.36% | 0.98% | - |
| XYZ | 76.55 | 89.47 | 46.95 | - |
| YUV | 236.86 | 85.19 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 161 | 0.04 | 0 | 0.36 | 0.02 | 66.74 | 0.9 | 0.81 |
| Hex | F0 | FA | A1 | 4 | 0 | 24 | 2 | 43 | 5A | 51 |
| Octal | 360 | 372 | 241 | 4 | 0 | 44 | 2 | 103 | 132 | 121 |
| Binary | 11110000 | 11111010 | 10100001 | 100 | 0 | 100100 | 10 | 1000011 | 1011010 | 1010001 |
Color Harmonies of #F0FAA1
Complementary color
Monochromatic Colors of #F0FAA1
Black with #F0FAA1
Text Example
Text Example
White with #F0FAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FAA1; }
p { color: rgb(240,250,161); }
H1.HeaderClassName
{
color: #F0FAA1;
}
.AnyTagClassName
{
color: #F0FAA1;
}
</style>
background-color css
<style>
a { background-color: #F0FAA1; }
a { background-color: rgb(240,250,161); }
div.DivClassName
{
background-color: #F0FAA1;
}
.BgClassName
{
background-color: #F0FAA1;
}
</style>
border-color css
<style>
span { border-color: #F0FAA1; }
span { border-color: rgb(240,250,161); }
td.TdClassName
{
border-color: #F0FAA1;
}
.TagClassName
{
border-color: #F0FAA1;
}
</style>