Shades of Australian Mint #E4F0A5
Tints of Australian Mint #E4F0A5
RGB
CMYK
RGB Variations
Color information
#E4F0A5 (or 0xE4F0A5) is known color: Australian Mint. HEX triplet: E4, F0 and A5. RGB value is (228,240,165). Sum of RGB (Red+Green+Blue) = 228+240+165=633 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.02% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 165 (64.84% from 255 or 26.07% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #E4F0A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F0A5 is #1B0F5A. Grayscale: #E4E4E4. Windows color (decimal): -1773403 or 10875108. OLE color: 10875108.
HSL color Cylindrical-coordinate representation of color #E4F0A5: hue angle of 69.6º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E4F0A5 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 240 | 165 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.06 |
| HSL | 69.6º | 0.71% | 0.79% | - |
| HSV(B) | 69.6º | 0.31% | 0.94% | - |
| XYZ | 69.95 | 81.53 | 47.65 | - |
| YUV | 227.86 | 92.52 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 240 | 165 | 0.05 | 0 | 0.31 | 0.06 | 69.6 | 0.71 | 0.79 |
| Hex | E4 | F0 | A5 | 5 | 0 | 1F | 6 | 46 | 47 | 4F |
| Octal | 344 | 360 | 245 | 5 | 0 | 37 | 6 | 106 | 107 | 117 |
| Binary | 11100100 | 11110000 | 10100101 | 101 | 0 | 11111 | 110 | 1000110 | 1000111 | 1001111 |
Color Harmonies of #E4F0A5
Complementary color
Monochromatic Colors of #E4F0A5
Black with #E4F0A5
Text Example
Text Example
White with #E4F0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F0A5; }
p { color: rgb(228,240,165); }
H1.HeaderClassName
{
color: #E4F0A5;
}
.AnyTagClassName
{
color: #E4F0A5;
}
</style>
background-color css
<style>
a { background-color: #E4F0A5; }
a { background-color: rgb(228,240,165); }
div.DivClassName
{
background-color: #E4F0A5;
}
.BgClassName
{
background-color: #E4F0A5;
}
</style>
border-color css
<style>
span { border-color: #E4F0A5; }
span { border-color: rgb(228,240,165); }
td.TdClassName
{
border-color: #E4F0A5;
}
.TagClassName
{
border-color: #E4F0A5;
}
</style>