Shades of Australian Mint #F0FFAB
Tints of Australian Mint #F0FFAB
RGB
CMYK
RGB Variations
Color information
#F0FFAB (or 0xF0FFAB) is known color: Australian Mint. HEX triplet: F0, FF and AB. RGB value is (240,255,171). Sum of RGB (Red+Green+Blue) = 240+255+171=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 171 (67.19% from 255 or 25.68% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FFAB is #0F0054. Grayscale: #F1F1F1. Windows color (decimal): -983125 or 11272176. OLE color: 11272176.
HSL color Cylindrical-coordinate representation of color #F0FFAB: hue angle of 70.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0FFAB is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 171 | - |
| CMYK | 0.06 | 0 | 0.33 | 0 |
| HSL | 70.71º | 1% | 0.84% | - |
| HSV(B) | 70.71º | 0.33% | 1% | - |
| XYZ | 79.05 | 92.99 | 52.31 | - |
| YUV | 240.94 | 88.53 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 171 | 0.06 | 0 | 0.33 | 0 | 70.71 | 1 | 0.84 |
| Hex | F0 | FF | AB | 6 | 0 | 21 | 0 | 47 | 64 | 54 |
| Octal | 360 | 377 | 253 | 6 | 0 | 41 | 0 | 107 | 144 | 124 |
| Binary | 11110000 | 11111111 | 10101011 | 110 | 0 | 100001 | 0 | 1000111 | 1100100 | 1010100 |
Color Harmonies of #F0FFAB
Complementary color
Monochromatic Colors of #F0FFAB
Black with #F0FFAB
Text Example
Text Example
White with #F0FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFAB; }
p { color: rgb(240,255,171); }
H1.HeaderClassName
{
color: #F0FFAB;
}
.AnyTagClassName
{
color: #F0FFAB;
}
</style>
background-color css
<style>
a { background-color: #F0FFAB; }
a { background-color: rgb(240,255,171); }
div.DivClassName
{
background-color: #F0FFAB;
}
.BgClassName
{
background-color: #F0FFAB;
}
</style>
border-color css
<style>
span { border-color: #F0FFAB; }
span { border-color: rgb(240,255,171); }
td.TdClassName
{
border-color: #F0FFAB;
}
.TagClassName
{
border-color: #F0FFAB;
}
</style>