Shades of Australian Mint #E2FFAB
Tints of Australian Mint #E2FFAB
RGB
CMYK
RGB Variations
Color information
#E2FFAB (or 0xE2FFAB) is known color: Australian Mint. HEX triplet: E2, FF and AB. RGB value is (226,255,171). Sum of RGB (Red+Green+Blue) = 226+255+171=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 171 (67.19% from 255 or 26.23% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FFAB is #1D0054. Grayscale: #EDEDED. Windows color (decimal): -1900629 or 11272162. OLE color: 11272162.
HSL color Cylindrical-coordinate representation of color #E2FFAB: hue angle of 80.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2FFAB is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 171 | - |
| CMYK | 0.11 | 0 | 0.33 | 0 |
| HSL | 80.71º | 1% | 0.84% | - |
| HSV(B) | 80.71º | 0.33% | 1% | - |
| XYZ | 74.47 | 90.63 | 52.1 | - |
| YUV | 236.75 | 90.89 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 171 | 0.11 | 0 | 0.33 | 0 | 80.71 | 1 | 0.84 |
| Hex | E2 | FF | AB | B | 0 | 21 | 0 | 51 | 64 | 54 |
| Octal | 342 | 377 | 253 | 13 | 0 | 41 | 0 | 121 | 144 | 124 |
| Binary | 11100010 | 11111111 | 10101011 | 1011 | 0 | 100001 | 0 | 1010001 | 1100100 | 1010100 |
Color Harmonies of #E2FFAB
Complementary color
Monochromatic Colors of #E2FFAB
Black with #E2FFAB
Text Example
Text Example
White with #E2FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FFAB; }
p { color: rgb(226,255,171); }
H1.HeaderClassName
{
color: #E2FFAB;
}
.AnyTagClassName
{
color: #E2FFAB;
}
</style>
background-color css
<style>
a { background-color: #E2FFAB; }
a { background-color: rgb(226,255,171); }
div.DivClassName
{
background-color: #E2FFAB;
}
.BgClassName
{
background-color: #E2FFAB;
}
</style>
border-color css
<style>
span { border-color: #E2FFAB; }
span { border-color: rgb(226,255,171); }
td.TdClassName
{
border-color: #E2FFAB;
}
.TagClassName
{
border-color: #E2FFAB;
}
</style>