Shades of Australian Mint #E1F49E
Tints of Australian Mint #E1F49E
RGB
CMYK
RGB Variations
Color information
#E1F49E (or 0xE1F49E) is known color: Australian Mint. HEX triplet: E1, F4 and 9E. RGB value is (225,244,158). Sum of RGB (Red+Green+Blue) = 225+244+158=627 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.89% from 627); Green value is 244 (95.70% from 255 or 38.92% from 627); Blue value is 158 (62.11% from 255 or 25.20% from 627); Max value from RGB is 244 - color contains mainly: green. Hex color #E1F49E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F49E is #1E0B61. Grayscale: #E4E4E4. Windows color (decimal): -1968994 or 10417377. OLE color: 10417377.
HSL color Cylindrical-coordinate representation of color #E1F49E: hue angle of 73.26º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E1F49E is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 244 | 158 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.04 |
| HSL | 73.26º | 0.8% | 0.79% | - |
| HSV(B) | 73.26º | 0.35% | 0.96% | - |
| XYZ | 69.57 | 83.18 | 44.74 | - |
| YUV | 228.52 | 88.21 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 244 | 158 | 0.08 | 0 | 0.35 | 0.04 | 73.26 | 0.8 | 0.79 |
| Hex | E1 | F4 | 9E | 8 | 0 | 23 | 4 | 49 | 50 | 4F |
| Octal | 341 | 364 | 236 | 10 | 0 | 43 | 4 | 111 | 120 | 117 |
| Binary | 11100001 | 11110100 | 10011110 | 1000 | 0 | 100011 | 100 | 1001001 | 1010000 | 1001111 |
Color Harmonies of #E1F49E
Complementary color
Monochromatic Colors of #E1F49E
Black with #E1F49E
Text Example
Text Example
White with #E1F49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F49E; }
p { color: rgb(225,244,158); }
H1.HeaderClassName
{
color: #E1F49E;
}
.AnyTagClassName
{
color: #E1F49E;
}
</style>
background-color css
<style>
a { background-color: #E1F49E; }
a { background-color: rgb(225,244,158); }
div.DivClassName
{
background-color: #E1F49E;
}
.BgClassName
{
background-color: #E1F49E;
}
</style>
border-color css
<style>
span { border-color: #E1F49E; }
span { border-color: rgb(225,244,158); }
td.TdClassName
{
border-color: #E1F49E;
}
.TagClassName
{
border-color: #E1F49E;
}
</style>