Shades of Australian Mint #E1F0AA
Tints of Australian Mint #E1F0AA
RGB
CMYK
RGB Variations
Color information
#E1F0AA (or 0xE1F0AA) is known color: Australian Mint. HEX triplet: E1, F0 and AA. RGB value is (225,240,170). Sum of RGB (Red+Green+Blue) = 225+240+170=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F0AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F0AA is #1E0F55. Grayscale: #E3E3E3. Windows color (decimal): -1970006 or 11202785. OLE color: 11202785.
HSL color Cylindrical-coordinate representation of color #E1F0AA: hue angle of 72.86º 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 #E1F0AA is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 240 | 170 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.06 |
| HSL | 72.86º | 0.7% | 0.8% | - |
| HSV(B) | 72.86º | 0.29% | 0.94% | - |
| XYZ | 69.47 | 81.23 | 50.05 | - |
| YUV | 227.54 | 95.53 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 240 | 170 | 0.06 | 0 | 0.29 | 0.06 | 72.86 | 0.7 | 0.8 |
| Hex | E1 | F0 | AA | 6 | 0 | 1D | 6 | 49 | 46 | 50 |
| Octal | 341 | 360 | 252 | 6 | 0 | 35 | 6 | 111 | 106 | 120 |
| Binary | 11100001 | 11110000 | 10101010 | 110 | 0 | 11101 | 110 | 1001001 | 1000110 | 1010000 |
Color Harmonies of #E1F0AA
Complementary color
Monochromatic Colors of #E1F0AA
Black with #E1F0AA
Text Example
Text Example
White with #E1F0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F0AA; }
p { color: rgb(225,240,170); }
H1.HeaderClassName
{
color: #E1F0AA;
}
.AnyTagClassName
{
color: #E1F0AA;
}
</style>
background-color css
<style>
a { background-color: #E1F0AA; }
a { background-color: rgb(225,240,170); }
div.DivClassName
{
background-color: #E1F0AA;
}
.BgClassName
{
background-color: #E1F0AA;
}
</style>
border-color css
<style>
span { border-color: #E1F0AA; }
span { border-color: rgb(225,240,170); }
td.TdClassName
{
border-color: #E1F0AA;
}
.TagClassName
{
border-color: #E1F0AA;
}
</style>