Shades of Australian Mint #E2FEAB
Tints of Australian Mint #E2FEAB
RGB
CMYK
RGB Variations
Color information
#E2FEAB (or 0xE2FEAB) is known color: Australian Mint. HEX triplet: E2, FE and AB. RGB value is (226,254,171). Sum of RGB (Red+Green+Blue) = 226+254+171=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 171 (67.19% from 255 or 26.27% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FEAB is #1D0154. Grayscale: #ECECEC. Windows color (decimal): -1900885 or 11271906. OLE color: 11271906.
HSL color Cylindrical-coordinate representation of color #E2FEAB: hue angle of 80.24º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2FEAB is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 171 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.00 |
| HSL | 80.24º | 0.98% | 0.83% | - |
| HSV(B) | 80.24º | 0.33% | 1% | - |
| XYZ | 74.16 | 89.99 | 51.99 | - |
| YUV | 236.17 | 91.22 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 171 | 0.11 | 0 | 0.33 | 0.00 | 80.24 | 0.98 | 0.83 |
| Hex | E2 | FE | AB | B | 0 | 21 | 0 | 50 | 62 | 53 |
| Octal | 342 | 376 | 253 | 13 | 0 | 41 | 0 | 120 | 142 | 123 |
| Binary | 11100010 | 11111110 | 10101011 | 1011 | 0 | 100001 | 0 | 1010000 | 1100010 | 1010011 |
Color Harmonies of #E2FEAB
Complementary color
Monochromatic Colors of #E2FEAB
Black with #E2FEAB
Text Example
Text Example
White with #E2FEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FEAB; }
p { color: rgb(226,254,171); }
H1.HeaderClassName
{
color: #E2FEAB;
}
.AnyTagClassName
{
color: #E2FEAB;
}
</style>
background-color css
<style>
a { background-color: #E2FEAB; }
a { background-color: rgb(226,254,171); }
div.DivClassName
{
background-color: #E2FEAB;
}
.BgClassName
{
background-color: #E2FEAB;
}
</style>
border-color css
<style>
span { border-color: #E2FEAB; }
span { border-color: rgb(226,254,171); }
td.TdClassName
{
border-color: #E2FEAB;
}
.TagClassName
{
border-color: #E2FEAB;
}
</style>