Shades of Australian Mint #E2FEAC
Tints of Australian Mint #E2FEAC
RGB
CMYK
RGB Variations
Color information
#E2FEAC (or 0xE2FEAC) is known color: Australian Mint. HEX triplet: E2, FE and AC. RGB value is (226,254,172). Sum of RGB (Red+Green+Blue) = 226+254+172=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 172 (67.58% from 255 or 26.38% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FEAC is #1D0153. Grayscale: #ECECEC. Windows color (decimal): -1900884 or 11337442. OLE color: 11337442.
HSL color Cylindrical-coordinate representation of color #E2FEAC: hue angle of 80.49º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2FEAC is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 172 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.00 |
| HSL | 80.49º | 0.98% | 0.84% | - |
| HSV(B) | 80.49º | 0.32% | 1% | - |
| XYZ | 74.25 | 90.03 | 52.49 | - |
| YUV | 236.28 | 91.72 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 172 | 0.11 | 0 | 0.32 | 0.00 | 80.49 | 0.98 | 0.84 |
| Hex | E2 | FE | AC | B | 0 | 20 | 0 | 50 | 62 | 54 |
| Octal | 342 | 376 | 254 | 13 | 0 | 40 | 0 | 120 | 142 | 124 |
| Binary | 11100010 | 11111110 | 10101100 | 1011 | 0 | 100000 | 0 | 1010000 | 1100010 | 1010100 |
Color Harmonies of #E2FEAC
Complementary color
Monochromatic Colors of #E2FEAC
Black with #E2FEAC
Text Example
Text Example
White with #E2FEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FEAC; }
p { color: rgb(226,254,172); }
H1.HeaderClassName
{
color: #E2FEAC;
}
.AnyTagClassName
{
color: #E2FEAC;
}
</style>
background-color css
<style>
a { background-color: #E2FEAC; }
a { background-color: rgb(226,254,172); }
div.DivClassName
{
background-color: #E2FEAC;
}
.BgClassName
{
background-color: #E2FEAC;
}
</style>
border-color css
<style>
span { border-color: #E2FEAC; }
span { border-color: rgb(226,254,172); }
td.TdClassName
{
border-color: #E2FEAC;
}
.TagClassName
{
border-color: #E2FEAC;
}
</style>