Shades of Australian Mint #E9F2AC
Tints of Australian Mint #E9F2AC
RGB
CMYK
RGB Variations
Color information
#E9F2AC (or 0xE9F2AC) is known color: Australian Mint. HEX triplet: E9, F2 and AC. RGB value is (233,242,172). Sum of RGB (Red+Green+Blue) = 233+242+172=647 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.01% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 172 (67.58% from 255 or 26.58% from 647); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F2AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9F2AC is #160D53. Grayscale: #E7E7E7. Windows color (decimal): -1445204 or 11334377. OLE color: 11334377.
HSL color Cylindrical-coordinate representation of color #E9F2AC: hue angle of 67.71º degrees, saturation: 0.73, 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 #E9F2AC is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 242 | 172 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.05 |
| HSL | 67.71º | 0.73% | 0.81% | - |
| HSV(B) | 67.71º | 0.29% | 0.95% | - |
| XYZ | 72.8 | 83.81 | 51.37 | - |
| YUV | 231.33 | 94.52 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 242 | 172 | 0.04 | 0 | 0.29 | 0.05 | 67.71 | 0.73 | 0.81 |
| Hex | E9 | F2 | AC | 4 | 0 | 1D | 5 | 44 | 49 | 51 |
| Octal | 351 | 362 | 254 | 4 | 0 | 35 | 5 | 104 | 111 | 121 |
| Binary | 11101001 | 11110010 | 10101100 | 100 | 0 | 11101 | 101 | 1000100 | 1001001 | 1010001 |
Color Harmonies of #E9F2AC
Complementary color
Monochromatic Colors of #E9F2AC
Black with #E9F2AC
Text Example
Text Example
White with #E9F2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F2AC; }
p { color: rgb(233,242,172); }
H1.HeaderClassName
{
color: #E9F2AC;
}
.AnyTagClassName
{
color: #E9F2AC;
}
</style>
background-color css
<style>
a { background-color: #E9F2AC; }
a { background-color: rgb(233,242,172); }
div.DivClassName
{
background-color: #E9F2AC;
}
.BgClassName
{
background-color: #E9F2AC;
}
</style>
border-color css
<style>
span { border-color: #E9F2AC; }
span { border-color: rgb(233,242,172); }
td.TdClassName
{
border-color: #E9F2AC;
}
.TagClassName
{
border-color: #E9F2AC;
}
</style>