Shades of Australian Mint #E2FAA2
Tints of Australian Mint #E2FAA2
RGB
CMYK
RGB Variations
Color information
#E2FAA2 (or 0xE2FAA2) is known color: Australian Mint. HEX triplet: E2, FA and A2. RGB value is (226,250,162). Sum of RGB (Red+Green+Blue) = 226+250+162=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 162 (63.67% from 255 or 25.39% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FAA2 is #1D055D. Grayscale: #E9E9E9. Windows color (decimal): -1901918 or 10681058. OLE color: 10681058.
HSL color Cylindrical-coordinate representation of color #E2FAA2: hue angle of 76.36º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2FAA2 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 162 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.02 |
| HSL | 76.36º | 0.9% | 0.81% | - |
| HSV(B) | 76.36º | 0.35% | 0.98% | - |
| XYZ | 72.07 | 87.15 | 47.21 | - |
| YUV | 232.79 | 88.05 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 162 | 0.10 | 0 | 0.35 | 0.02 | 76.36 | 0.9 | 0.81 |
| Hex | E2 | FA | A2 | A | 0 | 23 | 2 | 4C | 5A | 51 |
| Octal | 342 | 372 | 242 | 12 | 0 | 43 | 2 | 114 | 132 | 121 |
| Binary | 11100010 | 11111010 | 10100010 | 1010 | 0 | 100011 | 10 | 1001100 | 1011010 | 1010001 |
Color Harmonies of #E2FAA2
Complementary color
Monochromatic Colors of #E2FAA2
Black with #E2FAA2
Text Example
Text Example
White with #E2FAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FAA2; }
p { color: rgb(226,250,162); }
H1.HeaderClassName
{
color: #E2FAA2;
}
.AnyTagClassName
{
color: #E2FAA2;
}
</style>
background-color css
<style>
a { background-color: #E2FAA2; }
a { background-color: rgb(226,250,162); }
div.DivClassName
{
background-color: #E2FAA2;
}
.BgClassName
{
background-color: #E2FAA2;
}
</style>
border-color css
<style>
span { border-color: #E2FAA2; }
span { border-color: rgb(226,250,162); }
td.TdClassName
{
border-color: #E2FAA2;
}
.TagClassName
{
border-color: #E2FAA2;
}
</style>