Shades of Australian Mint #E4F1AA
Tints of Australian Mint #E4F1AA
RGB
CMYK
RGB Variations
Color information
#E4F1AA (or 0xE4F1AA) is known color: Australian Mint. HEX triplet: E4, F1 and AA. RGB value is (228,241,170). Sum of RGB (Red+Green+Blue) = 228+241+170=639 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.68% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 170 (66.80% from 255 or 26.60% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #E4F1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F1AA is #1B0E55. Grayscale: #E5E5E5. Windows color (decimal): -1773142 or 11203044. OLE color: 11203044.
HSL color Cylindrical-coordinate representation of color #E4F1AA: hue angle of 70.99º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E4F1AA is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 241 | 170 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.05 |
| HSL | 70.99º | 0.72% | 0.81% | - |
| HSV(B) | 70.99º | 0.29% | 0.95% | - |
| XYZ | 70.71 | 82.31 | 50.19 | - |
| YUV | 229.02 | 94.69 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 241 | 170 | 0.05 | 0 | 0.29 | 0.05 | 70.99 | 0.72 | 0.81 |
| Hex | E4 | F1 | AA | 5 | 0 | 1D | 5 | 47 | 48 | 51 |
| Octal | 344 | 361 | 252 | 5 | 0 | 35 | 5 | 107 | 110 | 121 |
| Binary | 11100100 | 11110001 | 10101010 | 101 | 0 | 11101 | 101 | 1000111 | 1001000 | 1010001 |
Color Harmonies of #E4F1AA
Complementary color
Monochromatic Colors of #E4F1AA
Black with #E4F1AA
Text Example
Text Example
White with #E4F1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F1AA; }
p { color: rgb(228,241,170); }
H1.HeaderClassName
{
color: #E4F1AA;
}
.AnyTagClassName
{
color: #E4F1AA;
}
</style>
background-color css
<style>
a { background-color: #E4F1AA; }
a { background-color: rgb(228,241,170); }
div.DivClassName
{
background-color: #E4F1AA;
}
.BgClassName
{
background-color: #E4F1AA;
}
</style>
border-color css
<style>
span { border-color: #E4F1AA; }
span { border-color: rgb(228,241,170); }
td.TdClassName
{
border-color: #E4F1AA;
}
.TagClassName
{
border-color: #E4F1AA;
}
</style>