Shades of Australian Mint #F1FF9E
Tints of Australian Mint #F1FF9E
RGB
CMYK
RGB Variations
Color information
#F1FF9E (or 0xF1FF9E) is known color: Australian Mint. HEX triplet: F1, FF and 9E. RGB value is (241,255,158). Sum of RGB (Red+Green+Blue) = 241+255+158=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 158 (62.11% from 255 or 24.16% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FF9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FF9E is #0E0061. Grayscale: #F0F0F0. Windows color (decimal): -917602 or 10420209. OLE color: 10420209.
HSL color Cylindrical-coordinate representation of color #F1FF9E: hue angle of 68.66º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F1FF9E is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 158 | - |
| CMYK | 0.05 | 0 | 0.38 | 0 |
| HSL | 68.66º | 1% | 0.81% | - |
| HSV(B) | 68.66º | 0.38% | 1% | - |
| XYZ | 78.21 | 92.69 | 46.12 | - |
| YUV | 239.76 | 81.86 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 158 | 0.05 | 0 | 0.38 | 0 | 68.66 | 1 | 0.81 |
| Hex | F1 | FF | 9E | 5 | 0 | 26 | 0 | 45 | 64 | 51 |
| Octal | 361 | 377 | 236 | 5 | 0 | 46 | 0 | 105 | 144 | 121 |
| Binary | 11110001 | 11111111 | 10011110 | 101 | 0 | 100110 | 0 | 1000101 | 1100100 | 1010001 |
Color Harmonies of #F1FF9E
Complementary color
Monochromatic Colors of #F1FF9E
Black with #F1FF9E
Text Example
Text Example
White with #F1FF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FF9E; }
p { color: rgb(241,255,158); }
H1.HeaderClassName
{
color: #F1FF9E;
}
.AnyTagClassName
{
color: #F1FF9E;
}
</style>
background-color css
<style>
a { background-color: #F1FF9E; }
a { background-color: rgb(241,255,158); }
div.DivClassName
{
background-color: #F1FF9E;
}
.BgClassName
{
background-color: #F1FF9E;
}
</style>
border-color css
<style>
span { border-color: #F1FF9E; }
span { border-color: rgb(241,255,158); }
td.TdClassName
{
border-color: #F1FF9E;
}
.TagClassName
{
border-color: #F1FF9E;
}
</style>