Shades of Australian Mint #F0FCAA
Tints of Australian Mint #F0FCAA
RGB
CMYK
RGB Variations
Color information
#F0FCAA (or 0xF0FCAA) is known color: Australian Mint. HEX triplet: F0, FC and AA. RGB value is (240,252,170). Sum of RGB (Red+Green+Blue) = 240+252+170=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 170 (66.80% from 255 or 25.68% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FCAA is #0F0355. Grayscale: #EFEFEF. Windows color (decimal): -983894 or 11205872. OLE color: 11205872.
HSL color Cylindrical-coordinate representation of color #F0FCAA: hue angle of 68.78º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0FCAA is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 170 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.01 |
| HSL | 68.78º | 0.93% | 0.83% | - |
| HSV(B) | 68.78º | 0.33% | 0.99% | - |
| XYZ | 78 | 91.05 | 51.49 | - |
| YUV | 239.06 | 89.02 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 170 | 0.05 | 0 | 0.33 | 0.01 | 68.78 | 0.93 | 0.83 |
| Hex | F0 | FC | AA | 5 | 0 | 21 | 1 | 45 | 5D | 53 |
| Octal | 360 | 374 | 252 | 5 | 0 | 41 | 1 | 105 | 135 | 123 |
| Binary | 11110000 | 11111100 | 10101010 | 101 | 0 | 100001 | 1 | 1000101 | 1011101 | 1010011 |
Color Harmonies of #F0FCAA
Complementary color
Monochromatic Colors of #F0FCAA
Black with #F0FCAA
Text Example
Text Example
White with #F0FCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCAA; }
p { color: rgb(240,252,170); }
H1.HeaderClassName
{
color: #F0FCAA;
}
.AnyTagClassName
{
color: #F0FCAA;
}
</style>
background-color css
<style>
a { background-color: #F0FCAA; }
a { background-color: rgb(240,252,170); }
div.DivClassName
{
background-color: #F0FCAA;
}
.BgClassName
{
background-color: #F0FCAA;
}
</style>
border-color css
<style>
span { border-color: #F0FCAA; }
span { border-color: rgb(240,252,170); }
td.TdClassName
{
border-color: #F0FCAA;
}
.TagClassName
{
border-color: #F0FCAA;
}
</style>