Shades of Australian Mint #E4FFAE
Tints of Australian Mint #E4FFAE
RGB
CMYK
RGB Variations
Color information
#E4FFAE (or 0xE4FFAE) is known color: Australian Mint. HEX triplet: E4, FF and AE. RGB value is (228,255,174). Sum of RGB (Red+Green+Blue) = 228+255+174=657 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.70% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 174 (68.36% from 255 or 26.48% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #E4FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4FFAE is #1B0051. Grayscale: #EDEDED. Windows color (decimal): -1769554 or 11468772. OLE color: 11468772.
HSL color Cylindrical-coordinate representation of color #E4FFAE: hue angle of 80º 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 #E4FFAE is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 255 | 174 | - |
| CMYK | 0.11 | 0 | 0.32 | 0 |
| HSL | 80º | 1% | 0.84% | - |
| HSV(B) | 80º | 0.32% | 1% | - |
| XYZ | 75.39 | 91.07 | 53.65 | - |
| YUV | 237.69 | 92.05 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 255 | 174 | 0.11 | 0 | 0.32 | 0 | 80 | 1 | 0.84 |
| Hex | E4 | FF | AE | B | 0 | 20 | 0 | 50 | 64 | 54 |
| Octal | 344 | 377 | 256 | 13 | 0 | 40 | 0 | 120 | 144 | 124 |
| Binary | 11100100 | 11111111 | 10101110 | 1011 | 0 | 100000 | 0 | 1010000 | 1100100 | 1010100 |
Color Harmonies of #E4FFAE
Complementary color
Monochromatic Colors of #E4FFAE
Black with #E4FFAE
Text Example
Text Example
White with #E4FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FFAE; }
p { color: rgb(228,255,174); }
H1.HeaderClassName
{
color: #E4FFAE;
}
.AnyTagClassName
{
color: #E4FFAE;
}
</style>
background-color css
<style>
a { background-color: #E4FFAE; }
a { background-color: rgb(228,255,174); }
div.DivClassName
{
background-color: #E4FFAE;
}
.BgClassName
{
background-color: #E4FFAE;
}
</style>
border-color css
<style>
span { border-color: #E4FFAE; }
span { border-color: rgb(228,255,174); }
td.TdClassName
{
border-color: #E4FFAE;
}
.TagClassName
{
border-color: #E4FFAE;
}
</style>