Shades of Australian Mint #E5FFAA
Tints of Australian Mint #E5FFAA
RGB
CMYK
RGB Variations
Color information
#E5FFAA (or 0xE5FFAA) is known color: Australian Mint. HEX triplet: E5, FF and AA. RGB value is (229,255,170). Sum of RGB (Red+Green+Blue) = 229+255+170=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 170 (66.80% from 255 or 25.99% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FFAA is #1A0055. Grayscale: #EDEDED. Windows color (decimal): -1704022 or 11206629. OLE color: 11206629.
HSL color Cylindrical-coordinate representation of color #E5FFAA: hue angle of 78.35º 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 #E5FFAA is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 170 | - |
| CMYK | 0.10 | 0 | 0.33 | 0 |
| HSL | 78.35º | 1% | 0.83% | - |
| HSV(B) | 78.35º | 0.33% | 1% | - |
| XYZ | 75.33 | 91.08 | 51.64 | - |
| YUV | 237.54 | 89.89 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 170 | 0.10 | 0 | 0.33 | 0 | 78.35 | 1 | 0.83 |
| Hex | E5 | FF | AA | A | 0 | 21 | 0 | 4E | 64 | 53 |
| Octal | 345 | 377 | 252 | 12 | 0 | 41 | 0 | 116 | 144 | 123 |
| Binary | 11100101 | 11111111 | 10101010 | 1010 | 0 | 100001 | 0 | 1001110 | 1100100 | 1010011 |
Color Harmonies of #E5FFAA
Complementary color
Monochromatic Colors of #E5FFAA
Black with #E5FFAA
Text Example
Text Example
White with #E5FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FFAA; }
p { color: rgb(229,255,170); }
H1.HeaderClassName
{
color: #E5FFAA;
}
.AnyTagClassName
{
color: #E5FFAA;
}
</style>
background-color css
<style>
a { background-color: #E5FFAA; }
a { background-color: rgb(229,255,170); }
div.DivClassName
{
background-color: #E5FFAA;
}
.BgClassName
{
background-color: #E5FFAA;
}
</style>
border-color css
<style>
span { border-color: #E5FFAA; }
span { border-color: rgb(229,255,170); }
td.TdClassName
{
border-color: #E5FFAA;
}
.TagClassName
{
border-color: #E5FFAA;
}
</style>