Shades of Australian Mint #E2F0A5
Tints of Australian Mint #E2F0A5
RGB
CMYK
RGB Variations
Color information
#E2F0A5 (or 0xE2F0A5) is known color: Australian Mint. HEX triplet: E2, F0 and A5. RGB value is (226,240,165). Sum of RGB (Red+Green+Blue) = 226+240+165=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 165 (64.84% from 255 or 26.15% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F0A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F0A5 is #1D0F5A. Grayscale: #E3E3E3. Windows color (decimal): -1904475 or 10875106. OLE color: 10875106.
HSL color Cylindrical-coordinate representation of color #E2F0A5: hue angle of 71.2º 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 #E2F0A5 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 240 | 165 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.06 |
| HSL | 71.2º | 0.71% | 0.79% | - |
| HSV(B) | 71.2º | 0.31% | 0.94% | - |
| XYZ | 69.32 | 81.21 | 47.62 | - |
| YUV | 227.26 | 92.86 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 240 | 165 | 0.06 | 0 | 0.31 | 0.06 | 71.2 | 0.71 | 0.79 |
| Hex | E2 | F0 | A5 | 6 | 0 | 1F | 6 | 47 | 47 | 4F |
| Octal | 342 | 360 | 245 | 6 | 0 | 37 | 6 | 107 | 107 | 117 |
| Binary | 11100010 | 11110000 | 10100101 | 110 | 0 | 11111 | 110 | 1000111 | 1000111 | 1001111 |
Color Harmonies of #E2F0A5
Complementary color
Monochromatic Colors of #E2F0A5
Black with #E2F0A5
Text Example
Text Example
White with #E2F0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F0A5; }
p { color: rgb(226,240,165); }
H1.HeaderClassName
{
color: #E2F0A5;
}
.AnyTagClassName
{
color: #E2F0A5;
}
</style>
background-color css
<style>
a { background-color: #E2F0A5; }
a { background-color: rgb(226,240,165); }
div.DivClassName
{
background-color: #E2F0A5;
}
.BgClassName
{
background-color: #E2F0A5;
}
</style>
border-color css
<style>
span { border-color: #E2F0A5; }
span { border-color: rgb(226,240,165); }
td.TdClassName
{
border-color: #E2F0A5;
}
.TagClassName
{
border-color: #E2F0A5;
}
</style>