Shades of Australian Mint #E0F1AC
Tints of Australian Mint #E0F1AC
RGB
CMYK
RGB Variations
Color information
#E0F1AC (or 0xE0F1AC) is known color: Australian Mint. HEX triplet: E0, F1 and AC. RGB value is (224,241,172). Sum of RGB (Red+Green+Blue) = 224+241+172=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 172 (67.58% from 255 or 27.00% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F1AC is #1F0E53. Grayscale: #E4E4E4. Windows color (decimal): -2035284 or 11334112. OLE color: 11334112.
HSL color Cylindrical-coordinate representation of color #E0F1AC: hue angle of 74.78º 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 #E0F1AC is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 241 | 172 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.05 |
| HSL | 74.78º | 0.71% | 0.81% | - |
| HSV(B) | 74.78º | 0.29% | 0.95% | - |
| XYZ | 69.64 | 81.74 | 51.14 | - |
| YUV | 228.05 | 96.37 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 241 | 172 | 0.07 | 0 | 0.29 | 0.05 | 74.78 | 0.71 | 0.81 |
| Hex | E0 | F1 | AC | 7 | 0 | 1D | 5 | 4B | 47 | 51 |
| Octal | 340 | 361 | 254 | 7 | 0 | 35 | 5 | 113 | 107 | 121 |
| Binary | 11100000 | 11110001 | 10101100 | 111 | 0 | 11101 | 101 | 1001011 | 1000111 | 1010001 |
Color Harmonies of #E0F1AC
Complementary color
Monochromatic Colors of #E0F1AC
Black with #E0F1AC
Text Example
Text Example
White with #E0F1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F1AC; }
p { color: rgb(224,241,172); }
H1.HeaderClassName
{
color: #E0F1AC;
}
.AnyTagClassName
{
color: #E0F1AC;
}
</style>
background-color css
<style>
a { background-color: #E0F1AC; }
a { background-color: rgb(224,241,172); }
div.DivClassName
{
background-color: #E0F1AC;
}
.BgClassName
{
background-color: #E0F1AC;
}
</style>
border-color css
<style>
span { border-color: #E0F1AC; }
span { border-color: rgb(224,241,172); }
td.TdClassName
{
border-color: #E0F1AC;
}
.TagClassName
{
border-color: #E0F1AC;
}
</style>