Shades of Australian Mint #E2FEAD
Tints of Australian Mint #E2FEAD
RGB
CMYK
RGB Variations
Color information
#E2FEAD (or 0xE2FEAD) is known color: Australian Mint. HEX triplet: E2, FE and AD. RGB value is (226,254,173). Sum of RGB (Red+Green+Blue) = 226+254+173=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 173 (67.97% from 255 or 26.49% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FEAD is #1D0152. Grayscale: #ECECEC. Windows color (decimal): -1900883 or 11402978. OLE color: 11402978.
HSL color Cylindrical-coordinate representation of color #E2FEAD: hue angle of 80.74º 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 #E2FEAD is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 173 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.00 |
| HSL | 80.74º | 0.98% | 0.84% | - |
| HSV(B) | 80.74º | 0.32% | 1% | - |
| XYZ | 74.35 | 90.07 | 53 | - |
| YUV | 236.39 | 92.22 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 173 | 0.11 | 0 | 0.32 | 0.00 | 80.74 | 0.98 | 0.84 |
| Hex | E2 | FE | AD | B | 0 | 20 | 0 | 51 | 62 | 54 |
| Octal | 342 | 376 | 255 | 13 | 0 | 40 | 0 | 121 | 142 | 124 |
| Binary | 11100010 | 11111110 | 10101101 | 1011 | 0 | 100000 | 0 | 1010001 | 1100010 | 1010100 |
Color Harmonies of #E2FEAD
Complementary color
Monochromatic Colors of #E2FEAD
Black with #E2FEAD
Text Example
Text Example
White with #E2FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FEAD; }
p { color: rgb(226,254,173); }
H1.HeaderClassName
{
color: #E2FEAD;
}
.AnyTagClassName
{
color: #E2FEAD;
}
</style>
background-color css
<style>
a { background-color: #E2FEAD; }
a { background-color: rgb(226,254,173); }
div.DivClassName
{
background-color: #E2FEAD;
}
.BgClassName
{
background-color: #E2FEAD;
}
</style>
border-color css
<style>
span { border-color: #E2FEAD; }
span { border-color: rgb(226,254,173); }
td.TdClassName
{
border-color: #E2FEAD;
}
.TagClassName
{
border-color: #E2FEAD;
}
</style>