Shades of Australian Mint #E9FFA1
Tints of Australian Mint #E9FFA1
RGB
CMYK
RGB Variations
Color information
#E9FFA1 (or 0xE9FFA1) is known color: Australian Mint. HEX triplet: E9, FF and A1. RGB value is (233,255,161). Sum of RGB (Red+Green+Blue) = 233+255+161=649 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.90% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 161 (63.28% from 255 or 24.81% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #E9FFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9FFA1 is #16005E. Grayscale: #EEEEEE. Windows color (decimal): -1441887 or 10616809. OLE color: 10616809.
HSL color Cylindrical-coordinate representation of color #E9FFA1: hue angle of 74.04º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E9FFA1 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 255 | 161 | - |
| CMYK | 0.09 | 0 | 0.37 | 0 |
| HSL | 74.04º | 1% | 0.82% | - |
| HSV(B) | 74.04º | 0.37% | 1% | - |
| XYZ | 75.8 | 91.42 | 47.37 | - |
| YUV | 237.71 | 84.71 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 255 | 161 | 0.09 | 0 | 0.37 | 0 | 74.04 | 1 | 0.82 |
| Hex | E9 | FF | A1 | 9 | 0 | 25 | 0 | 4A | 64 | 52 |
| Octal | 351 | 377 | 241 | 11 | 0 | 45 | 0 | 112 | 144 | 122 |
| Binary | 11101001 | 11111111 | 10100001 | 1001 | 0 | 100101 | 0 | 1001010 | 1100100 | 1010010 |
Color Harmonies of #E9FFA1
Complementary color
Monochromatic Colors of #E9FFA1
Black with #E9FFA1
Text Example
Text Example
White with #E9FFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FFA1; }
p { color: rgb(233,255,161); }
H1.HeaderClassName
{
color: #E9FFA1;
}
.AnyTagClassName
{
color: #E9FFA1;
}
</style>
background-color css
<style>
a { background-color: #E9FFA1; }
a { background-color: rgb(233,255,161); }
div.DivClassName
{
background-color: #E9FFA1;
}
.BgClassName
{
background-color: #E9FFA1;
}
</style>
border-color css
<style>
span { border-color: #E9FFA1; }
span { border-color: rgb(233,255,161); }
td.TdClassName
{
border-color: #E9FFA1;
}
.TagClassName
{
border-color: #E9FFA1;
}
</style>