Shades of Australian Mint #F0FD9F
Tints of Australian Mint #F0FD9F
RGB
CMYK
RGB Variations
Color information
#F0FD9F (or 0xF0FD9F) is known color: Australian Mint. HEX triplet: F0, FD and 9F. RGB value is (240,253,159). Sum of RGB (Red+Green+Blue) = 240+253+159=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 159 (62.5% from 255 or 24.39% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FD9F is #0F0260. Grayscale: #EEEEEE. Windows color (decimal): -983649 or 10485232. OLE color: 10485232.
HSL color Cylindrical-coordinate representation of color #F0FD9F: hue angle of 68.3º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F0FD9F is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 159 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.01 |
| HSL | 68.3º | 0.96% | 0.81% | - |
| HSV(B) | 68.3º | 0.37% | 0.99% | - |
| XYZ | 77.32 | 91.28 | 46.34 | - |
| YUV | 238.4 | 83.19 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 159 | 0.05 | 0 | 0.37 | 0.01 | 68.3 | 0.96 | 0.81 |
| Hex | F0 | FD | 9F | 5 | 0 | 25 | 1 | 44 | 60 | 51 |
| Octal | 360 | 375 | 237 | 5 | 0 | 45 | 1 | 104 | 140 | 121 |
| Binary | 11110000 | 11111101 | 10011111 | 101 | 0 | 100101 | 1 | 1000100 | 1100000 | 1010001 |
Color Harmonies of #F0FD9F
Complementary color
Monochromatic Colors of #F0FD9F
Black with #F0FD9F
Text Example
Text Example
White with #F0FD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FD9F; }
p { color: rgb(240,253,159); }
H1.HeaderClassName
{
color: #F0FD9F;
}
.AnyTagClassName
{
color: #F0FD9F;
}
</style>
background-color css
<style>
a { background-color: #F0FD9F; }
a { background-color: rgb(240,253,159); }
div.DivClassName
{
background-color: #F0FD9F;
}
.BgClassName
{
background-color: #F0FD9F;
}
</style>
border-color css
<style>
span { border-color: #F0FD9F; }
span { border-color: rgb(240,253,159); }
td.TdClassName
{
border-color: #F0FD9F;
}
.TagClassName
{
border-color: #F0FD9F;
}
</style>