Shades of Australian Mint #F0FFA4
Tints of Australian Mint #F0FFA4
RGB
CMYK
RGB Variations
Color information
#F0FFA4 (or 0xF0FFA4) is known color: Australian Mint. HEX triplet: F0, FF and A4. RGB value is (240,255,164). Sum of RGB (Red+Green+Blue) = 240+255+164=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 164 (64.45% from 255 or 24.89% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FFA4 is #0F005B. Grayscale: #F0F0F0. Windows color (decimal): -983132 or 10813424. OLE color: 10813424.
HSL color Cylindrical-coordinate representation of color #F0FFA4: hue angle of 69.89º 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 #F0FFA4 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 164 | - |
| CMYK | 0.06 | 0 | 0.36 | 0 |
| HSL | 69.89º | 1% | 0.82% | - |
| HSV(B) | 69.89º | 0.36% | 1% | - |
| XYZ | 78.4 | 92.73 | 48.89 | - |
| YUV | 240.14 | 85.03 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 164 | 0.06 | 0 | 0.36 | 0 | 69.89 | 1 | 0.82 |
| Hex | F0 | FF | A4 | 6 | 0 | 24 | 0 | 46 | 64 | 52 |
| Octal | 360 | 377 | 244 | 6 | 0 | 44 | 0 | 106 | 144 | 122 |
| Binary | 11110000 | 11111111 | 10100100 | 110 | 0 | 100100 | 0 | 1000110 | 1100100 | 1010010 |
Color Harmonies of #F0FFA4
Complementary color
Monochromatic Colors of #F0FFA4
Black with #F0FFA4
Text Example
Text Example
White with #F0FFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFA4; }
p { color: rgb(240,255,164); }
H1.HeaderClassName
{
color: #F0FFA4;
}
.AnyTagClassName
{
color: #F0FFA4;
}
</style>
background-color css
<style>
a { background-color: #F0FFA4; }
a { background-color: rgb(240,255,164); }
div.DivClassName
{
background-color: #F0FFA4;
}
.BgClassName
{
background-color: #F0FFA4;
}
</style>
border-color css
<style>
span { border-color: #F0FFA4; }
span { border-color: rgb(240,255,164); }
td.TdClassName
{
border-color: #F0FFA4;
}
.TagClassName
{
border-color: #F0FFA4;
}
</style>