Shades of Australian Mint #F0FFA1
Tints of Australian Mint #F0FFA1
RGB
CMYK
RGB Variations
Color information
#F0FFA1 (or 0xF0FFA1) is known color: Australian Mint. HEX triplet: F0, FF and A1. RGB value is (240,255,161). Sum of RGB (Red+Green+Blue) = 240+255+161=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 161 (63.28% from 255 or 24.54% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FFA1 is #0F005E. Grayscale: #F0F0F0. Windows color (decimal): -983135 or 10616816. OLE color: 10616816.
HSL color Cylindrical-coordinate representation of color #F0FFA1: hue angle of 69.57º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F0FFA1 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 161 | - |
| CMYK | 0.06 | 0 | 0.37 | 0 |
| HSL | 69.57º | 1% | 0.82% | - |
| HSV(B) | 69.57º | 0.37% | 1% | - |
| XYZ | 78.13 | 92.62 | 47.48 | - |
| YUV | 239.8 | 83.53 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 161 | 0.06 | 0 | 0.37 | 0 | 69.57 | 1 | 0.82 |
| Hex | F0 | FF | A1 | 6 | 0 | 25 | 0 | 46 | 64 | 52 |
| Octal | 360 | 377 | 241 | 6 | 0 | 45 | 0 | 106 | 144 | 122 |
| Binary | 11110000 | 11111111 | 10100001 | 110 | 0 | 100101 | 0 | 1000110 | 1100100 | 1010010 |
Color Harmonies of #F0FFA1
Complementary color
Monochromatic Colors of #F0FFA1
Black with #F0FFA1
Text Example
Text Example
White with #F0FFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFA1; }
p { color: rgb(240,255,161); }
H1.HeaderClassName
{
color: #F0FFA1;
}
.AnyTagClassName
{
color: #F0FFA1;
}
</style>
background-color css
<style>
a { background-color: #F0FFA1; }
a { background-color: rgb(240,255,161); }
div.DivClassName
{
background-color: #F0FFA1;
}
.BgClassName
{
background-color: #F0FFA1;
}
</style>
border-color css
<style>
span { border-color: #F0FFA1; }
span { border-color: rgb(240,255,161); }
td.TdClassName
{
border-color: #F0FFA1;
}
.TagClassName
{
border-color: #F0FFA1;
}
</style>