Shades of Australian Mint #F7FFA4
Tints of Australian Mint #F7FFA4
RGB
CMYK
RGB Variations
Color information
#F7FFA4 (or 0xF7FFA4) is known color: Australian Mint. HEX triplet: F7, FF and A4. RGB value is (247,255,164). Sum of RGB (Red+Green+Blue) = 247+255+164=666 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.09% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 164 (64.45% from 255 or 24.62% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #F7FFA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FFA4 is #08005B. Grayscale: #F2F2F2. Windows color (decimal): -524380 or 10813431. OLE color: 10813431.
HSL color Cylindrical-coordinate representation of color #F7FFA4: hue angle of 65.27º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7FFA4 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 255 | 164 | - |
| CMYK | 0.03 | 0 | 0.36 | 0 |
| HSL | 65.27º | 1% | 0.82% | - |
| HSV(B) | 65.27º | 0.36% | 1% | - |
| XYZ | 80.82 | 93.97 | 49 | - |
| YUV | 242.23 | 83.85 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 255 | 164 | 0.03 | 0 | 0.36 | 0 | 65.27 | 1 | 0.82 |
| Hex | F7 | FF | A4 | 3 | 0 | 24 | 0 | 41 | 64 | 52 |
| Octal | 367 | 377 | 244 | 3 | 0 | 44 | 0 | 101 | 144 | 122 |
| Binary | 11110111 | 11111111 | 10100100 | 11 | 0 | 100100 | 0 | 1000001 | 1100100 | 1010010 |
Color Harmonies of #F7FFA4
Complementary color
Monochromatic Colors of #F7FFA4
Black with #F7FFA4
Text Example
Text Example
White with #F7FFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FFA4; }
p { color: rgb(247,255,164); }
H1.HeaderClassName
{
color: #F7FFA4;
}
.AnyTagClassName
{
color: #F7FFA4;
}
</style>
background-color css
<style>
a { background-color: #F7FFA4; }
a { background-color: rgb(247,255,164); }
div.DivClassName
{
background-color: #F7FFA4;
}
.BgClassName
{
background-color: #F7FFA4;
}
</style>
border-color css
<style>
span { border-color: #F7FFA4; }
span { border-color: rgb(247,255,164); }
td.TdClassName
{
border-color: #F7FFA4;
}
.TagClassName
{
border-color: #F7FFA4;
}
</style>