Shades of Australian Mint #F0FFB2
Tints of Australian Mint #F0FFB2
RGB
CMYK
RGB Variations
Color information
#F0FFB2 (or 0xF0FFB2) is known color: Australian Mint. HEX triplet: F0, FF and B2. RGB value is (240,255,178). Sum of RGB (Red+Green+Blue) = 240+255+178=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 178 (69.92% from 255 or 26.45% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FFB2 is #0F004D. Grayscale: #F2F2F2. Windows color (decimal): -983118 or 11730928. OLE color: 11730928.
HSL color Cylindrical-coordinate representation of color #F0FFB2: hue angle of 71.69º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0FFB2 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 178 | - |
| CMYK | 0.06 | 0 | 0.30 | 0 |
| HSL | 71.69º | 1% | 0.85% | - |
| HSV(B) | 71.69º | 0.3% | 1% | - |
| XYZ | 79.73 | 93.26 | 55.92 | - |
| YUV | 241.74 | 92.03 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 178 | 0.06 | 0 | 0.30 | 0 | 71.69 | 1 | 0.85 |
| Hex | F0 | FF | B2 | 6 | 0 | 1E | 0 | 48 | 64 | 55 |
| Octal | 360 | 377 | 262 | 6 | 0 | 36 | 0 | 110 | 144 | 125 |
| Binary | 11110000 | 11111111 | 10110010 | 110 | 0 | 11110 | 0 | 1001000 | 1100100 | 1010101 |
Color Harmonies of #F0FFB2
Complementary color
Monochromatic Colors of #F0FFB2
Black with #F0FFB2
Text Example
Text Example
White with #F0FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFB2; }
p { color: rgb(240,255,178); }
H1.HeaderClassName
{
color: #F0FFB2;
}
.AnyTagClassName
{
color: #F0FFB2;
}
</style>
background-color css
<style>
a { background-color: #F0FFB2; }
a { background-color: rgb(240,255,178); }
div.DivClassName
{
background-color: #F0FFB2;
}
.BgClassName
{
background-color: #F0FFB2;
}
</style>
border-color css
<style>
span { border-color: #F0FFB2; }
span { border-color: rgb(240,255,178); }
td.TdClassName
{
border-color: #F0FFB2;
}
.TagClassName
{
border-color: #F0FFB2;
}
</style>