Shades of Australian Mint #E1FFAE
Tints of Australian Mint #E1FFAE
RGB
CMYK
RGB Variations
Color information
#E1FFAE (or 0xE1FFAE) is known color: Australian Mint. HEX triplet: E1, FF and AE. RGB value is (225,255,174). Sum of RGB (Red+Green+Blue) = 225+255+174=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 174 (68.36% from 255 or 26.61% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FFAE is #1E0051. Grayscale: #EDEDED. Windows color (decimal): -1966162 or 11468769. OLE color: 11468769.
HSL color Cylindrical-coordinate representation of color #E1FFAE: hue angle of 82.22º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1FFAE is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 174 | - |
| CMYK | 0.12 | 0 | 0.32 | 0 |
| HSL | 82.22º | 1% | 0.84% | - |
| HSV(B) | 82.22º | 0.32% | 1% | - |
| XYZ | 74.45 | 90.58 | 53.6 | - |
| YUV | 236.8 | 92.56 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 174 | 0.12 | 0 | 0.32 | 0 | 82.22 | 1 | 0.84 |
| Hex | E1 | FF | AE | C | 0 | 20 | 0 | 52 | 64 | 54 |
| Octal | 341 | 377 | 256 | 14 | 0 | 40 | 0 | 122 | 144 | 124 |
| Binary | 11100001 | 11111111 | 10101110 | 1100 | 0 | 100000 | 0 | 1010010 | 1100100 | 1010100 |
Color Harmonies of #E1FFAE
Complementary color
Monochromatic Colors of #E1FFAE
Black with #E1FFAE
Text Example
Text Example
White with #E1FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FFAE; }
p { color: rgb(225,255,174); }
H1.HeaderClassName
{
color: #E1FFAE;
}
.AnyTagClassName
{
color: #E1FFAE;
}
</style>
background-color css
<style>
a { background-color: #E1FFAE; }
a { background-color: rgb(225,255,174); }
div.DivClassName
{
background-color: #E1FFAE;
}
.BgClassName
{
background-color: #E1FFAE;
}
</style>
border-color css
<style>
span { border-color: #E1FFAE; }
span { border-color: rgb(225,255,174); }
td.TdClassName
{
border-color: #E1FFAE;
}
.TagClassName
{
border-color: #E1FFAE;
}
</style>