Shades of Australian Mint #F0FFAE
Tints of Australian Mint #F0FFAE
RGB
CMYK
RGB Variations
Color information
#F0FFAE (or 0xF0FFAE) is known color: Australian Mint. HEX triplet: F0, FF and AE. RGB value is (240,255,174). Sum of RGB (Red+Green+Blue) = 240+255+174=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 174 (68.36% from 255 or 26.01% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FFAE is #0F0051. Grayscale: #F1F1F1. Windows color (decimal): -983122 or 11468784. OLE color: 11468784.
HSL color Cylindrical-coordinate representation of color #F0FFAE: hue angle of 71.11º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0FFAE is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 174 | - |
| CMYK | 0.06 | 0 | 0.32 | 0 |
| HSL | 71.11º | 1% | 0.84% | - |
| HSV(B) | 71.11º | 0.32% | 1% | - |
| XYZ | 79.34 | 93.1 | 53.83 | - |
| YUV | 241.28 | 90.03 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 174 | 0.06 | 0 | 0.32 | 0 | 71.11 | 1 | 0.84 |
| Hex | F0 | FF | AE | 6 | 0 | 20 | 0 | 47 | 64 | 54 |
| Octal | 360 | 377 | 256 | 6 | 0 | 40 | 0 | 107 | 144 | 124 |
| Binary | 11110000 | 11111111 | 10101110 | 110 | 0 | 100000 | 0 | 1000111 | 1100100 | 1010100 |
Color Harmonies of #F0FFAE
Complementary color
Monochromatic Colors of #F0FFAE
Black with #F0FFAE
Text Example
Text Example
White with #F0FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFAE; }
p { color: rgb(240,255,174); }
H1.HeaderClassName
{
color: #F0FFAE;
}
.AnyTagClassName
{
color: #F0FFAE;
}
</style>
background-color css
<style>
a { background-color: #F0FFAE; }
a { background-color: rgb(240,255,174); }
div.DivClassName
{
background-color: #F0FFAE;
}
.BgClassName
{
background-color: #F0FFAE;
}
</style>
border-color css
<style>
span { border-color: #F0FFAE; }
span { border-color: rgb(240,255,174); }
td.TdClassName
{
border-color: #F0FFAE;
}
.TagClassName
{
border-color: #F0FFAE;
}
</style>