Shades of Australian Mint #E2FBA8
Tints of Australian Mint #E2FBA8
RGB
CMYK
RGB Variations
Color information
#E2FBA8 (or 0xE2FBA8) is known color: Australian Mint. HEX triplet: E2, FB and A8. RGB value is (226,251,168). Sum of RGB (Red+Green+Blue) = 226+251+168=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 168 (66.02% from 255 or 26.05% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FBA8 is #1D0457. Grayscale: #EAEAEA. Windows color (decimal): -1901656 or 11074530. OLE color: 11074530.
HSL color Cylindrical-coordinate representation of color #E2FBA8: hue angle of 78.07º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2FBA8 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 251 | 168 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.02 |
| HSL | 78.07º | 0.91% | 0.82% | - |
| HSV(B) | 78.07º | 0.33% | 0.98% | - |
| XYZ | 72.93 | 87.99 | 50.19 | - |
| YUV | 234.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 251 | 168 | 0.10 | 0 | 0.33 | 0.02 | 78.07 | 0.91 | 0.82 |
| Hex | E2 | FB | A8 | A | 0 | 21 | 2 | 4E | 5B | 52 |
| Octal | 342 | 373 | 250 | 12 | 0 | 41 | 2 | 116 | 133 | 122 |
| Binary | 11100010 | 11111011 | 10101000 | 1010 | 0 | 100001 | 10 | 1001110 | 1011011 | 1010010 |
Color Harmonies of #E2FBA8
Complementary color
Monochromatic Colors of #E2FBA8
Black with #E2FBA8
Text Example
Text Example
White with #E2FBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FBA8; }
p { color: rgb(226,251,168); }
H1.HeaderClassName
{
color: #E2FBA8;
}
.AnyTagClassName
{
color: #E2FBA8;
}
</style>
background-color css
<style>
a { background-color: #E2FBA8; }
a { background-color: rgb(226,251,168); }
div.DivClassName
{
background-color: #E2FBA8;
}
.BgClassName
{
background-color: #E2FBA8;
}
</style>
border-color css
<style>
span { border-color: #E2FBA8; }
span { border-color: rgb(226,251,168); }
td.TdClassName
{
border-color: #E2FBA8;
}
.TagClassName
{
border-color: #E2FBA8;
}
</style>