Shades of Australian Mint #F0FF9E
Tints of Australian Mint #F0FF9E
RGB
CMYK
RGB Variations
Color information
#F0FF9E (or 0xF0FF9E) is known color: Australian Mint. HEX triplet: F0, FF and 9E. RGB value is (240,255,158). Sum of RGB (Red+Green+Blue) = 240+255+158=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 158 (62.11% from 255 or 24.20% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FF9E is #0F0061. Grayscale: #EFEFEF. Windows color (decimal): -983138 or 10420208. OLE color: 10420208.
HSL color Cylindrical-coordinate representation of color #F0FF9E: hue angle of 69.28º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0FF9E is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 158 | - |
| CMYK | 0.06 | 0 | 0.38 | 0 |
| HSL | 69.28º | 1% | 0.81% | - |
| HSV(B) | 69.28º | 0.38% | 1% | - |
| XYZ | 77.87 | 92.51 | 46.1 | - |
| YUV | 239.46 | 82.03 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 158 | 0.06 | 0 | 0.38 | 0 | 69.28 | 1 | 0.81 |
| Hex | F0 | FF | 9E | 6 | 0 | 26 | 0 | 45 | 64 | 51 |
| Octal | 360 | 377 | 236 | 6 | 0 | 46 | 0 | 105 | 144 | 121 |
| Binary | 11110000 | 11111111 | 10011110 | 110 | 0 | 100110 | 0 | 1000101 | 1100100 | 1010001 |
Color Harmonies of #F0FF9E
Complementary color
Monochromatic Colors of #F0FF9E
Black with #F0FF9E
Text Example
Text Example
White with #F0FF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF9E; }
p { color: rgb(240,255,158); }
H1.HeaderClassName
{
color: #F0FF9E;
}
.AnyTagClassName
{
color: #F0FF9E;
}
</style>
background-color css
<style>
a { background-color: #F0FF9E; }
a { background-color: rgb(240,255,158); }
div.DivClassName
{
background-color: #F0FF9E;
}
.BgClassName
{
background-color: #F0FF9E;
}
</style>
border-color css
<style>
span { border-color: #F0FF9E; }
span { border-color: rgb(240,255,158); }
td.TdClassName
{
border-color: #F0FF9E;
}
.TagClassName
{
border-color: #F0FF9E;
}
</style>