Shades of Australian Mint #F7FFA8
Tints of Australian Mint #F7FFA8
RGB
CMYK
RGB Variations
Color information
#F7FFA8 (or 0xF7FFA8) is known color: Australian Mint. HEX triplet: F7, FF and A8. RGB value is (247,255,168). Sum of RGB (Red+Green+Blue) = 247+255+168=670 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.87% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 168 (66.02% from 255 or 25.07% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #F7FFA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FFA8 is #080057. Grayscale: #F3F3F3. Windows color (decimal): -524376 or 11075575. OLE color: 11075575.
HSL color Cylindrical-coordinate representation of color #F7FFA8: hue angle of 65.52º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7FFA8 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 255 | 168 | - |
| CMYK | 0.03 | 0 | 0.34 | 0 |
| HSL | 65.52º | 1% | 0.83% | - |
| HSV(B) | 65.52º | 0.34% | 1% | - |
| XYZ | 81.19 | 94.12 | 50.93 | - |
| YUV | 242.69 | 85.85 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 255 | 168 | 0.03 | 0 | 0.34 | 0 | 65.52 | 1 | 0.83 |
| Hex | F7 | FF | A8 | 3 | 0 | 22 | 0 | 42 | 64 | 53 |
| Octal | 367 | 377 | 250 | 3 | 0 | 42 | 0 | 102 | 144 | 123 |
| Binary | 11110111 | 11111111 | 10101000 | 11 | 0 | 100010 | 0 | 1000010 | 1100100 | 1010011 |
Color Harmonies of #F7FFA8
Complementary color
Monochromatic Colors of #F7FFA8
Black with #F7FFA8
Text Example
Text Example
White with #F7FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FFA8; }
p { color: rgb(247,255,168); }
H1.HeaderClassName
{
color: #F7FFA8;
}
.AnyTagClassName
{
color: #F7FFA8;
}
</style>
background-color css
<style>
a { background-color: #F7FFA8; }
a { background-color: rgb(247,255,168); }
div.DivClassName
{
background-color: #F7FFA8;
}
.BgClassName
{
background-color: #F7FFA8;
}
</style>
border-color css
<style>
span { border-color: #F7FFA8; }
span { border-color: rgb(247,255,168); }
td.TdClassName
{
border-color: #F7FFA8;
}
.TagClassName
{
border-color: #F7FFA8;
}
</style>