Shades of Australian Mint #F0F3AD
Tints of Australian Mint #F0F3AD
RGB
CMYK
RGB Variations
Color information
#F0F3AD (or 0xF0F3AD) is known color: Australian Mint. HEX triplet: F0, F3 and AD. RGB value is (240,243,173). Sum of RGB (Red+Green+Blue) = 240+243+173=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 173 (67.97% from 255 or 26.37% from 656); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F3AD is #0F0C52. Grayscale: #EAEAEA. Windows color (decimal): -986195 or 11400176. OLE color: 11400176.
HSL color Cylindrical-coordinate representation of color #F0F3AD: hue angle of 62.57º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0F3AD is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 173 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.05 |
| HSL | 62.57º | 0.74% | 0.82% | - |
| HSV(B) | 62.57º | 0.29% | 0.95% | - |
| XYZ | 75.53 | 85.64 | 52.09 | - |
| YUV | 234.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 173 | 0.01 | 0 | 0.29 | 0.05 | 62.57 | 0.74 | 0.82 |
| Hex | F0 | F3 | AD | 1 | 0 | 1D | 5 | 3F | 4A | 52 |
| Octal | 360 | 363 | 255 | 1 | 0 | 35 | 5 | 77 | 112 | 122 |
| Binary | 11110000 | 11110011 | 10101101 | 1 | 0 | 11101 | 101 | 111111 | 1001010 | 1010010 |
Color Harmonies of #F0F3AD
Complementary color
Monochromatic Colors of #F0F3AD
Black with #F0F3AD
Text Example
Text Example
White with #F0F3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F3AD; }
p { color: rgb(240,243,173); }
H1.HeaderClassName
{
color: #F0F3AD;
}
.AnyTagClassName
{
color: #F0F3AD;
}
</style>
background-color css
<style>
a { background-color: #F0F3AD; }
a { background-color: rgb(240,243,173); }
div.DivClassName
{
background-color: #F0F3AD;
}
.BgClassName
{
background-color: #F0F3AD;
}
</style>
border-color css
<style>
span { border-color: #F0F3AD; }
span { border-color: rgb(240,243,173); }
td.TdClassName
{
border-color: #F0F3AD;
}
.TagClassName
{
border-color: #F0F3AD;
}
</style>