Shades of Australian Mint #F0F9B0
Tints of Australian Mint #F0F9B0
RGB
CMYK
RGB Variations
Color information
#F0F9B0 (or 0xF0F9B0) is known color: Australian Mint. HEX triplet: F0, F9 and B0. RGB value is (240,249,176). Sum of RGB (Red+Green+Blue) = 240+249+176=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 249 (97.66% from 255 or 37.44% from 665); Blue value is 176 (69.14% from 255 or 26.47% from 665); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F9B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F9B0 is #0F064F. Grayscale: #EEEEEE. Windows color (decimal): -984656 or 11598320. OLE color: 11598320.
HSL color Cylindrical-coordinate representation of color #F0F9B0: hue angle of 67.4º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0F9B0 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 176 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.02 |
| HSL | 67.4º | 0.86% | 0.83% | - |
| HSV(B) | 67.4º | 0.29% | 0.98% | - |
| XYZ | 77.65 | 89.41 | 54.24 | - |
| YUV | 237.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 176 | 0.04 | 0 | 0.29 | 0.02 | 67.4 | 0.86 | 0.83 |
| Hex | F0 | F9 | B0 | 4 | 0 | 1D | 2 | 43 | 56 | 53 |
| Octal | 360 | 371 | 260 | 4 | 0 | 35 | 2 | 103 | 126 | 123 |
| Binary | 11110000 | 11111001 | 10110000 | 100 | 0 | 11101 | 10 | 1000011 | 1010110 | 1010011 |
Color Harmonies of #F0F9B0
Complementary color
Monochromatic Colors of #F0F9B0
Black with #F0F9B0
Text Example
Text Example
White with #F0F9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F9B0; }
p { color: rgb(240,249,176); }
H1.HeaderClassName
{
color: #F0F9B0;
}
.AnyTagClassName
{
color: #F0F9B0;
}
</style>
background-color css
<style>
a { background-color: #F0F9B0; }
a { background-color: rgb(240,249,176); }
div.DivClassName
{
background-color: #F0F9B0;
}
.BgClassName
{
background-color: #F0F9B0;
}
</style>
border-color css
<style>
span { border-color: #F0F9B0; }
span { border-color: rgb(240,249,176); }
td.TdClassName
{
border-color: #F0F9B0;
}
.TagClassName
{
border-color: #F0F9B0;
}
</style>