Shades of Australian Mint #E5F0AA
Tints of Australian Mint #E5F0AA
RGB
CMYK
RGB Variations
Color information
#E5F0AA (or 0xE5F0AA) is known color: Australian Mint. HEX triplet: E5, F0 and AA. RGB value is (229,240,170). Sum of RGB (Red+Green+Blue) = 229+240+170=639 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.84% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 170 (66.80% from 255 or 26.60% from 639); Max value from RGB is 240 - color contains mainly: green. Hex color #E5F0AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F0AA is #1A0F55. Grayscale: #E5E5E5. Windows color (decimal): -1707862 or 11202789. OLE color: 11202789.
HSL color Cylindrical-coordinate representation of color #E5F0AA: hue angle of 69.43º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5F0AA is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 240 | 170 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.06 |
| HSL | 69.43º | 0.7% | 0.8% | - |
| HSV(B) | 69.43º | 0.29% | 0.94% | - |
| XYZ | 70.73 | 81.88 | 50.11 | - |
| YUV | 228.73 | 94.86 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 240 | 170 | 0.05 | 0 | 0.29 | 0.06 | 69.43 | 0.7 | 0.8 |
| Hex | E5 | F0 | AA | 5 | 0 | 1D | 6 | 45 | 46 | 50 |
| Octal | 345 | 360 | 252 | 5 | 0 | 35 | 6 | 105 | 106 | 120 |
| Binary | 11100101 | 11110000 | 10101010 | 101 | 0 | 11101 | 110 | 1000101 | 1000110 | 1010000 |
Color Harmonies of #E5F0AA
Complementary color
Monochromatic Colors of #E5F0AA
Black with #E5F0AA
Text Example
Text Example
White with #E5F0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F0AA; }
p { color: rgb(229,240,170); }
H1.HeaderClassName
{
color: #E5F0AA;
}
.AnyTagClassName
{
color: #E5F0AA;
}
</style>
background-color css
<style>
a { background-color: #E5F0AA; }
a { background-color: rgb(229,240,170); }
div.DivClassName
{
background-color: #E5F0AA;
}
.BgClassName
{
background-color: #E5F0AA;
}
</style>
border-color css
<style>
span { border-color: #E5F0AA; }
span { border-color: rgb(229,240,170); }
td.TdClassName
{
border-color: #E5F0AA;
}
.TagClassName
{
border-color: #E5F0AA;
}
</style>