Shades of Australian Mint #E4F0AB
Tints of Australian Mint #E4F0AB
RGB
CMYK
RGB Variations
Color information
#E4F0AB (or 0xE4F0AB) is known color: Australian Mint. HEX triplet: E4, F0 and AB. RGB value is (228,240,171). Sum of RGB (Red+Green+Blue) = 228+240+171=639 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.68% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 171 (67.19% from 255 or 26.76% from 639); Max value from RGB is 240 - color contains mainly: green. Hex color #E4F0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F0AB is #1B0F54. Grayscale: #E4E4E4. Windows color (decimal): -1773397 or 11268324. OLE color: 11268324.
HSL color Cylindrical-coordinate representation of color #E4F0AB: hue angle of 70.43º 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 #E4F0AB is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 240 | 171 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.06 |
| HSL | 70.43º | 0.7% | 0.81% | - |
| HSV(B) | 70.43º | 0.29% | 0.94% | - |
| XYZ | 70.51 | 81.75 | 50.59 | - |
| YUV | 228.55 | 95.52 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 240 | 171 | 0.05 | 0 | 0.29 | 0.06 | 70.43 | 0.7 | 0.81 |
| Hex | E4 | F0 | AB | 5 | 0 | 1D | 6 | 46 | 46 | 51 |
| Octal | 344 | 360 | 253 | 5 | 0 | 35 | 6 | 106 | 106 | 121 |
| Binary | 11100100 | 11110000 | 10101011 | 101 | 0 | 11101 | 110 | 1000110 | 1000110 | 1010001 |
Color Harmonies of #E4F0AB
Complementary color
Monochromatic Colors of #E4F0AB
Black with #E4F0AB
Text Example
Text Example
White with #E4F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F0AB; }
p { color: rgb(228,240,171); }
H1.HeaderClassName
{
color: #E4F0AB;
}
.AnyTagClassName
{
color: #E4F0AB;
}
</style>
background-color css
<style>
a { background-color: #E4F0AB; }
a { background-color: rgb(228,240,171); }
div.DivClassName
{
background-color: #E4F0AB;
}
.BgClassName
{
background-color: #E4F0AB;
}
</style>
border-color css
<style>
span { border-color: #E4F0AB; }
span { border-color: rgb(228,240,171); }
td.TdClassName
{
border-color: #E4F0AB;
}
.TagClassName
{
border-color: #E4F0AB;
}
</style>