Shades of Australian Mint #F0F99F
Tints of Australian Mint #F0F99F
RGB
CMYK
RGB Variations
Color information
#F0F99F (or 0xF0F99F) is known color: Australian Mint. HEX triplet: F0, F9 and 9F. RGB value is (240,249,159). Sum of RGB (Red+Green+Blue) = 240+249+159=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 159 (62.5% from 255 or 24.54% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F99F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F99F is #0F0660. Grayscale: #ECECEC. Windows color (decimal): -984673 or 10484208. OLE color: 10484208.
HSL color Cylindrical-coordinate representation of color #F0F99F: hue angle of 66º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0F99F is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 159 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.02 |
| HSL | 66º | 0.88% | 0.8% | - |
| HSV(B) | 66º | 0.36% | 0.98% | - |
| XYZ | 76.07 | 88.78 | 45.93 | - |
| YUV | 236.05 | 84.52 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 159 | 0.04 | 0 | 0.36 | 0.02 | 66 | 0.88 | 0.8 |
| Hex | F0 | F9 | 9F | 4 | 0 | 24 | 2 | 42 | 58 | 50 |
| Octal | 360 | 371 | 237 | 4 | 0 | 44 | 2 | 102 | 130 | 120 |
| Binary | 11110000 | 11111001 | 10011111 | 100 | 0 | 100100 | 10 | 1000010 | 1011000 | 1010000 |
Color Harmonies of #F0F99F
Complementary color
Monochromatic Colors of #F0F99F
Black with #F0F99F
Text Example
Text Example
White with #F0F99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F99F; }
p { color: rgb(240,249,159); }
H1.HeaderClassName
{
color: #F0F99F;
}
.AnyTagClassName
{
color: #F0F99F;
}
</style>
background-color css
<style>
a { background-color: #F0F99F; }
a { background-color: rgb(240,249,159); }
div.DivClassName
{
background-color: #F0F99F;
}
.BgClassName
{
background-color: #F0F99F;
}
</style>
border-color css
<style>
span { border-color: #F0F99F; }
span { border-color: rgb(240,249,159); }
td.TdClassName
{
border-color: #F0F99F;
}
.TagClassName
{
border-color: #F0F99F;
}
</style>