Shades of Australian Mint #E5F6AE
Tints of Australian Mint #E5F6AE
RGB
CMYK
RGB Variations
Color information
#E5F6AE (or 0xE5F6AE) is known color: Australian Mint. HEX triplet: E5, F6 and AE. RGB value is (229,246,174). Sum of RGB (Red+Green+Blue) = 229+246+174=649 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.29% from 649); Green value is 246 (96.48% from 255 or 37.90% from 649); Blue value is 174 (68.36% from 255 or 26.81% from 649); Max value from RGB is 246 - color contains mainly: green. Hex color #E5F6AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F6AE is #1A0951. Grayscale: #E8E8E8. Windows color (decimal): -1706322 or 11466469. OLE color: 11466469.
HSL color Cylindrical-coordinate representation of color #E5F6AE: hue angle of 74.17º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5F6AE is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 246 | 174 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.04 |
| HSL | 74.17º | 0.8% | 0.82% | - |
| HSV(B) | 74.17º | 0.29% | 0.96% | - |
| XYZ | 72.91 | 85.63 | 52.73 | - |
| YUV | 232.71 | 94.87 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 246 | 174 | 0.07 | 0 | 0.29 | 0.04 | 74.17 | 0.8 | 0.82 |
| Hex | E5 | F6 | AE | 7 | 0 | 1D | 4 | 4A | 50 | 52 |
| Octal | 345 | 366 | 256 | 7 | 0 | 35 | 4 | 112 | 120 | 122 |
| Binary | 11100101 | 11110110 | 10101110 | 111 | 0 | 11101 | 100 | 1001010 | 1010000 | 1010010 |
Color Harmonies of #E5F6AE
Complementary color
Monochromatic Colors of #E5F6AE
Black with #E5F6AE
Text Example
Text Example
White with #E5F6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F6AE; }
p { color: rgb(229,246,174); }
H1.HeaderClassName
{
color: #E5F6AE;
}
.AnyTagClassName
{
color: #E5F6AE;
}
</style>
background-color css
<style>
a { background-color: #E5F6AE; }
a { background-color: rgb(229,246,174); }
div.DivClassName
{
background-color: #E5F6AE;
}
.BgClassName
{
background-color: #E5F6AE;
}
</style>
border-color css
<style>
span { border-color: #E5F6AE; }
span { border-color: rgb(229,246,174); }
td.TdClassName
{
border-color: #E5F6AE;
}
.TagClassName
{
border-color: #E5F6AE;
}
</style>