Shades of Australian Mint #E5F1AA
Tints of Australian Mint #E5F1AA
RGB
CMYK
RGB Variations
Color information
#E5F1AA (or 0xE5F1AA) is known color: Australian Mint. HEX triplet: E5, F1 and AA. RGB value is (229,241,170). Sum of RGB (Red+Green+Blue) = 229+241+170=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 241 - color contains mainly: green. Hex color #E5F1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F1AA is #1A0E55. Grayscale: #E5E5E5. Windows color (decimal): -1707606 or 11203045. OLE color: 11203045.
HSL color Cylindrical-coordinate representation of color #E5F1AA: hue angle of 70.14º 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 #E5F1AA is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 241 | 170 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.05 |
| HSL | 70.14º | 0.72% | 0.81% | - |
| HSV(B) | 70.14º | 0.29% | 0.95% | - |
| XYZ | 71.02 | 82.47 | 50.21 | - |
| YUV | 229.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 241 | 170 | 0.05 | 0 | 0.29 | 0.05 | 70.14 | 0.72 | 0.81 |
| Hex | E5 | F1 | AA | 5 | 0 | 1D | 5 | 46 | 48 | 51 |
| Octal | 345 | 361 | 252 | 5 | 0 | 35 | 5 | 106 | 110 | 121 |
| Binary | 11100101 | 11110001 | 10101010 | 101 | 0 | 11101 | 101 | 1000110 | 1001000 | 1010001 |
Color Harmonies of #E5F1AA
Complementary color
Monochromatic Colors of #E5F1AA
Black with #E5F1AA
Text Example
Text Example
White with #E5F1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F1AA; }
p { color: rgb(229,241,170); }
H1.HeaderClassName
{
color: #E5F1AA;
}
.AnyTagClassName
{
color: #E5F1AA;
}
</style>
background-color css
<style>
a { background-color: #E5F1AA; }
a { background-color: rgb(229,241,170); }
div.DivClassName
{
background-color: #E5F1AA;
}
.BgClassName
{
background-color: #E5F1AA;
}
</style>
border-color css
<style>
span { border-color: #E5F1AA; }
span { border-color: rgb(229,241,170); }
td.TdClassName
{
border-color: #E5F1AA;
}
.TagClassName
{
border-color: #E5F1AA;
}
</style>