Shades of Australian Mint #E2EEA1
Tints of Australian Mint #E2EEA1
RGB
CMYK
RGB Variations
Color information
#E2EEA1 (or 0xE2EEA1) is known color: Australian Mint. HEX triplet: E2, EE and A1. RGB value is (226,238,161). Sum of RGB (Red+Green+Blue) = 226+238+161=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 161 (63.28% from 255 or 25.76% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #E2EEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EEA1 is #1D115E. Grayscale: #E1E1E1. Windows color (decimal): -1904991 or 10612450. OLE color: 10612450.
HSL color Cylindrical-coordinate representation of color #E2EEA1: hue angle of 69.35º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2EEA1 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 238 | 161 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.07 |
| HSL | 69.35º | 0.69% | 0.78% | - |
| HSV(B) | 69.35º | 0.32% | 0.93% | - |
| XYZ | 68.37 | 79.89 | 45.54 | - |
| YUV | 225.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 238 | 161 | 0.05 | 0 | 0.32 | 0.07 | 69.35 | 0.69 | 0.78 |
| Hex | E2 | EE | A1 | 5 | 0 | 20 | 7 | 45 | 45 | 4E |
| Octal | 342 | 356 | 241 | 5 | 0 | 40 | 7 | 105 | 105 | 116 |
| Binary | 11100010 | 11101110 | 10100001 | 101 | 0 | 100000 | 111 | 1000101 | 1000101 | 1001110 |
Color Harmonies of #E2EEA1
Complementary color
Monochromatic Colors of #E2EEA1
Black with #E2EEA1
Text Example
Text Example
White with #E2EEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EEA1; }
p { color: rgb(226,238,161); }
H1.HeaderClassName
{
color: #E2EEA1;
}
.AnyTagClassName
{
color: #E2EEA1;
}
</style>
background-color css
<style>
a { background-color: #E2EEA1; }
a { background-color: rgb(226,238,161); }
div.DivClassName
{
background-color: #E2EEA1;
}
.BgClassName
{
background-color: #E2EEA1;
}
</style>
border-color css
<style>
span { border-color: #E2EEA1; }
span { border-color: rgb(226,238,161); }
td.TdClassName
{
border-color: #E2EEA1;
}
.TagClassName
{
border-color: #E2EEA1;
}
</style>