Shades of Australian Mint #E8F4AC
Tints of Australian Mint #E8F4AC
RGB
CMYK
RGB Variations
Color information
#E8F4AC (or 0xE8F4AC) is known color: Australian Mint. HEX triplet: E8, F4 and AC. RGB value is (232,244,172). Sum of RGB (Red+Green+Blue) = 232+244+172=648 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.80% from 648); Green value is 244 (95.70% from 255 or 37.65% from 648); Blue value is 172 (67.58% from 255 or 26.54% from 648); Max value from RGB is 244 - color contains mainly: green. Hex color #E8F4AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F4AC is #170B53. Grayscale: #E8E8E8. Windows color (decimal): -1510228 or 11334888. OLE color: 11334888.
HSL color Cylindrical-coordinate representation of color #E8F4AC: hue angle of 70º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8F4AC is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 244 | 172 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.04 |
| HSL | 70º | 0.77% | 0.82% | - |
| HSV(B) | 70º | 0.3% | 0.96% | - |
| XYZ | 73.08 | 84.84 | 51.55 | - |
| YUV | 232.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 244 | 172 | 0.05 | 0 | 0.30 | 0.04 | 70 | 0.77 | 0.82 |
| Hex | E8 | F4 | AC | 5 | 0 | 1E | 4 | 46 | 4D | 52 |
| Octal | 350 | 364 | 254 | 5 | 0 | 36 | 4 | 106 | 115 | 122 |
| Binary | 11101000 | 11110100 | 10101100 | 101 | 0 | 11110 | 100 | 1000110 | 1001101 | 1010010 |
Color Harmonies of #E8F4AC
Complementary color
Monochromatic Colors of #E8F4AC
Black with #E8F4AC
Text Example
Text Example
White with #E8F4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F4AC; }
p { color: rgb(232,244,172); }
H1.HeaderClassName
{
color: #E8F4AC;
}
.AnyTagClassName
{
color: #E8F4AC;
}
</style>
background-color css
<style>
a { background-color: #E8F4AC; }
a { background-color: rgb(232,244,172); }
div.DivClassName
{
background-color: #E8F4AC;
}
.BgClassName
{
background-color: #E8F4AC;
}
</style>
border-color css
<style>
span { border-color: #E8F4AC; }
span { border-color: rgb(232,244,172); }
td.TdClassName
{
border-color: #E8F4AC;
}
.TagClassName
{
border-color: #E8F4AC;
}
</style>