Shades of Australian Mint #E5FFA6
Tints of Australian Mint #E5FFA6
RGB
CMYK
RGB Variations
Color information
#E5FFA6 (or 0xE5FFA6) is known color: Australian Mint. HEX triplet: E5, FF and A6. RGB value is (229,255,166). Sum of RGB (Red+Green+Blue) = 229+255+166=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 166 (65.23% from 255 or 25.54% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FFA6 is #1A0059. Grayscale: #EDEDED. Windows color (decimal): -1704026 or 10944485. OLE color: 10944485.
HSL color Cylindrical-coordinate representation of color #E5FFA6: hue angle of 77.53º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5FFA6 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 166 | - |
| CMYK | 0.10 | 0 | 0.35 | 0 |
| HSL | 77.53º | 1% | 0.83% | - |
| HSV(B) | 77.53º | 0.35% | 1% | - |
| XYZ | 74.96 | 90.93 | 49.68 | - |
| YUV | 237.08 | 87.89 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 166 | 0.10 | 0 | 0.35 | 0 | 77.53 | 1 | 0.83 |
| Hex | E5 | FF | A6 | A | 0 | 23 | 0 | 4E | 64 | 53 |
| Octal | 345 | 377 | 246 | 12 | 0 | 43 | 0 | 116 | 144 | 123 |
| Binary | 11100101 | 11111111 | 10100110 | 1010 | 0 | 100011 | 0 | 1001110 | 1100100 | 1010011 |
Color Harmonies of #E5FFA6
Complementary color
Monochromatic Colors of #E5FFA6
Black with #E5FFA6
Text Example
Text Example
White with #E5FFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FFA6; }
p { color: rgb(229,255,166); }
H1.HeaderClassName
{
color: #E5FFA6;
}
.AnyTagClassName
{
color: #E5FFA6;
}
</style>
background-color css
<style>
a { background-color: #E5FFA6; }
a { background-color: rgb(229,255,166); }
div.DivClassName
{
background-color: #E5FFA6;
}
.BgClassName
{
background-color: #E5FFA6;
}
</style>
border-color css
<style>
span { border-color: #E5FFA6; }
span { border-color: rgb(229,255,166); }
td.TdClassName
{
border-color: #E5FFA6;
}
.TagClassName
{
border-color: #E5FFA6;
}
</style>