Shades of Australian Mint #F0FFA3
Tints of Australian Mint #F0FFA3
RGB
CMYK
RGB Variations
Color information
#F0FFA3 (or 0xF0FFA3) is known color: Australian Mint. HEX triplet: F0, FF and A3. RGB value is (240,255,163). Sum of RGB (Red+Green+Blue) = 240+255+163=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 163 (64.06% from 255 or 24.77% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FFA3 is #0F005C. Grayscale: #F0F0F0. Windows color (decimal): -983133 or 10747888. OLE color: 10747888.
HSL color Cylindrical-coordinate representation of color #F0FFA3: hue angle of 69.78º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0FFA3 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 163 | - |
| CMYK | 0.06 | 0 | 0.36 | 0 |
| HSL | 69.78º | 1% | 0.82% | - |
| HSV(B) | 69.78º | 0.36% | 1% | - |
| XYZ | 78.31 | 92.69 | 48.41 | - |
| YUV | 240.03 | 84.53 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 163 | 0.06 | 0 | 0.36 | 0 | 69.78 | 1 | 0.82 |
| Hex | F0 | FF | A3 | 6 | 0 | 24 | 0 | 46 | 64 | 52 |
| Octal | 360 | 377 | 243 | 6 | 0 | 44 | 0 | 106 | 144 | 122 |
| Binary | 11110000 | 11111111 | 10100011 | 110 | 0 | 100100 | 0 | 1000110 | 1100100 | 1010010 |
Color Harmonies of #F0FFA3
Complementary color
Monochromatic Colors of #F0FFA3
Black with #F0FFA3
Text Example
Text Example
White with #F0FFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFA3; }
p { color: rgb(240,255,163); }
H1.HeaderClassName
{
color: #F0FFA3;
}
.AnyTagClassName
{
color: #F0FFA3;
}
</style>
background-color css
<style>
a { background-color: #F0FFA3; }
a { background-color: rgb(240,255,163); }
div.DivClassName
{
background-color: #F0FFA3;
}
.BgClassName
{
background-color: #F0FFA3;
}
</style>
border-color css
<style>
span { border-color: #F0FFA3; }
span { border-color: rgb(240,255,163); }
td.TdClassName
{
border-color: #F0FFA3;
}
.TagClassName
{
border-color: #F0FFA3;
}
</style>