Shades of Australian Mint #F0FE9F
Tints of Australian Mint #F0FE9F
RGB
CMYK
RGB Variations
Color information
#F0FE9F (or 0xF0FE9F) is known color: Australian Mint. HEX triplet: F0, FE and 9F. RGB value is (240,254,159). Sum of RGB (Red+Green+Blue) = 240+254+159=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 159 (62.5% from 255 or 24.35% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FE9F is #0F0160. Grayscale: #EFEFEF. Windows color (decimal): -983393 or 10485488. OLE color: 10485488.
HSL color Cylindrical-coordinate representation of color #F0FE9F: hue angle of 68.84º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F0FE9F is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 159 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.00 |
| HSL | 68.84º | 0.98% | 0.81% | - |
| HSV(B) | 68.84º | 0.37% | 1% | - |
| XYZ | 77.64 | 91.91 | 46.45 | - |
| YUV | 238.98 | 82.86 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 159 | 0.06 | 0 | 0.37 | 0.00 | 68.84 | 0.98 | 0.81 |
| Hex | F0 | FE | 9F | 6 | 0 | 25 | 0 | 45 | 62 | 51 |
| Octal | 360 | 376 | 237 | 6 | 0 | 45 | 0 | 105 | 142 | 121 |
| Binary | 11110000 | 11111110 | 10011111 | 110 | 0 | 100101 | 0 | 1000101 | 1100010 | 1010001 |
Color Harmonies of #F0FE9F
Complementary color
Monochromatic Colors of #F0FE9F
Black with #F0FE9F
Text Example
Text Example
White with #F0FE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FE9F; }
p { color: rgb(240,254,159); }
H1.HeaderClassName
{
color: #F0FE9F;
}
.AnyTagClassName
{
color: #F0FE9F;
}
</style>
background-color css
<style>
a { background-color: #F0FE9F; }
a { background-color: rgb(240,254,159); }
div.DivClassName
{
background-color: #F0FE9F;
}
.BgClassName
{
background-color: #F0FE9F;
}
</style>
border-color css
<style>
span { border-color: #F0FE9F; }
span { border-color: rgb(240,254,159); }
td.TdClassName
{
border-color: #F0FE9F;
}
.TagClassName
{
border-color: #F0FE9F;
}
</style>