Shades of Australian Mint #F2F9A2
Tints of Australian Mint #F2F9A2
RGB
CMYK
RGB Variations
Color information
#F2F9A2 (or 0xF2F9A2) is known color: Australian Mint. HEX triplet: F2, F9 and A2. RGB value is (242,249,162). Sum of RGB (Red+Green+Blue) = 242+249+162=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 249 (97.66% from 255 or 38.13% from 653); Blue value is 162 (63.67% from 255 or 24.81% from 653); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F9A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F9A2 is #0D065D. Grayscale: #EDEDED. Windows color (decimal): -853598 or 10680818. OLE color: 10680818.
HSL color Cylindrical-coordinate representation of color #F2F9A2: hue angle of 64.83º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2F9A2 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 162 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.02 |
| HSL | 64.83º | 0.88% | 0.81% | - |
| HSV(B) | 64.83º | 0.35% | 0.98% | - |
| XYZ | 77.02 | 89.24 | 47.35 | - |
| YUV | 236.99 | 85.68 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 162 | 0.03 | 0 | 0.35 | 0.02 | 64.83 | 0.88 | 0.81 |
| Hex | F2 | F9 | A2 | 3 | 0 | 23 | 2 | 41 | 58 | 51 |
| Octal | 362 | 371 | 242 | 3 | 0 | 43 | 2 | 101 | 130 | 121 |
| Binary | 11110010 | 11111001 | 10100010 | 11 | 0 | 100011 | 10 | 1000001 | 1011000 | 1010001 |
Color Harmonies of #F2F9A2
Complementary color
Monochromatic Colors of #F2F9A2
Black with #F2F9A2
Text Example
Text Example
White with #F2F9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F9A2; }
p { color: rgb(242,249,162); }
H1.HeaderClassName
{
color: #F2F9A2;
}
.AnyTagClassName
{
color: #F2F9A2;
}
</style>
background-color css
<style>
a { background-color: #F2F9A2; }
a { background-color: rgb(242,249,162); }
div.DivClassName
{
background-color: #F2F9A2;
}
.BgClassName
{
background-color: #F2F9A2;
}
</style>
border-color css
<style>
span { border-color: #F2F9A2; }
span { border-color: rgb(242,249,162); }
td.TdClassName
{
border-color: #F2F9A2;
}
.TagClassName
{
border-color: #F2F9A2;
}
</style>