Shades of Australian Mint #E1F2AA
Tints of Australian Mint #E1F2AA
RGB
CMYK
RGB Variations
Color information
#E1F2AA (or 0xE1F2AA) is known color: Australian Mint. HEX triplet: E1, F2 and AA. RGB value is (225,242,170). Sum of RGB (Red+Green+Blue) = 225+242+170=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 170 (66.80% from 255 or 26.69% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F2AA is #1E0D55. Grayscale: #E4E4E4. Windows color (decimal): -1969494 or 11203297. OLE color: 11203297.
HSL color Cylindrical-coordinate representation of color #E1F2AA: hue angle of 74.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1F2AA is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 242 | 170 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.05 |
| HSL | 74.17º | 0.73% | 0.81% | - |
| HSV(B) | 74.17º | 0.3% | 0.95% | - |
| XYZ | 70.06 | 82.41 | 50.25 | - |
| YUV | 228.71 | 94.87 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 242 | 170 | 0.07 | 0 | 0.30 | 0.05 | 74.17 | 0.73 | 0.81 |
| Hex | E1 | F2 | AA | 7 | 0 | 1E | 5 | 4A | 49 | 51 |
| Octal | 341 | 362 | 252 | 7 | 0 | 36 | 5 | 112 | 111 | 121 |
| Binary | 11100001 | 11110010 | 10101010 | 111 | 0 | 11110 | 101 | 1001010 | 1001001 | 1010001 |
Color Harmonies of #E1F2AA
Complementary color
Monochromatic Colors of #E1F2AA
Black with #E1F2AA
Text Example
Text Example
White with #E1F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F2AA; }
p { color: rgb(225,242,170); }
H1.HeaderClassName
{
color: #E1F2AA;
}
.AnyTagClassName
{
color: #E1F2AA;
}
</style>
background-color css
<style>
a { background-color: #E1F2AA; }
a { background-color: rgb(225,242,170); }
div.DivClassName
{
background-color: #E1F2AA;
}
.BgClassName
{
background-color: #E1F2AA;
}
</style>
border-color css
<style>
span { border-color: #E1F2AA; }
span { border-color: rgb(225,242,170); }
td.TdClassName
{
border-color: #E1F2AA;
}
.TagClassName
{
border-color: #E1F2AA;
}
</style>