Shades of Australian Mint #E2FEA0
Tints of Australian Mint #E2FEA0
RGB
CMYK
RGB Variations
Color information
#E2FEA0 (or 0xE2FEA0) is known color: Australian Mint. HEX triplet: E2, FE and A0. RGB value is (226,254,160). Sum of RGB (Red+Green+Blue) = 226+254+160=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 160 (62.89% from 255 or 25% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FEA0 is #1D015F. Grayscale: #EBEBEB. Windows color (decimal): -1900896 or 10551010. OLE color: 10551010.
HSL color Cylindrical-coordinate representation of color #E2FEA0: hue angle of 77.87º 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 #E2FEA0 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 160 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.00 |
| HSL | 77.87º | 0.98% | 0.81% | - |
| HSV(B) | 77.87º | 0.37% | 1% | - |
| XYZ | 73.15 | 89.59 | 46.69 | - |
| YUV | 234.91 | 85.72 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 160 | 0.11 | 0 | 0.37 | 0.00 | 77.87 | 0.98 | 0.81 |
| Hex | E2 | FE | A0 | B | 0 | 25 | 0 | 4E | 62 | 51 |
| Octal | 342 | 376 | 240 | 13 | 0 | 45 | 0 | 116 | 142 | 121 |
| Binary | 11100010 | 11111110 | 10100000 | 1011 | 0 | 100101 | 0 | 1001110 | 1100010 | 1010001 |
Color Harmonies of #E2FEA0
Complementary color
Monochromatic Colors of #E2FEA0
Black with #E2FEA0
Text Example
Text Example
White with #E2FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FEA0; }
p { color: rgb(226,254,160); }
H1.HeaderClassName
{
color: #E2FEA0;
}
.AnyTagClassName
{
color: #E2FEA0;
}
</style>
background-color css
<style>
a { background-color: #E2FEA0; }
a { background-color: rgb(226,254,160); }
div.DivClassName
{
background-color: #E2FEA0;
}
.BgClassName
{
background-color: #E2FEA0;
}
</style>
border-color css
<style>
span { border-color: #E2FEA0; }
span { border-color: rgb(226,254,160); }
td.TdClassName
{
border-color: #E2FEA0;
}
.TagClassName
{
border-color: #E2FEA0;
}
</style>