Shades of Australian Mint #E3FFAE
Tints of Australian Mint #E3FFAE
RGB
CMYK
RGB Variations
Color information
#E3FFAE (or 0xE3FFAE) is known color: Australian Mint. HEX triplet: E3, FF and AE. RGB value is (227,255,174). Sum of RGB (Red+Green+Blue) = 227+255+174=656 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.60% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 174 (68.36% from 255 or 26.52% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #E3FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3FFAE is #1C0051. Grayscale: #EDEDED. Windows color (decimal): -1835090 or 11468771. OLE color: 11468771.
HSL color Cylindrical-coordinate representation of color #E3FFAE: hue angle of 80.74º 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 #E3FFAE is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 255 | 174 | - |
| CMYK | 0.11 | 0 | 0.32 | 0 |
| HSL | 80.74º | 1% | 0.84% | - |
| HSV(B) | 80.74º | 0.32% | 1% | - |
| XYZ | 75.08 | 90.91 | 53.63 | - |
| YUV | 237.39 | 92.22 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 255 | 174 | 0.11 | 0 | 0.32 | 0 | 80.74 | 1 | 0.84 |
| Hex | E3 | FF | AE | B | 0 | 20 | 0 | 51 | 64 | 54 |
| Octal | 343 | 377 | 256 | 13 | 0 | 40 | 0 | 121 | 144 | 124 |
| Binary | 11100011 | 11111111 | 10101110 | 1011 | 0 | 100000 | 0 | 1010001 | 1100100 | 1010100 |
Color Harmonies of #E3FFAE
Complementary color
Monochromatic Colors of #E3FFAE
Black with #E3FFAE
Text Example
Text Example
White with #E3FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3FFAE; }
p { color: rgb(227,255,174); }
H1.HeaderClassName
{
color: #E3FFAE;
}
.AnyTagClassName
{
color: #E3FFAE;
}
</style>
background-color css
<style>
a { background-color: #E3FFAE; }
a { background-color: rgb(227,255,174); }
div.DivClassName
{
background-color: #E3FFAE;
}
.BgClassName
{
background-color: #E3FFAE;
}
</style>
border-color css
<style>
span { border-color: #E3FFAE; }
span { border-color: rgb(227,255,174); }
td.TdClassName
{
border-color: #E3FFAE;
}
.TagClassName
{
border-color: #E3FFAE;
}
</style>