Shades of Australian Mint #F0FFA8
Tints of Australian Mint #F0FFA8
RGB
CMYK
RGB Variations
Color information
#F0FFA8 (or 0xF0FFA8) is known color: Australian Mint. HEX triplet: F0, FF and A8. RGB value is (240,255,168). Sum of RGB (Red+Green+Blue) = 240+255+168=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 168 (66.02% from 255 or 25.34% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FFA8 is #0F0057. Grayscale: #F0F0F0. Windows color (decimal): -983128 or 11075568. OLE color: 11075568.
HSL color Cylindrical-coordinate representation of color #F0FFA8: hue angle of 70.34º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0FFA8 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 168 | - |
| CMYK | 0.06 | 0 | 0.34 | 0 |
| HSL | 70.34º | 1% | 0.83% | - |
| HSV(B) | 70.34º | 0.34% | 1% | - |
| XYZ | 78.76 | 92.87 | 50.82 | - |
| YUV | 240.6 | 87.03 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 168 | 0.06 | 0 | 0.34 | 0 | 70.34 | 1 | 0.83 |
| Hex | F0 | FF | A8 | 6 | 0 | 22 | 0 | 46 | 64 | 53 |
| Octal | 360 | 377 | 250 | 6 | 0 | 42 | 0 | 106 | 144 | 123 |
| Binary | 11110000 | 11111111 | 10101000 | 110 | 0 | 100010 | 0 | 1000110 | 1100100 | 1010011 |
Color Harmonies of #F0FFA8
Complementary color
Monochromatic Colors of #F0FFA8
Black with #F0FFA8
Text Example
Text Example
White with #F0FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFA8; }
p { color: rgb(240,255,168); }
H1.HeaderClassName
{
color: #F0FFA8;
}
.AnyTagClassName
{
color: #F0FFA8;
}
</style>
background-color css
<style>
a { background-color: #F0FFA8; }
a { background-color: rgb(240,255,168); }
div.DivClassName
{
background-color: #F0FFA8;
}
.BgClassName
{
background-color: #F0FFA8;
}
</style>
border-color css
<style>
span { border-color: #F0FFA8; }
span { border-color: rgb(240,255,168); }
td.TdClassName
{
border-color: #F0FFA8;
}
.TagClassName
{
border-color: #F0FFA8;
}
</style>