Shades of Australian Mint #E2FBAC
Tints of Australian Mint #E2FBAC
RGB
CMYK
RGB Variations
Color information
#E2FBAC (or 0xE2FBAC) is known color: Australian Mint. HEX triplet: E2, FB and AC. RGB value is (226,251,172). Sum of RGB (Red+Green+Blue) = 226+251+172=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 172 (67.58% from 255 or 26.50% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FBAC is #1D0453. Grayscale: #EAEAEA. Windows color (decimal): -1901652 or 11336674. OLE color: 11336674.
HSL color Cylindrical-coordinate representation of color #E2FBAC: hue angle of 78.99º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2FBAC is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 251 | 172 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.02 |
| HSL | 78.99º | 0.91% | 0.83% | - |
| HSV(B) | 78.99º | 0.31% | 0.98% | - |
| XYZ | 73.31 | 88.14 | 52.18 | - |
| YUV | 234.52 | 92.72 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 251 | 172 | 0.10 | 0 | 0.31 | 0.02 | 78.99 | 0.91 | 0.83 |
| Hex | E2 | FB | AC | A | 0 | 1F | 2 | 4F | 5B | 53 |
| Octal | 342 | 373 | 254 | 12 | 0 | 37 | 2 | 117 | 133 | 123 |
| Binary | 11100010 | 11111011 | 10101100 | 1010 | 0 | 11111 | 10 | 1001111 | 1011011 | 1010011 |
Color Harmonies of #E2FBAC
Complementary color
Monochromatic Colors of #E2FBAC
Black with #E2FBAC
Text Example
Text Example
White with #E2FBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FBAC; }
p { color: rgb(226,251,172); }
H1.HeaderClassName
{
color: #E2FBAC;
}
.AnyTagClassName
{
color: #E2FBAC;
}
</style>
background-color css
<style>
a { background-color: #E2FBAC; }
a { background-color: rgb(226,251,172); }
div.DivClassName
{
background-color: #E2FBAC;
}
.BgClassName
{
background-color: #E2FBAC;
}
</style>
border-color css
<style>
span { border-color: #E2FBAC; }
span { border-color: rgb(226,251,172); }
td.TdClassName
{
border-color: #E2FBAC;
}
.TagClassName
{
border-color: #E2FBAC;
}
</style>