Shades of Australian Mint #F1FEA9
Tints of Australian Mint #F1FEA9
RGB
CMYK
RGB Variations
Color information
#F1FEA9 (or 0xF1FEA9) is known color: Australian Mint. HEX triplet: F1, FE and A9. RGB value is (241,254,169). Sum of RGB (Red+Green+Blue) = 241+254+169=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 169 (66.41% from 255 or 25.45% from 664); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FEA9 is #0E0156. Grayscale: #F0F0F0. Windows color (decimal): -917847 or 11140849. OLE color: 11140849.
HSL color Cylindrical-coordinate representation of color #F1FEA9: hue angle of 69.18º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1FEA9 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 169 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.00 |
| HSL | 69.18º | 0.98% | 0.83% | - |
| HSV(B) | 69.18º | 0.33% | 1% | - |
| XYZ | 78.88 | 92.45 | 51.22 | - |
| YUV | 240.42 | 87.69 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 169 | 0.05 | 0 | 0.33 | 0.00 | 69.18 | 0.98 | 0.83 |
| Hex | F1 | FE | A9 | 5 | 0 | 21 | 0 | 45 | 62 | 53 |
| Octal | 361 | 376 | 251 | 5 | 0 | 41 | 0 | 105 | 142 | 123 |
| Binary | 11110001 | 11111110 | 10101001 | 101 | 0 | 100001 | 0 | 1000101 | 1100010 | 1010011 |
Color Harmonies of #F1FEA9
Complementary color
Monochromatic Colors of #F1FEA9
Black with #F1FEA9
Text Example
Text Example
White with #F1FEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FEA9; }
p { color: rgb(241,254,169); }
H1.HeaderClassName
{
color: #F1FEA9;
}
.AnyTagClassName
{
color: #F1FEA9;
}
</style>
background-color css
<style>
a { background-color: #F1FEA9; }
a { background-color: rgb(241,254,169); }
div.DivClassName
{
background-color: #F1FEA9;
}
.BgClassName
{
background-color: #F1FEA9;
}
</style>
border-color css
<style>
span { border-color: #F1FEA9; }
span { border-color: rgb(241,254,169); }
td.TdClassName
{
border-color: #F1FEA9;
}
.TagClassName
{
border-color: #F1FEA9;
}
</style>