Shades of Australian Mint #F2FF9F
Tints of Australian Mint #F2FF9F
RGB
CMYK
RGB Variations
Color information
#F2FF9F (or 0xF2FF9F) is known color: Australian Mint. HEX triplet: F2, FF and 9F. RGB value is (242,255,159). Sum of RGB (Red+Green+Blue) = 242+255+159=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 159 (62.5% from 255 or 24.24% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FF9F is #0D0060. Grayscale: #F0F0F0. Windows color (decimal): -852065 or 10485746. OLE color: 10485746.
HSL color Cylindrical-coordinate representation of color #F2FF9F: hue angle of 68.13º 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 #F2FF9F is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
RGB | 242 | 255 | 159 | - |
CMYK | 0.05 | 0 | 0.38 | 0 |
HSL | 68.13º | 1% | 0.81% | - |
HSV(B) | 68.13º | 0.38% | 1% | - |
XYZ | 78.64 | 92.9 | 46.59 | - |
YUV | 240.17 | 82.19 | 129.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 255 | 159 | 0.05 | 0 | 0.38 | 0 | 68.13 | 1 | 0.81 |
Hex | F2 | FF | 9F | 5 | 0 | 26 | 0 | 44 | 64 | 51 |
Octal | 362 | 377 | 237 | 5 | 0 | 46 | 0 | 104 | 144 | 121 |
Binary | 11110010 | 11111111 | 10011111 | 101 | 0 | 100110 | 0 | 1000100 | 1100100 | 1010001 |
Color Harmonies of #F2FF9F
Complementary color
Monochromatic Colors of #F2FF9F
Black with #F2FF9F
Text Example
Text Example
White with #F2FF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF9F; }
p { color: rgb(242,255,159); }
H1.HeaderClassName
{
color: #F2FF9F;
}
.AnyTagClassName
{
color: #F2FF9F;
}
</style>
background-color css
<style>
a { background-color: #F2FF9F; }
a { background-color: rgb(242,255,159); }
div.DivClassName
{
background-color: #F2FF9F;
}
.BgClassName
{
background-color: #F2FF9F;
}
</style>
border-color css
<style>
span { border-color: #F2FF9F; }
span { border-color: rgb(242,255,159); }
td.TdClassName
{
border-color: #F2FF9F;
}
.TagClassName
{
border-color: #F2FF9F;
}
</style>