Shades of Australian Mint #F5FFAA
Tints of Australian Mint #F5FFAA
RGB
CMYK
RGB Variations
Color information
#F5FFAA (or 0xF5FFAA) is known color: Australian Mint. HEX triplet: F5, FF and AA. RGB value is (245,255,170). Sum of RGB (Red+Green+Blue) = 245+255+170=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 170 (66.80% from 255 or 25.37% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FFAA is #0A0055. Grayscale: #F2F2F2. Windows color (decimal): -655446 or 11206645. OLE color: 11206645.
HSL color Cylindrical-coordinate representation of color #F5FFAA: hue angle of 67.06º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5FFAA is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 170 | - |
| CMYK | 0.04 | 0 | 0.33 | 0 |
| HSL | 67.06º | 1% | 0.83% | - |
| HSV(B) | 67.06º | 0.33% | 1% | - |
| XYZ | 80.67 | 93.83 | 51.89 | - |
| YUV | 242.32 | 87.19 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 170 | 0.04 | 0 | 0.33 | 0 | 67.06 | 1 | 0.83 |
| Hex | F5 | FF | AA | 4 | 0 | 21 | 0 | 43 | 64 | 53 |
| Octal | 365 | 377 | 252 | 4 | 0 | 41 | 0 | 103 | 144 | 123 |
| Binary | 11110101 | 11111111 | 10101010 | 100 | 0 | 100001 | 0 | 1000011 | 1100100 | 1010011 |
Color Harmonies of #F5FFAA
Complementary color
Monochromatic Colors of #F5FFAA
Black with #F5FFAA
Text Example
Text Example
White with #F5FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FFAA; }
p { color: rgb(245,255,170); }
H1.HeaderClassName
{
color: #F5FFAA;
}
.AnyTagClassName
{
color: #F5FFAA;
}
</style>
background-color css
<style>
a { background-color: #F5FFAA; }
a { background-color: rgb(245,255,170); }
div.DivClassName
{
background-color: #F5FFAA;
}
.BgClassName
{
background-color: #F5FFAA;
}
</style>
border-color css
<style>
span { border-color: #F5FFAA; }
span { border-color: rgb(245,255,170); }
td.TdClassName
{
border-color: #F5FFAA;
}
.TagClassName
{
border-color: #F5FFAA;
}
</style>