Shades of Australian Mint #E8F1AC
Tints of Australian Mint #E8F1AC
RGB
CMYK
RGB Variations
Color information
#E8F1AC (or 0xE8F1AC) is known color: Australian Mint. HEX triplet: E8, F1 and AC. RGB value is (232,241,172). Sum of RGB (Red+Green+Blue) = 232+241+172=645 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.97% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 172 (67.58% from 255 or 26.67% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F1AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F1AC is #170E53. Grayscale: #E6E6E6. Windows color (decimal): -1510996 or 11334120. OLE color: 11334120.
HSL color Cylindrical-coordinate representation of color #E8F1AC: hue angle of 67.83º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8F1AC is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 241 | 172 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.05 |
| HSL | 67.83º | 0.71% | 0.81% | - |
| HSV(B) | 67.83º | 0.29% | 0.95% | - |
| XYZ | 72.18 | 83.04 | 51.25 | - |
| YUV | 230.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 241 | 172 | 0.04 | 0 | 0.29 | 0.05 | 67.83 | 0.71 | 0.81 |
| Hex | E8 | F1 | AC | 4 | 0 | 1D | 5 | 44 | 47 | 51 |
| Octal | 350 | 361 | 254 | 4 | 0 | 35 | 5 | 104 | 107 | 121 |
| Binary | 11101000 | 11110001 | 10101100 | 100 | 0 | 11101 | 101 | 1000100 | 1000111 | 1010001 |
Color Harmonies of #E8F1AC
Complementary color
Monochromatic Colors of #E8F1AC
Black with #E8F1AC
Text Example
Text Example
White with #E8F1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F1AC; }
p { color: rgb(232,241,172); }
H1.HeaderClassName
{
color: #E8F1AC;
}
.AnyTagClassName
{
color: #E8F1AC;
}
</style>
background-color css
<style>
a { background-color: #E8F1AC; }
a { background-color: rgb(232,241,172); }
div.DivClassName
{
background-color: #E8F1AC;
}
.BgClassName
{
background-color: #E8F1AC;
}
</style>
border-color css
<style>
span { border-color: #E8F1AC; }
span { border-color: rgb(232,241,172); }
td.TdClassName
{
border-color: #E8F1AC;
}
.TagClassName
{
border-color: #E8F1AC;
}
</style>