Shades of Australian Mint #F0FDA2
Tints of Australian Mint #F0FDA2
RGB
CMYK
RGB Variations
Color information
#F0FDA2 (or 0xF0FDA2) is known color: Australian Mint. HEX triplet: F0, FD and A2. RGB value is (240,253,162). Sum of RGB (Red+Green+Blue) = 240+253+162=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 162 (63.67% from 255 or 24.73% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FDA2 is #0F025D. Grayscale: #EFEFEF. Windows color (decimal): -983646 or 10681840. OLE color: 10681840.
HSL color Cylindrical-coordinate representation of color #F0FDA2: hue angle of 68.57º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0FDA2 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 162 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.01 |
| HSL | 68.57º | 0.96% | 0.81% | - |
| HSV(B) | 68.57º | 0.36% | 0.99% | - |
| XYZ | 77.58 | 91.38 | 47.73 | - |
| YUV | 238.74 | 84.69 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 162 | 0.05 | 0 | 0.36 | 0.01 | 68.57 | 0.96 | 0.81 |
| Hex | F0 | FD | A2 | 5 | 0 | 24 | 1 | 45 | 60 | 51 |
| Octal | 360 | 375 | 242 | 5 | 0 | 44 | 1 | 105 | 140 | 121 |
| Binary | 11110000 | 11111101 | 10100010 | 101 | 0 | 100100 | 1 | 1000101 | 1100000 | 1010001 |
Color Harmonies of #F0FDA2
Complementary color
Monochromatic Colors of #F0FDA2
Black with #F0FDA2
Text Example
Text Example
White with #F0FDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FDA2; }
p { color: rgb(240,253,162); }
H1.HeaderClassName
{
color: #F0FDA2;
}
.AnyTagClassName
{
color: #F0FDA2;
}
</style>
background-color css
<style>
a { background-color: #F0FDA2; }
a { background-color: rgb(240,253,162); }
div.DivClassName
{
background-color: #F0FDA2;
}
.BgClassName
{
background-color: #F0FDA2;
}
</style>
border-color css
<style>
span { border-color: #F0FDA2; }
span { border-color: rgb(240,253,162); }
td.TdClassName
{
border-color: #F0FDA2;
}
.TagClassName
{
border-color: #F0FDA2;
}
</style>