Shades of Australian Mint #E1F6A5
Tints of Australian Mint #E1F6A5
RGB
CMYK
RGB Variations
Color information
#E1F6A5 (or 0xE1F6A5) is known color: Australian Mint. HEX triplet: E1, F6 and A5. RGB value is (225,246,165). Sum of RGB (Red+Green+Blue) = 225+246+165=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 246 (96.48% from 255 or 38.68% from 636); Blue value is 165 (64.84% from 255 or 25.94% from 636); Max value from RGB is 246 - color contains mainly: green. Hex color #E1F6A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F6A5 is #1E095A. Grayscale: #E6E6E6. Windows color (decimal): -1968475 or 10876641. OLE color: 10876641.
HSL color Cylindrical-coordinate representation of color #E1F6A5: hue angle of 75.56º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1F6A5 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 246 | 165 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.04 |
| HSL | 75.56º | 0.82% | 0.81% | - |
| HSV(B) | 75.56º | 0.33% | 0.96% | - |
| XYZ | 70.8 | 84.64 | 48.2 | - |
| YUV | 230.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 246 | 165 | 0.09 | 0 | 0.33 | 0.04 | 75.56 | 0.82 | 0.81 |
| Hex | E1 | F6 | A5 | 9 | 0 | 21 | 4 | 4C | 52 | 51 |
| Octal | 341 | 366 | 245 | 11 | 0 | 41 | 4 | 114 | 122 | 121 |
| Binary | 11100001 | 11110110 | 10100101 | 1001 | 0 | 100001 | 100 | 1001100 | 1010010 | 1010001 |
Color Harmonies of #E1F6A5
Complementary color
Monochromatic Colors of #E1F6A5
Black with #E1F6A5
Text Example
Text Example
White with #E1F6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F6A5; }
p { color: rgb(225,246,165); }
H1.HeaderClassName
{
color: #E1F6A5;
}
.AnyTagClassName
{
color: #E1F6A5;
}
</style>
background-color css
<style>
a { background-color: #E1F6A5; }
a { background-color: rgb(225,246,165); }
div.DivClassName
{
background-color: #E1F6A5;
}
.BgClassName
{
background-color: #E1F6A5;
}
</style>
border-color css
<style>
span { border-color: #E1F6A5; }
span { border-color: rgb(225,246,165); }
td.TdClassName
{
border-color: #E1F6A5;
}
.TagClassName
{
border-color: #E1F6A5;
}
</style>