Shades of Australian Mint #E2F7A4
Tints of Australian Mint #E2F7A4
RGB
CMYK
RGB Variations
Color information
#E2F7A4 (or 0xE2F7A4) is known color: Australian Mint. HEX triplet: E2, F7 and A4. RGB value is (226,247,164). Sum of RGB (Red+Green+Blue) = 226+247+164=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 247 (96.88% from 255 or 38.78% from 637); Blue value is 164 (64.45% from 255 or 25.75% from 637); Max value from RGB is 247 - color contains mainly: green. Hex color #E2F7A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F7A4 is #1D085B. Grayscale: #E7E7E7. Windows color (decimal): -1902684 or 10811362. OLE color: 10811362.
HSL color Cylindrical-coordinate representation of color #E2F7A4: hue angle of 75.18º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2F7A4 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 247 | 164 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.03 |
| HSL | 75.18º | 0.84% | 0.81% | - |
| HSV(B) | 75.18º | 0.34% | 0.97% | - |
| XYZ | 71.33 | 85.37 | 47.84 | - |
| YUV | 231.26 | 90.04 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 247 | 164 | 0.09 | 0 | 0.34 | 0.03 | 75.18 | 0.84 | 0.81 |
| Hex | E2 | F7 | A4 | 9 | 0 | 22 | 3 | 4B | 54 | 51 |
| Octal | 342 | 367 | 244 | 11 | 0 | 42 | 3 | 113 | 124 | 121 |
| Binary | 11100010 | 11110111 | 10100100 | 1001 | 0 | 100010 | 11 | 1001011 | 1010100 | 1010001 |
Color Harmonies of #E2F7A4
Complementary color
Monochromatic Colors of #E2F7A4
Black with #E2F7A4
Text Example
Text Example
White with #E2F7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F7A4; }
p { color: rgb(226,247,164); }
H1.HeaderClassName
{
color: #E2F7A4;
}
.AnyTagClassName
{
color: #E2F7A4;
}
</style>
background-color css
<style>
a { background-color: #E2F7A4; }
a { background-color: rgb(226,247,164); }
div.DivClassName
{
background-color: #E2F7A4;
}
.BgClassName
{
background-color: #E2F7A4;
}
</style>
border-color css
<style>
span { border-color: #E2F7A4; }
span { border-color: rgb(226,247,164); }
td.TdClassName
{
border-color: #E2F7A4;
}
.TagClassName
{
border-color: #E2F7A4;
}
</style>