Shades of Australian Mint #E3F4AE
Tints of Australian Mint #E3F4AE
RGB
CMYK
RGB Variations
Color information
#E3F4AE (or 0xE3F4AE) is known color: Australian Mint. HEX triplet: E3, F4 and AE. RGB value is (227,244,174). Sum of RGB (Red+Green+Blue) = 227+244+174=645 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.19% from 645); Green value is 244 (95.70% from 255 or 37.83% from 645); Blue value is 174 (68.36% from 255 or 26.98% from 645); Max value from RGB is 244 - color contains mainly: green. Hex color #E3F4AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3F4AE is #1C0B51. Grayscale: #E7E7E7. Windows color (decimal): -1837906 or 11465955. OLE color: 11465955.
HSL color Cylindrical-coordinate representation of color #E3F4AE: hue angle of 74.57º degrees, saturation: 0.76, 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 #E3F4AE is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 244 | 174 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.04 |
| HSL | 74.57º | 0.76% | 0.82% | - |
| HSV(B) | 74.57º | 0.29% | 0.96% | - |
| XYZ | 71.67 | 84.09 | 52.5 | - |
| YUV | 230.94 | 95.87 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 244 | 174 | 0.07 | 0 | 0.29 | 0.04 | 74.57 | 0.76 | 0.82 |
| Hex | E3 | F4 | AE | 7 | 0 | 1D | 4 | 4B | 4C | 52 |
| Octal | 343 | 364 | 256 | 7 | 0 | 35 | 4 | 113 | 114 | 122 |
| Binary | 11100011 | 11110100 | 10101110 | 111 | 0 | 11101 | 100 | 1001011 | 1001100 | 1010010 |
Color Harmonies of #E3F4AE
Complementary color
Monochromatic Colors of #E3F4AE
Black with #E3F4AE
Text Example
Text Example
White with #E3F4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F4AE; }
p { color: rgb(227,244,174); }
H1.HeaderClassName
{
color: #E3F4AE;
}
.AnyTagClassName
{
color: #E3F4AE;
}
</style>
background-color css
<style>
a { background-color: #E3F4AE; }
a { background-color: rgb(227,244,174); }
div.DivClassName
{
background-color: #E3F4AE;
}
.BgClassName
{
background-color: #E3F4AE;
}
</style>
border-color css
<style>
span { border-color: #E3F4AE; }
span { border-color: rgb(227,244,174); }
td.TdClassName
{
border-color: #E3F4AE;
}
.TagClassName
{
border-color: #E3F4AE;
}
</style>