Shades of Australian Mint #F0F2AD
Tints of Australian Mint #F0F2AD
RGB
CMYK
RGB Variations
Color information
#F0F2AD (or 0xF0F2AD) is known color: Australian Mint. HEX triplet: F0, F2 and AD. RGB value is (240,242,173). Sum of RGB (Red+Green+Blue) = 240+242+173=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 173 (67.97% from 255 or 26.41% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F2AD is #0F0D52. Grayscale: #E9E9E9. Windows color (decimal): -986451 or 11399920. OLE color: 11399920.
HSL color Cylindrical-coordinate representation of color #F0F2AD: hue angle of 61.74º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0F2AD is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 173 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.05 |
| HSL | 61.74º | 0.73% | 0.81% | - |
| HSV(B) | 61.74º | 0.29% | 0.95% | - |
| XYZ | 75.23 | 85.05 | 51.99 | - |
| YUV | 233.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 173 | 0.01 | 0 | 0.29 | 0.05 | 61.74 | 0.73 | 0.81 |
| Hex | F0 | F2 | AD | 1 | 0 | 1D | 5 | 3E | 49 | 51 |
| Octal | 360 | 362 | 255 | 1 | 0 | 35 | 5 | 76 | 111 | 121 |
| Binary | 11110000 | 11110010 | 10101101 | 1 | 0 | 11101 | 101 | 111110 | 1001001 | 1010001 |
Color Harmonies of #F0F2AD
Complementary color
Monochromatic Colors of #F0F2AD
Black with #F0F2AD
Text Example
Text Example
White with #F0F2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F2AD; }
p { color: rgb(240,242,173); }
H1.HeaderClassName
{
color: #F0F2AD;
}
.AnyTagClassName
{
color: #F0F2AD;
}
</style>
background-color css
<style>
a { background-color: #F0F2AD; }
a { background-color: rgb(240,242,173); }
div.DivClassName
{
background-color: #F0F2AD;
}
.BgClassName
{
background-color: #F0F2AD;
}
</style>
border-color css
<style>
span { border-color: #F0F2AD; }
span { border-color: rgb(240,242,173); }
td.TdClassName
{
border-color: #F0F2AD;
}
.TagClassName
{
border-color: #F0F2AD;
}
</style>