Shades of Australian Mint #F9FFAF
Tints of Australian Mint #F9FFAF
RGB
CMYK
RGB Variations
Color information
#F9FFAF (or 0xF9FFAF) is known color: Australian Mint. HEX triplet: F9, FF and AF. RGB value is (249,255,175). Sum of RGB (Red+Green+Blue) = 249+255+175=679 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.67% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 175 (68.75% from 255 or 25.77% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FFAF is #060050. Grayscale: #F4F4F4. Windows color (decimal): -393297 or 11534329. OLE color: 11534329.
HSL color Cylindrical-coordinate representation of color #F9FFAF: hue angle of 64.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9FFAF is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 255 | 175 | - |
| CMYK | 0.02 | 0 | 0.31 | 0 |
| HSL | 64.5º | 1% | 0.84% | - |
| HSV(B) | 64.5º | 0.31% | 1% | - |
| XYZ | 82.56 | 94.75 | 54.5 | - |
| YUV | 244.09 | 89.01 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 255 | 175 | 0.02 | 0 | 0.31 | 0 | 64.5 | 1 | 0.84 |
| Hex | F9 | FF | AF | 2 | 0 | 1F | 0 | 40 | 64 | 54 |
| Octal | 371 | 377 | 257 | 2 | 0 | 37 | 0 | 100 | 144 | 124 |
| Binary | 11111001 | 11111111 | 10101111 | 10 | 0 | 11111 | 0 | 1000000 | 1100100 | 1010100 |
Color Harmonies of #F9FFAF
Complementary color
Monochromatic Colors of #F9FFAF
Black with #F9FFAF
Text Example
Text Example
White with #F9FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FFAF; }
p { color: rgb(249,255,175); }
H1.HeaderClassName
{
color: #F9FFAF;
}
.AnyTagClassName
{
color: #F9FFAF;
}
</style>
background-color css
<style>
a { background-color: #F9FFAF; }
a { background-color: rgb(249,255,175); }
div.DivClassName
{
background-color: #F9FFAF;
}
.BgClassName
{
background-color: #F9FFAF;
}
</style>
border-color css
<style>
span { border-color: #F9FFAF; }
span { border-color: rgb(249,255,175); }
td.TdClassName
{
border-color: #F9FFAF;
}
.TagClassName
{
border-color: #F9FFAF;
}
</style>