Shades of Australian Mint #E1F2A7
Tints of Australian Mint #E1F2A7
RGB
CMYK
RGB Variations
Color information
#E1F2A7 (or 0xE1F2A7) is known color: Australian Mint. HEX triplet: E1, F2 and A7. RGB value is (225,242,167). Sum of RGB (Red+Green+Blue) = 225+242+167=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 167 (65.62% from 255 or 26.34% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F2A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F2A7 is #1E0D58. Grayscale: #E4E4E4. Windows color (decimal): -1969497 or 11006689. OLE color: 11006689.
HSL color Cylindrical-coordinate representation of color #E1F2A7: hue angle of 73.6º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1F2A7 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 242 | 167 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.05 |
| HSL | 73.6º | 0.74% | 0.8% | - |
| HSV(B) | 73.6º | 0.31% | 0.95% | - |
| XYZ | 69.78 | 82.3 | 48.77 | - |
| YUV | 228.37 | 93.37 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 242 | 167 | 0.07 | 0 | 0.31 | 0.05 | 73.6 | 0.74 | 0.8 |
| Hex | E1 | F2 | A7 | 7 | 0 | 1F | 5 | 4A | 4A | 50 |
| Octal | 341 | 362 | 247 | 7 | 0 | 37 | 5 | 112 | 112 | 120 |
| Binary | 11100001 | 11110010 | 10100111 | 111 | 0 | 11111 | 101 | 1001010 | 1001010 | 1010000 |
Color Harmonies of #E1F2A7
Complementary color
Monochromatic Colors of #E1F2A7
Black with #E1F2A7
Text Example
Text Example
White with #E1F2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F2A7; }
p { color: rgb(225,242,167); }
H1.HeaderClassName
{
color: #E1F2A7;
}
.AnyTagClassName
{
color: #E1F2A7;
}
</style>
background-color css
<style>
a { background-color: #E1F2A7; }
a { background-color: rgb(225,242,167); }
div.DivClassName
{
background-color: #E1F2A7;
}
.BgClassName
{
background-color: #E1F2A7;
}
</style>
border-color css
<style>
span { border-color: #E1F2A7; }
span { border-color: rgb(225,242,167); }
td.TdClassName
{
border-color: #E1F2A7;
}
.TagClassName
{
border-color: #E1F2A7;
}
</style>