Shades of Australian Mint #F0FF9D
Tints of Australian Mint #F0FF9D
RGB
CMYK
RGB Variations
Color information
#F0FF9D (or 0xF0FF9D) is known color: Australian Mint. HEX triplet: F0, FF and 9D. RGB value is (240,255,157). Sum of RGB (Red+Green+Blue) = 240+255+157=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 157 (61.72% from 255 or 24.08% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FF9D is #0F0062. Grayscale: #EFEFEF. Windows color (decimal): -983139 or 10354672. OLE color: 10354672.
HSL color Cylindrical-coordinate representation of color #F0FF9D: hue angle of 69.18º 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 #F0FF9D is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 157 | - |
| CMYK | 0.06 | 0 | 0.38 | 0 |
| HSL | 69.18º | 1% | 0.81% | - |
| HSV(B) | 69.18º | 0.38% | 1% | - |
| XYZ | 77.78 | 92.48 | 45.65 | - |
| YUV | 239.34 | 81.53 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 157 | 0.06 | 0 | 0.38 | 0 | 69.18 | 1 | 0.81 |
| Hex | F0 | FF | 9D | 6 | 0 | 26 | 0 | 45 | 64 | 51 |
| Octal | 360 | 377 | 235 | 6 | 0 | 46 | 0 | 105 | 144 | 121 |
| Binary | 11110000 | 11111111 | 10011101 | 110 | 0 | 100110 | 0 | 1000101 | 1100100 | 1010001 |
Color Harmonies of #F0FF9D
Complementary color
Monochromatic Colors of #F0FF9D
Black with #F0FF9D
Text Example
Text Example
White with #F0FF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF9D; }
p { color: rgb(240,255,157); }
H1.HeaderClassName
{
color: #F0FF9D;
}
.AnyTagClassName
{
color: #F0FF9D;
}
</style>
background-color css
<style>
a { background-color: #F0FF9D; }
a { background-color: rgb(240,255,157); }
div.DivClassName
{
background-color: #F0FF9D;
}
.BgClassName
{
background-color: #F0FF9D;
}
</style>
border-color css
<style>
span { border-color: #F0FF9D; }
span { border-color: rgb(240,255,157); }
td.TdClassName
{
border-color: #F0FF9D;
}
.TagClassName
{
border-color: #F0FF9D;
}
</style>