Shades of Australian Mint #E1F09F
Tints of Australian Mint #E1F09F
RGB
CMYK
RGB Variations
Color information
#E1F09F (or 0xE1F09F) is known color: Australian Mint. HEX triplet: E1, F0 and 9F. RGB value is (225,240,159). Sum of RGB (Red+Green+Blue) = 225+240+159=624 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.06% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 159 (62.5% from 255 or 25.48% from 624); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F09F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F09F is #1E0F60. Grayscale: #E2E2E2. Windows color (decimal): -1970017 or 10481889. OLE color: 10481889.
HSL color Cylindrical-coordinate representation of color #E1F09F: hue angle of 71.11º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1F09F is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 240 | 159 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.06 |
| HSL | 71.11º | 0.73% | 0.78% | - |
| HSV(B) | 71.11º | 0.34% | 0.94% | - |
| XYZ | 68.47 | 80.83 | 44.79 | - |
| YUV | 226.28 | 90.03 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 240 | 159 | 0.06 | 0 | 0.34 | 0.06 | 71.11 | 0.73 | 0.78 |
| Hex | E1 | F0 | 9F | 6 | 0 | 22 | 6 | 47 | 49 | 4E |
| Octal | 341 | 360 | 237 | 6 | 0 | 42 | 6 | 107 | 111 | 116 |
| Binary | 11100001 | 11110000 | 10011111 | 110 | 0 | 100010 | 110 | 1000111 | 1001001 | 1001110 |
Color Harmonies of #E1F09F
Complementary color
Monochromatic Colors of #E1F09F
Black with #E1F09F
Text Example
Text Example
White with #E1F09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F09F; }
p { color: rgb(225,240,159); }
H1.HeaderClassName
{
color: #E1F09F;
}
.AnyTagClassName
{
color: #E1F09F;
}
</style>
background-color css
<style>
a { background-color: #E1F09F; }
a { background-color: rgb(225,240,159); }
div.DivClassName
{
background-color: #E1F09F;
}
.BgClassName
{
background-color: #E1F09F;
}
</style>
border-color css
<style>
span { border-color: #E1F09F; }
span { border-color: rgb(225,240,159); }
td.TdClassName
{
border-color: #E1F09F;
}
.TagClassName
{
border-color: #E1F09F;
}
</style>