Shades of Australian Mint #F0FF9B
Tints of Australian Mint #F0FF9B
RGB
CMYK
RGB Variations
Color information
#F0FF9B (or 0xF0FF9B) is known color: Australian Mint. HEX triplet: F0, FF and 9B. RGB value is (240,255,155). Sum of RGB (Red+Green+Blue) = 240+255+155=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 155 (60.94% from 255 or 23.85% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FF9B is #0F0064. Grayscale: #EFEFEF. Windows color (decimal): -983141 or 10223600. OLE color: 10223600.
HSL color Cylindrical-coordinate representation of color #F0FF9B: hue angle of 69º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F0FF9B is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 155 | - |
| CMYK | 0.06 | 0 | 0.39 | 0 |
| HSL | 69º | 1% | 0.8% | - |
| HSV(B) | 69º | 0.39% | 1% | - |
| XYZ | 77.61 | 92.41 | 44.76 | - |
| YUV | 239.12 | 80.53 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 155 | 0.06 | 0 | 0.39 | 0 | 69 | 1 | 0.8 |
| Hex | F0 | FF | 9B | 6 | 0 | 27 | 0 | 45 | 64 | 50 |
| Octal | 360 | 377 | 233 | 6 | 0 | 47 | 0 | 105 | 144 | 120 |
| Binary | 11110000 | 11111111 | 10011011 | 110 | 0 | 100111 | 0 | 1000101 | 1100100 | 1010000 |
Color Harmonies of #F0FF9B
Complementary color
Monochromatic Colors of #F0FF9B
Black with #F0FF9B
Text Example
Text Example
White with #F0FF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF9B; }
p { color: rgb(240,255,155); }
H1.HeaderClassName
{
color: #F0FF9B;
}
.AnyTagClassName
{
color: #F0FF9B;
}
</style>
background-color css
<style>
a { background-color: #F0FF9B; }
a { background-color: rgb(240,255,155); }
div.DivClassName
{
background-color: #F0FF9B;
}
.BgClassName
{
background-color: #F0FF9B;
}
</style>
border-color css
<style>
span { border-color: #F0FF9B; }
span { border-color: rgb(240,255,155); }
td.TdClassName
{
border-color: #F0FF9B;
}
.TagClassName
{
border-color: #F0FF9B;
}
</style>