Shades of Australian Mint #E2FFA6
Tints of Australian Mint #E2FFA6
RGB
CMYK
RGB Variations
Color information
#E2FFA6 (or 0xE2FFA6) is known color: Australian Mint. HEX triplet: E2, FF and A6. RGB value is (226,255,166). Sum of RGB (Red+Green+Blue) = 226+255+166=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 166 (65.23% from 255 or 25.66% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FFA6 is #1D0059. Grayscale: #ECECEC. Windows color (decimal): -1900634 or 10944482. OLE color: 10944482.
HSL color Cylindrical-coordinate representation of color #E2FFA6: hue angle of 79.55º 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 #E2FFA6 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 166 | - |
| CMYK | 0.11 | 0 | 0.35 | 0 |
| HSL | 79.55º | 1% | 0.83% | - |
| HSV(B) | 79.55º | 0.35% | 1% | - |
| XYZ | 74.01 | 90.44 | 49.63 | - |
| YUV | 236.18 | 88.39 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 166 | 0.11 | 0 | 0.35 | 0 | 79.55 | 1 | 0.83 |
| Hex | E2 | FF | A6 | B | 0 | 23 | 0 | 50 | 64 | 53 |
| Octal | 342 | 377 | 246 | 13 | 0 | 43 | 0 | 120 | 144 | 123 |
| Binary | 11100010 | 11111111 | 10100110 | 1011 | 0 | 100011 | 0 | 1010000 | 1100100 | 1010011 |
Color Harmonies of #E2FFA6
Complementary color
Monochromatic Colors of #E2FFA6
Black with #E2FFA6
Text Example
Text Example
White with #E2FFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FFA6; }
p { color: rgb(226,255,166); }
H1.HeaderClassName
{
color: #E2FFA6;
}
.AnyTagClassName
{
color: #E2FFA6;
}
</style>
background-color css
<style>
a { background-color: #E2FFA6; }
a { background-color: rgb(226,255,166); }
div.DivClassName
{
background-color: #E2FFA6;
}
.BgClassName
{
background-color: #E2FFA6;
}
</style>
border-color css
<style>
span { border-color: #E2FFA6; }
span { border-color: rgb(226,255,166); }
td.TdClassName
{
border-color: #E2FFA6;
}
.TagClassName
{
border-color: #E2FFA6;
}
</style>