Shades of Australian Mint #E1F8A7
Tints of Australian Mint #E1F8A7
RGB
CMYK
RGB Variations
Color information
#E1F8A7 (or 0xE1F8A7) is known color: Australian Mint. HEX triplet: E1, F8 and A7. RGB value is (225,248,167). Sum of RGB (Red+Green+Blue) = 225+248+167=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 167 (65.62% from 255 or 26.09% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #E1F8A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F8A7 is #1E0758. Grayscale: #E8E8E8. Windows color (decimal): -1967961 or 11008225. OLE color: 11008225.
HSL color Cylindrical-coordinate representation of color #E1F8A7: hue angle of 77.04º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1F8A7 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 248 | 167 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.03 |
| HSL | 77.04º | 0.85% | 0.81% | - |
| HSV(B) | 77.04º | 0.33% | 0.97% | - |
| XYZ | 71.59 | 85.93 | 49.37 | - |
| YUV | 231.89 | 91.38 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 248 | 167 | 0.09 | 0 | 0.33 | 0.03 | 77.04 | 0.85 | 0.81 |
| Hex | E1 | F8 | A7 | 9 | 0 | 21 | 3 | 4D | 55 | 51 |
| Octal | 341 | 370 | 247 | 11 | 0 | 41 | 3 | 115 | 125 | 121 |
| Binary | 11100001 | 11111000 | 10100111 | 1001 | 0 | 100001 | 11 | 1001101 | 1010101 | 1010001 |
Color Harmonies of #E1F8A7
Complementary color
Monochromatic Colors of #E1F8A7
Black with #E1F8A7
Text Example
Text Example
White with #E1F8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F8A7; }
p { color: rgb(225,248,167); }
H1.HeaderClassName
{
color: #E1F8A7;
}
.AnyTagClassName
{
color: #E1F8A7;
}
</style>
background-color css
<style>
a { background-color: #E1F8A7; }
a { background-color: rgb(225,248,167); }
div.DivClassName
{
background-color: #E1F8A7;
}
.BgClassName
{
background-color: #E1F8A7;
}
</style>
border-color css
<style>
span { border-color: #E1F8A7; }
span { border-color: rgb(225,248,167); }
td.TdClassName
{
border-color: #E1F8A7;
}
.TagClassName
{
border-color: #E1F8A7;
}
</style>