Shades of Australian Mint #E9F0AB
Tints of Australian Mint #E9F0AB
RGB
CMYK
RGB Variations
Color information
#E9F0AB (or 0xE9F0AB) is known color: Australian Mint. HEX triplet: E9, F0 and AB. RGB value is (233,240,171). Sum of RGB (Red+Green+Blue) = 233+240+171=644 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.18% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 171 (67.19% from 255 or 26.55% from 644); Max value from RGB is 240 - color contains mainly: green. Hex color #E9F0AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9F0AB is #160F54. Grayscale: #E6E6E6. Windows color (decimal): -1445717 or 11268329. OLE color: 11268329.
HSL color Cylindrical-coordinate representation of color #E9F0AB: hue angle of 66.09º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9F0AB is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 240 | 171 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.06 |
| HSL | 66.09º | 0.7% | 0.81% | - |
| HSV(B) | 66.09º | 0.29% | 0.94% | - |
| XYZ | 72.12 | 82.58 | 50.67 | - |
| YUV | 230.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 240 | 171 | 0.03 | 0 | 0.29 | 0.06 | 66.09 | 0.7 | 0.81 |
| Hex | E9 | F0 | AB | 3 | 0 | 1D | 6 | 42 | 46 | 51 |
| Octal | 351 | 360 | 253 | 3 | 0 | 35 | 6 | 102 | 106 | 121 |
| Binary | 11101001 | 11110000 | 10101011 | 11 | 0 | 11101 | 110 | 1000010 | 1000110 | 1010001 |
Color Harmonies of #E9F0AB
Complementary color
Monochromatic Colors of #E9F0AB
Black with #E9F0AB
Text Example
Text Example
White with #E9F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F0AB; }
p { color: rgb(233,240,171); }
H1.HeaderClassName
{
color: #E9F0AB;
}
.AnyTagClassName
{
color: #E9F0AB;
}
</style>
background-color css
<style>
a { background-color: #E9F0AB; }
a { background-color: rgb(233,240,171); }
div.DivClassName
{
background-color: #E9F0AB;
}
.BgClassName
{
background-color: #E9F0AB;
}
</style>
border-color css
<style>
span { border-color: #E9F0AB; }
span { border-color: rgb(233,240,171); }
td.TdClassName
{
border-color: #E9F0AB;
}
.TagClassName
{
border-color: #E9F0AB;
}
</style>