Shades of Australian Mint #E2F1A4
Tints of Australian Mint #E2F1A4
RGB
CMYK
RGB Variations
Color information
#E2F1A4 (or 0xE2F1A4) is known color: Australian Mint. HEX triplet: E2, F1 and A4. RGB value is (226,241,164). Sum of RGB (Red+Green+Blue) = 226+241+164=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 164 (64.45% from 255 or 25.99% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F1A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F1A4 is #1D0E5B. Grayscale: #E4E4E4. Windows color (decimal): -1904220 or 10809826. OLE color: 10809826.
HSL color Cylindrical-coordinate representation of color #E2F1A4: hue angle of 71.69º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2F1A4 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 241 | 164 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.05 |
| HSL | 71.69º | 0.73% | 0.79% | - |
| HSV(B) | 71.69º | 0.32% | 0.95% | - |
| XYZ | 69.52 | 81.76 | 47.24 | - |
| YUV | 227.74 | 92.03 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 241 | 164 | 0.06 | 0 | 0.32 | 0.05 | 71.69 | 0.73 | 0.79 |
| Hex | E2 | F1 | A4 | 6 | 0 | 20 | 5 | 48 | 49 | 4F |
| Octal | 342 | 361 | 244 | 6 | 0 | 40 | 5 | 110 | 111 | 117 |
| Binary | 11100010 | 11110001 | 10100100 | 110 | 0 | 100000 | 101 | 1001000 | 1001001 | 1001111 |
Color Harmonies of #E2F1A4
Complementary color
Monochromatic Colors of #E2F1A4
Black with #E2F1A4
Text Example
Text Example
White with #E2F1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F1A4; }
p { color: rgb(226,241,164); }
H1.HeaderClassName
{
color: #E2F1A4;
}
.AnyTagClassName
{
color: #E2F1A4;
}
</style>
background-color css
<style>
a { background-color: #E2F1A4; }
a { background-color: rgb(226,241,164); }
div.DivClassName
{
background-color: #E2F1A4;
}
.BgClassName
{
background-color: #E2F1A4;
}
</style>
border-color css
<style>
span { border-color: #E2F1A4; }
span { border-color: rgb(226,241,164); }
td.TdClassName
{
border-color: #E2F1A4;
}
.TagClassName
{
border-color: #E2F1A4;
}
</style>