Shades of Australian Mint #F2FF9C
Tints of Australian Mint #F2FF9C
RGB
CMYK
RGB Variations
Color information
#F2FF9C (or 0xF2FF9C) is known color: Australian Mint. HEX triplet: F2, FF and 9C. RGB value is (242,255,156). Sum of RGB (Red+Green+Blue) = 242+255+156=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 156 (61.33% from 255 or 23.89% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FF9C is #0D0063. Grayscale: #F0F0F0. Windows color (decimal): -852068 or 10289138. OLE color: 10289138.
HSL color Cylindrical-coordinate representation of color #F2FF9C: hue angle of 67.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F2FF9C is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 156 | - |
| CMYK | 0.05 | 0 | 0.39 | 0 |
| HSL | 67.88º | 1% | 0.81% | - |
| HSV(B) | 67.88º | 0.39% | 1% | - |
| XYZ | 78.38 | 92.8 | 45.23 | - |
| YUV | 239.83 | 80.69 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 156 | 0.05 | 0 | 0.39 | 0 | 67.88 | 1 | 0.81 |
| Hex | F2 | FF | 9C | 5 | 0 | 27 | 0 | 44 | 64 | 51 |
| Octal | 362 | 377 | 234 | 5 | 0 | 47 | 0 | 104 | 144 | 121 |
| Binary | 11110010 | 11111111 | 10011100 | 101 | 0 | 100111 | 0 | 1000100 | 1100100 | 1010001 |
Color Harmonies of #F2FF9C
Complementary color
Monochromatic Colors of #F2FF9C
Black with #F2FF9C
Text Example
Text Example
White with #F2FF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF9C; }
p { color: rgb(242,255,156); }
H1.HeaderClassName
{
color: #F2FF9C;
}
.AnyTagClassName
{
color: #F2FF9C;
}
</style>
background-color css
<style>
a { background-color: #F2FF9C; }
a { background-color: rgb(242,255,156); }
div.DivClassName
{
background-color: #F2FF9C;
}
.BgClassName
{
background-color: #F2FF9C;
}
</style>
border-color css
<style>
span { border-color: #F2FF9C; }
span { border-color: rgb(242,255,156); }
td.TdClassName
{
border-color: #F2FF9C;
}
.TagClassName
{
border-color: #F2FF9C;
}
</style>