Shades of Australian Mint #E9FFAA
Tints of Australian Mint #E9FFAA
RGB
CMYK
RGB Variations
Color information
#E9FFAA (or 0xE9FFAA) is known color: Australian Mint. HEX triplet: E9, FF and AA. RGB value is (233,255,170). Sum of RGB (Red+Green+Blue) = 233+255+170=658 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.41% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 170 (66.80% from 255 or 25.84% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #E9FFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9FFAA is #160055. Grayscale: #EFEFEF. Windows color (decimal): -1441878 or 11206633. OLE color: 11206633.
HSL color Cylindrical-coordinate representation of color #E9FFAA: hue angle of 75.53º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E9FFAA is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 255 | 170 | - |
| CMYK | 0.09 | 0 | 0.33 | 0 |
| HSL | 75.53º | 1% | 0.83% | - |
| HSV(B) | 75.53º | 0.33% | 1% | - |
| XYZ | 76.62 | 91.75 | 51.7 | - |
| YUV | 238.73 | 89.21 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 255 | 170 | 0.09 | 0 | 0.33 | 0 | 75.53 | 1 | 0.83 |
| Hex | E9 | FF | AA | 9 | 0 | 21 | 0 | 4C | 64 | 53 |
| Octal | 351 | 377 | 252 | 11 | 0 | 41 | 0 | 114 | 144 | 123 |
| Binary | 11101001 | 11111111 | 10101010 | 1001 | 0 | 100001 | 0 | 1001100 | 1100100 | 1010011 |
Color Harmonies of #E9FFAA
Complementary color
Monochromatic Colors of #E9FFAA
Black with #E9FFAA
Text Example
Text Example
White with #E9FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FFAA; }
p { color: rgb(233,255,170); }
H1.HeaderClassName
{
color: #E9FFAA;
}
.AnyTagClassName
{
color: #E9FFAA;
}
</style>
background-color css
<style>
a { background-color: #E9FFAA; }
a { background-color: rgb(233,255,170); }
div.DivClassName
{
background-color: #E9FFAA;
}
.BgClassName
{
background-color: #E9FFAA;
}
</style>
border-color css
<style>
span { border-color: #E9FFAA; }
span { border-color: rgb(233,255,170); }
td.TdClassName
{
border-color: #E9FFAA;
}
.TagClassName
{
border-color: #E9FFAA;
}
</style>