Shades of Australian Mint #F1FF9D
Tints of Australian Mint #F1FF9D
RGB
CMYK
RGB Variations
Color information
#F1FF9D (or 0xF1FF9D) is known color: Australian Mint. HEX triplet: F1, FF and 9D. RGB value is (241,255,157). Sum of RGB (Red+Green+Blue) = 241+255+157=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 157 (61.72% from 255 or 24.04% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FF9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FF9D is #0E0062. Grayscale: #F0F0F0. Windows color (decimal): -917603 or 10354673. OLE color: 10354673.
HSL color Cylindrical-coordinate representation of color #F1FF9D: hue angle of 68.57º 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 #F1FF9D is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 157 | - |
| CMYK | 0.05 | 0 | 0.38 | 0 |
| HSL | 68.57º | 1% | 0.81% | - |
| HSV(B) | 68.57º | 0.38% | 1% | - |
| XYZ | 78.12 | 92.66 | 45.67 | - |
| YUV | 239.64 | 81.36 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 157 | 0.05 | 0 | 0.38 | 0 | 68.57 | 1 | 0.81 |
| Hex | F1 | FF | 9D | 5 | 0 | 26 | 0 | 45 | 64 | 51 |
| Octal | 361 | 377 | 235 | 5 | 0 | 46 | 0 | 105 | 144 | 121 |
| Binary | 11110001 | 11111111 | 10011101 | 101 | 0 | 100110 | 0 | 1000101 | 1100100 | 1010001 |
Color Harmonies of #F1FF9D
Complementary color
Monochromatic Colors of #F1FF9D
Black with #F1FF9D
Text Example
Text Example
White with #F1FF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FF9D; }
p { color: rgb(241,255,157); }
H1.HeaderClassName
{
color: #F1FF9D;
}
.AnyTagClassName
{
color: #F1FF9D;
}
</style>
background-color css
<style>
a { background-color: #F1FF9D; }
a { background-color: rgb(241,255,157); }
div.DivClassName
{
background-color: #F1FF9D;
}
.BgClassName
{
background-color: #F1FF9D;
}
</style>
border-color css
<style>
span { border-color: #F1FF9D; }
span { border-color: rgb(241,255,157); }
td.TdClassName
{
border-color: #F1FF9D;
}
.TagClassName
{
border-color: #F1FF9D;
}
</style>