Shades of Australian Mint #E2FA9C
Tints of Australian Mint #E2FA9C
RGB
CMYK
RGB Variations
Color information
#E2FA9C (or 0xE2FA9C) is known color: Australian Mint. HEX triplet: E2, FA and 9C. RGB value is (226,250,156). Sum of RGB (Red+Green+Blue) = 226+250+156=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 156 (61.33% from 255 or 24.68% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FA9C is #1D0563. Grayscale: #E8E8E8. Windows color (decimal): -1901924 or 10287842. OLE color: 10287842.
HSL color Cylindrical-coordinate representation of color #E2FA9C: hue angle of 75.32º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2FA9C is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 156 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.02 |
| HSL | 75.32º | 0.9% | 0.8% | - |
| HSV(B) | 75.32º | 0.38% | 0.98% | - |
| XYZ | 71.55 | 86.94 | 44.46 | - |
| YUV | 232.11 | 85.05 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 156 | 0.10 | 0 | 0.38 | 0.02 | 75.32 | 0.9 | 0.8 |
| Hex | E2 | FA | 9C | A | 0 | 26 | 2 | 4B | 5A | 50 |
| Octal | 342 | 372 | 234 | 12 | 0 | 46 | 2 | 113 | 132 | 120 |
| Binary | 11100010 | 11111010 | 10011100 | 1010 | 0 | 100110 | 10 | 1001011 | 1011010 | 1010000 |
Color Harmonies of #E2FA9C
Complementary color
Monochromatic Colors of #E2FA9C
Black with #E2FA9C
Text Example
Text Example
White with #E2FA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FA9C; }
p { color: rgb(226,250,156); }
H1.HeaderClassName
{
color: #E2FA9C;
}
.AnyTagClassName
{
color: #E2FA9C;
}
</style>
background-color css
<style>
a { background-color: #E2FA9C; }
a { background-color: rgb(226,250,156); }
div.DivClassName
{
background-color: #E2FA9C;
}
.BgClassName
{
background-color: #E2FA9C;
}
</style>
border-color css
<style>
span { border-color: #E2FA9C; }
span { border-color: rgb(226,250,156); }
td.TdClassName
{
border-color: #E2FA9C;
}
.TagClassName
{
border-color: #E2FA9C;
}
</style>