Shades of Australian Mint #E5F0A5
Tints of Australian Mint #E5F0A5
RGB
CMYK
RGB Variations
Color information
#E5F0A5 (or 0xE5F0A5) is known color: Australian Mint. HEX triplet: E5, F0 and A5. RGB value is (229,240,165). Sum of RGB (Red+Green+Blue) = 229+240+165=634 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.12% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 165 (64.84% from 255 or 26.03% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #E5F0A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F0A5 is #1A0F5A. Grayscale: #E4E4E4. Windows color (decimal): -1707867 or 10875109. OLE color: 10875109.
HSL color Cylindrical-coordinate representation of color #E5F0A5: hue angle of 68.8º 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 #E5F0A5 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 240 | 165 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.06 |
| HSL | 68.8º | 0.71% | 0.79% | - |
| HSV(B) | 68.8º | 0.31% | 0.94% | - |
| XYZ | 70.26 | 81.69 | 47.66 | - |
| YUV | 228.16 | 92.36 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 240 | 165 | 0.05 | 0 | 0.31 | 0.06 | 68.8 | 0.71 | 0.79 |
| Hex | E5 | F0 | A5 | 5 | 0 | 1F | 6 | 45 | 47 | 4F |
| Octal | 345 | 360 | 245 | 5 | 0 | 37 | 6 | 105 | 107 | 117 |
| Binary | 11100101 | 11110000 | 10100101 | 101 | 0 | 11111 | 110 | 1000101 | 1000111 | 1001111 |
Color Harmonies of #E5F0A5
Complementary color
Monochromatic Colors of #E5F0A5
Black with #E5F0A5
Text Example
Text Example
White with #E5F0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F0A5; }
p { color: rgb(229,240,165); }
H1.HeaderClassName
{
color: #E5F0A5;
}
.AnyTagClassName
{
color: #E5F0A5;
}
</style>
background-color css
<style>
a { background-color: #E5F0A5; }
a { background-color: rgb(229,240,165); }
div.DivClassName
{
background-color: #E5F0A5;
}
.BgClassName
{
background-color: #E5F0A5;
}
</style>
border-color css
<style>
span { border-color: #E5F0A5; }
span { border-color: rgb(229,240,165); }
td.TdClassName
{
border-color: #E5F0A5;
}
.TagClassName
{
border-color: #E5F0A5;
}
</style>