Shades of Australian Mint #F0FEB0
Tints of Australian Mint #F0FEB0
RGB
CMYK
RGB Variations
Color information
#F0FEB0 (or 0xF0FEB0) is known color: Australian Mint. HEX triplet: F0, FE and B0. RGB value is (240,254,176). Sum of RGB (Red+Green+Blue) = 240+254+176=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 176 (69.14% from 255 or 26.27% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FEB0 is #0F014F. Grayscale: #F1F1F1. Windows color (decimal): -983376 or 11599600. OLE color: 11599600.
HSL color Cylindrical-coordinate representation of color #F0FEB0: hue angle of 70.77º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0FEB0 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 176 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.00 |
| HSL | 70.77º | 0.98% | 0.84% | - |
| HSV(B) | 70.77º | 0.31% | 1% | - |
| XYZ | 79.21 | 92.54 | 54.76 | - |
| YUV | 240.92 | 91.36 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 176 | 0.06 | 0 | 0.31 | 0.00 | 70.77 | 0.98 | 0.84 |
| Hex | F0 | FE | B0 | 6 | 0 | 1F | 0 | 47 | 62 | 54 |
| Octal | 360 | 376 | 260 | 6 | 0 | 37 | 0 | 107 | 142 | 124 |
| Binary | 11110000 | 11111110 | 10110000 | 110 | 0 | 11111 | 0 | 1000111 | 1100010 | 1010100 |
Color Harmonies of #F0FEB0
Complementary color
Monochromatic Colors of #F0FEB0
Black with #F0FEB0
Text Example
Text Example
White with #F0FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FEB0; }
p { color: rgb(240,254,176); }
H1.HeaderClassName
{
color: #F0FEB0;
}
.AnyTagClassName
{
color: #F0FEB0;
}
</style>
background-color css
<style>
a { background-color: #F0FEB0; }
a { background-color: rgb(240,254,176); }
div.DivClassName
{
background-color: #F0FEB0;
}
.BgClassName
{
background-color: #F0FEB0;
}
</style>
border-color css
<style>
span { border-color: #F0FEB0; }
span { border-color: rgb(240,254,176); }
td.TdClassName
{
border-color: #F0FEB0;
}
.TagClassName
{
border-color: #F0FEB0;
}
</style>