Shades of Australian Mint #E1FEAE
Tints of Australian Mint #E1FEAE
RGB
CMYK
RGB Variations
Color information
#E1FEAE (or 0xE1FEAE) is known color: Australian Mint. HEX triplet: E1, FE and AE. RGB value is (225,254,174). Sum of RGB (Red+Green+Blue) = 225+254+174=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 174 (68.36% from 255 or 26.65% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FEAE is #1E0151. Grayscale: #ECECEC. Windows color (decimal): -1966418 or 11468513. OLE color: 11468513.
HSL color Cylindrical-coordinate representation of color #E1FEAE: hue angle of 81.75º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1FEAE is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 254 | 174 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.00 |
| HSL | 81.75º | 0.98% | 0.84% | - |
| HSV(B) | 81.75º | 0.31% | 1% | - |
| XYZ | 74.13 | 89.95 | 53.5 | - |
| YUV | 236.21 | 92.89 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 254 | 174 | 0.11 | 0 | 0.31 | 0.00 | 81.75 | 0.98 | 0.84 |
| Hex | E1 | FE | AE | B | 0 | 1F | 0 | 52 | 62 | 54 |
| Octal | 341 | 376 | 256 | 13 | 0 | 37 | 0 | 122 | 142 | 124 |
| Binary | 11100001 | 11111110 | 10101110 | 1011 | 0 | 11111 | 0 | 1010010 | 1100010 | 1010100 |
Color Harmonies of #E1FEAE
Complementary color
Monochromatic Colors of #E1FEAE
Black with #E1FEAE
Text Example
Text Example
White with #E1FEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FEAE; }
p { color: rgb(225,254,174); }
H1.HeaderClassName
{
color: #E1FEAE;
}
.AnyTagClassName
{
color: #E1FEAE;
}
</style>
background-color css
<style>
a { background-color: #E1FEAE; }
a { background-color: rgb(225,254,174); }
div.DivClassName
{
background-color: #E1FEAE;
}
.BgClassName
{
background-color: #E1FEAE;
}
</style>
border-color css
<style>
span { border-color: #E1FEAE; }
span { border-color: rgb(225,254,174); }
td.TdClassName
{
border-color: #E1FEAE;
}
.TagClassName
{
border-color: #E1FEAE;
}
</style>