Shades of Australian Mint #F0FFAA
Tints of Australian Mint #F0FFAA
RGB
CMYK
RGB Variations
Color information
#F0FFAA (or 0xF0FFAA) is known color: Australian Mint. HEX triplet: F0, FF and AA. RGB value is (240,255,170). Sum of RGB (Red+Green+Blue) = 240+255+170=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 170 (66.80% from 255 or 25.56% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FFAA is #0F0055. Grayscale: #F1F1F1. Windows color (decimal): -983126 or 11206640. OLE color: 11206640.
HSL color Cylindrical-coordinate representation of color #F0FFAA: hue angle of 70.59º 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 #F0FFAA is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 170 | - |
| CMYK | 0.06 | 0 | 0.33 | 0 |
| HSL | 70.59º | 1% | 0.83% | - |
| HSV(B) | 70.59º | 0.33% | 1% | - |
| XYZ | 78.95 | 92.95 | 51.81 | - |
| YUV | 240.83 | 88.03 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 170 | 0.06 | 0 | 0.33 | 0 | 70.59 | 1 | 0.83 |
| Hex | F0 | FF | AA | 6 | 0 | 21 | 0 | 47 | 64 | 53 |
| Octal | 360 | 377 | 252 | 6 | 0 | 41 | 0 | 107 | 144 | 123 |
| Binary | 11110000 | 11111111 | 10101010 | 110 | 0 | 100001 | 0 | 1000111 | 1100100 | 1010011 |
Color Harmonies of #F0FFAA
Complementary color
Monochromatic Colors of #F0FFAA
Black with #F0FFAA
Text Example
Text Example
White with #F0FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFAA; }
p { color: rgb(240,255,170); }
H1.HeaderClassName
{
color: #F0FFAA;
}
.AnyTagClassName
{
color: #F0FFAA;
}
</style>
background-color css
<style>
a { background-color: #F0FFAA; }
a { background-color: rgb(240,255,170); }
div.DivClassName
{
background-color: #F0FFAA;
}
.BgClassName
{
background-color: #F0FFAA;
}
</style>
border-color css
<style>
span { border-color: #F0FFAA; }
span { border-color: rgb(240,255,170); }
td.TdClassName
{
border-color: #F0FFAA;
}
.TagClassName
{
border-color: #F0FFAA;
}
</style>