Shades of Australian Mint #F7FFAA
Tints of Australian Mint #F7FFAA
RGB
CMYK
RGB Variations
Color information
#F7FFAA (or 0xF7FFAA) is known color: Australian Mint. HEX triplet: F7, FF and AA. RGB value is (247,255,170). Sum of RGB (Red+Green+Blue) = 247+255+170=672 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.76% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 170 (66.80% from 255 or 25.30% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #F7FFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FFAA is #080055. Grayscale: #F3F3F3. Windows color (decimal): -524374 or 11206647. OLE color: 11206647.
HSL color Cylindrical-coordinate representation of color #F7FFAA: hue angle of 65.65º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7FFAA is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 255 | 170 | - |
| CMYK | 0.03 | 0 | 0.33 | 0 |
| HSL | 65.65º | 1% | 0.83% | - |
| HSV(B) | 65.65º | 0.33% | 1% | - |
| XYZ | 81.37 | 94.2 | 51.92 | - |
| YUV | 242.92 | 86.85 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 255 | 170 | 0.03 | 0 | 0.33 | 0 | 65.65 | 1 | 0.83 |
| Hex | F7 | FF | AA | 3 | 0 | 21 | 0 | 42 | 64 | 53 |
| Octal | 367 | 377 | 252 | 3 | 0 | 41 | 0 | 102 | 144 | 123 |
| Binary | 11110111 | 11111111 | 10101010 | 11 | 0 | 100001 | 0 | 1000010 | 1100100 | 1010011 |
Color Harmonies of #F7FFAA
Complementary color
Monochromatic Colors of #F7FFAA
Black with #F7FFAA
Text Example
Text Example
White with #F7FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FFAA; }
p { color: rgb(247,255,170); }
H1.HeaderClassName
{
color: #F7FFAA;
}
.AnyTagClassName
{
color: #F7FFAA;
}
</style>
background-color css
<style>
a { background-color: #F7FFAA; }
a { background-color: rgb(247,255,170); }
div.DivClassName
{
background-color: #F7FFAA;
}
.BgClassName
{
background-color: #F7FFAA;
}
</style>
border-color css
<style>
span { border-color: #F7FFAA; }
span { border-color: rgb(247,255,170); }
td.TdClassName
{
border-color: #F7FFAA;
}
.TagClassName
{
border-color: #F7FFAA;
}
</style>