Shades of Australian Mint #E4FFAA
Tints of Australian Mint #E4FFAA
RGB
CMYK
RGB Variations
Color information
#E4FFAA (or 0xE4FFAA) is known color: Australian Mint. HEX triplet: E4, FF and AA. RGB value is (228,255,170). Sum of RGB (Red+Green+Blue) = 228+255+170=653 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.92% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 170 (66.80% from 255 or 26.03% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #E4FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4FFAA is #1B0055. Grayscale: #EDEDED. Windows color (decimal): -1769558 or 11206628. OLE color: 11206628.
HSL color Cylindrical-coordinate representation of color #E4FFAA: hue angle of 79.06º 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 #E4FFAA is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 255 | 170 | - |
| CMYK | 0.11 | 0 | 0.33 | 0 |
| HSL | 79.06º | 1% | 0.83% | - |
| HSV(B) | 79.06º | 0.33% | 1% | - |
| XYZ | 75.01 | 90.92 | 51.63 | - |
| YUV | 237.24 | 90.05 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 255 | 170 | 0.11 | 0 | 0.33 | 0 | 79.06 | 1 | 0.83 |
| Hex | E4 | FF | AA | B | 0 | 21 | 0 | 4F | 64 | 53 |
| Octal | 344 | 377 | 252 | 13 | 0 | 41 | 0 | 117 | 144 | 123 |
| Binary | 11100100 | 11111111 | 10101010 | 1011 | 0 | 100001 | 0 | 1001111 | 1100100 | 1010011 |
Color Harmonies of #E4FFAA
Complementary color
Monochromatic Colors of #E4FFAA
Black with #E4FFAA
Text Example
Text Example
White with #E4FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FFAA; }
p { color: rgb(228,255,170); }
H1.HeaderClassName
{
color: #E4FFAA;
}
.AnyTagClassName
{
color: #E4FFAA;
}
</style>
background-color css
<style>
a { background-color: #E4FFAA; }
a { background-color: rgb(228,255,170); }
div.DivClassName
{
background-color: #E4FFAA;
}
.BgClassName
{
background-color: #E4FFAA;
}
</style>
border-color css
<style>
span { border-color: #E4FFAA; }
span { border-color: rgb(228,255,170); }
td.TdClassName
{
border-color: #E4FFAA;
}
.TagClassName
{
border-color: #E4FFAA;
}
</style>