Shades of Australian Mint #E2FFA8
Tints of Australian Mint #E2FFA8
RGB
CMYK
RGB Variations
Color information
#E2FFA8 (or 0xE2FFA8) is known color: Australian Mint. HEX triplet: E2, FF and A8. RGB value is (226,255,168). Sum of RGB (Red+Green+Blue) = 226+255+168=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 168 (66.02% from 255 or 25.89% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FFA8 is #1D0057. Grayscale: #ECECEC. Windows color (decimal): -1900632 or 11075554. OLE color: 11075554.
HSL color Cylindrical-coordinate representation of color #E2FFA8: hue angle of 80º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2FFA8 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 168 | - |
| CMYK | 0.11 | 0 | 0.34 | 0 |
| HSL | 80º | 1% | 0.83% | - |
| HSV(B) | 80º | 0.34% | 1% | - |
| XYZ | 74.19 | 90.52 | 50.61 | - |
| YUV | 236.41 | 89.39 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 168 | 0.11 | 0 | 0.34 | 0 | 80 | 1 | 0.83 |
| Hex | E2 | FF | A8 | B | 0 | 22 | 0 | 50 | 64 | 53 |
| Octal | 342 | 377 | 250 | 13 | 0 | 42 | 0 | 120 | 144 | 123 |
| Binary | 11100010 | 11111111 | 10101000 | 1011 | 0 | 100010 | 0 | 1010000 | 1100100 | 1010011 |
Color Harmonies of #E2FFA8
Complementary color
Monochromatic Colors of #E2FFA8
Black with #E2FFA8
Text Example
Text Example
White with #E2FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FFA8; }
p { color: rgb(226,255,168); }
H1.HeaderClassName
{
color: #E2FFA8;
}
.AnyTagClassName
{
color: #E2FFA8;
}
</style>
background-color css
<style>
a { background-color: #E2FFA8; }
a { background-color: rgb(226,255,168); }
div.DivClassName
{
background-color: #E2FFA8;
}
.BgClassName
{
background-color: #E2FFA8;
}
</style>
border-color css
<style>
span { border-color: #E2FFA8; }
span { border-color: rgb(226,255,168); }
td.TdClassName
{
border-color: #E2FFA8;
}
.TagClassName
{
border-color: #E2FFA8;
}
</style>