Shades of Australian Mint #F5FFAB
Tints of Australian Mint #F5FFAB
RGB
CMYK
RGB Variations
Color information
#F5FFAB (or 0xF5FFAB) is known color: Australian Mint. HEX triplet: F5, FF and AB. RGB value is (245,255,171). Sum of RGB (Red+Green+Blue) = 245+255+171=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 171 (67.19% from 255 or 25.48% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FFAB is #0A0054. Grayscale: #F2F2F2. Windows color (decimal): -655445 or 11272181. OLE color: 11272181.
HSL color Cylindrical-coordinate representation of color #F5FFAB: hue angle of 67.14º 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 #F5FFAB is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 171 | - |
| CMYK | 0.04 | 0 | 0.33 | 0 |
| HSL | 67.14º | 1% | 0.84% | - |
| HSV(B) | 67.14º | 0.33% | 1% | - |
| XYZ | 80.77 | 93.87 | 52.39 | - |
| YUV | 242.43 | 87.69 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 171 | 0.04 | 0 | 0.33 | 0 | 67.14 | 1 | 0.84 |
| Hex | F5 | FF | AB | 4 | 0 | 21 | 0 | 43 | 64 | 54 |
| Octal | 365 | 377 | 253 | 4 | 0 | 41 | 0 | 103 | 144 | 124 |
| Binary | 11110101 | 11111111 | 10101011 | 100 | 0 | 100001 | 0 | 1000011 | 1100100 | 1010100 |
Color Harmonies of #F5FFAB
Complementary color
Monochromatic Colors of #F5FFAB
Black with #F5FFAB
Text Example
Text Example
White with #F5FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FFAB; }
p { color: rgb(245,255,171); }
H1.HeaderClassName
{
color: #F5FFAB;
}
.AnyTagClassName
{
color: #F5FFAB;
}
</style>
background-color css
<style>
a { background-color: #F5FFAB; }
a { background-color: rgb(245,255,171); }
div.DivClassName
{
background-color: #F5FFAB;
}
.BgClassName
{
background-color: #F5FFAB;
}
</style>
border-color css
<style>
span { border-color: #F5FFAB; }
span { border-color: rgb(245,255,171); }
td.TdClassName
{
border-color: #F5FFAB;
}
.TagClassName
{
border-color: #F5FFAB;
}
</style>