Shades of Australian Mint #E2FEA1
Tints of Australian Mint #E2FEA1
RGB
CMYK
RGB Variations
Color information
#E2FEA1 (or 0xE2FEA1) is known color: Australian Mint. HEX triplet: E2, FE and A1. RGB value is (226,254,161). Sum of RGB (Red+Green+Blue) = 226+254+161=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 161 (63.28% from 255 or 25.12% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FEA1 is #1D015E. Grayscale: #EBEBEB. Windows color (decimal): -1900895 or 10616546. OLE color: 10616546.
HSL color Cylindrical-coordinate representation of color #E2FEA1: hue angle of 78.06º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E2FEA1 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 161 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.00 |
| HSL | 78.06º | 0.98% | 0.81% | - |
| HSV(B) | 78.06º | 0.37% | 1% | - |
| XYZ | 73.24 | 89.63 | 47.16 | - |
| YUV | 235.03 | 86.22 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 161 | 0.11 | 0 | 0.37 | 0.00 | 78.06 | 0.98 | 0.81 |
| Hex | E2 | FE | A1 | B | 0 | 25 | 0 | 4E | 62 | 51 |
| Octal | 342 | 376 | 241 | 13 | 0 | 45 | 0 | 116 | 142 | 121 |
| Binary | 11100010 | 11111110 | 10100001 | 1011 | 0 | 100101 | 0 | 1001110 | 1100010 | 1010001 |
Color Harmonies of #E2FEA1
Complementary color
Monochromatic Colors of #E2FEA1
Black with #E2FEA1
Text Example
Text Example
White with #E2FEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FEA1; }
p { color: rgb(226,254,161); }
H1.HeaderClassName
{
color: #E2FEA1;
}
.AnyTagClassName
{
color: #E2FEA1;
}
</style>
background-color css
<style>
a { background-color: #E2FEA1; }
a { background-color: rgb(226,254,161); }
div.DivClassName
{
background-color: #E2FEA1;
}
.BgClassName
{
background-color: #E2FEA1;
}
</style>
border-color css
<style>
span { border-color: #E2FEA1; }
span { border-color: rgb(226,254,161); }
td.TdClassName
{
border-color: #E2FEA1;
}
.TagClassName
{
border-color: #E2FEA1;
}
</style>