Shades of Australian Mint #F5FEA1
Tints of Australian Mint #F5FEA1
RGB
CMYK
RGB Variations
Color information
#F5FEA1 (or 0xF5FEA1) is known color: Australian Mint. HEX triplet: F5, FE and A1. RGB value is (245,254,161). Sum of RGB (Red+Green+Blue) = 245+254+161=660 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.12% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 161 (63.28% from 255 or 24.39% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FEA1 is #0A015E. Grayscale: #F1F1F1. Windows color (decimal): -655711 or 10616565. OLE color: 10616565.
HSL color Cylindrical-coordinate representation of color #F5FEA1: hue angle of 65.81º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F5FEA1 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 161 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.00 |
| HSL | 65.81º | 0.98% | 0.81% | - |
| HSV(B) | 65.81º | 0.37% | 1% | - |
| XYZ | 79.53 | 92.87 | 47.45 | - |
| YUV | 240.71 | 83.02 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 161 | 0.04 | 0 | 0.37 | 0.00 | 65.81 | 0.98 | 0.81 |
| Hex | F5 | FE | A1 | 4 | 0 | 25 | 0 | 42 | 62 | 51 |
| Octal | 365 | 376 | 241 | 4 | 0 | 45 | 0 | 102 | 142 | 121 |
| Binary | 11110101 | 11111110 | 10100001 | 100 | 0 | 100101 | 0 | 1000010 | 1100010 | 1010001 |
Color Harmonies of #F5FEA1
Complementary color
Monochromatic Colors of #F5FEA1
Black with #F5FEA1
Text Example
Text Example
White with #F5FEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FEA1; }
p { color: rgb(245,254,161); }
H1.HeaderClassName
{
color: #F5FEA1;
}
.AnyTagClassName
{
color: #F5FEA1;
}
</style>
background-color css
<style>
a { background-color: #F5FEA1; }
a { background-color: rgb(245,254,161); }
div.DivClassName
{
background-color: #F5FEA1;
}
.BgClassName
{
background-color: #F5FEA1;
}
</style>
border-color css
<style>
span { border-color: #F5FEA1; }
span { border-color: rgb(245,254,161); }
td.TdClassName
{
border-color: #F5FEA1;
}
.TagClassName
{
border-color: #F5FEA1;
}
</style>