Shades of Australian Mint #E8F0AC
Tints of Australian Mint #E8F0AC
RGB
CMYK
RGB Variations
Color information
#E8F0AC (or 0xE8F0AC) is known color: Australian Mint. HEX triplet: E8, F0 and AC. RGB value is (232,240,172). Sum of RGB (Red+Green+Blue) = 232+240+172=644 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.02% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 172 (67.58% from 255 or 26.71% from 644); Max value from RGB is 240 - color contains mainly: green. Hex color #E8F0AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F0AC is #170F53. Grayscale: #E6E6E6. Windows color (decimal): -1511252 or 11333864. OLE color: 11333864.
HSL color Cylindrical-coordinate representation of color #E8F0AC: hue angle of 67.06º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8F0AC is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 240 | 172 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.06 |
| HSL | 67.06º | 0.69% | 0.81% | - |
| HSV(B) | 67.06º | 0.28% | 0.94% | - |
| XYZ | 71.89 | 82.45 | 51.16 | - |
| YUV | 229.86 | 95.35 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 240 | 172 | 0.03 | 0 | 0.28 | 0.06 | 67.06 | 0.69 | 0.81 |
| Hex | E8 | F0 | AC | 3 | 0 | 1C | 6 | 43 | 45 | 51 |
| Octal | 350 | 360 | 254 | 3 | 0 | 34 | 6 | 103 | 105 | 121 |
| Binary | 11101000 | 11110000 | 10101100 | 11 | 0 | 11100 | 110 | 1000011 | 1000101 | 1010001 |
Color Harmonies of #E8F0AC
Complementary color
Monochromatic Colors of #E8F0AC
Black with #E8F0AC
Text Example
Text Example
White with #E8F0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F0AC; }
p { color: rgb(232,240,172); }
H1.HeaderClassName
{
color: #E8F0AC;
}
.AnyTagClassName
{
color: #E8F0AC;
}
</style>
background-color css
<style>
a { background-color: #E8F0AC; }
a { background-color: rgb(232,240,172); }
div.DivClassName
{
background-color: #E8F0AC;
}
.BgClassName
{
background-color: #E8F0AC;
}
</style>
border-color css
<style>
span { border-color: #E8F0AC; }
span { border-color: rgb(232,240,172); }
td.TdClassName
{
border-color: #E8F0AC;
}
.TagClassName
{
border-color: #E8F0AC;
}
</style>