Shades of Australian Mint #E2FA9B
Tints of Australian Mint #E2FA9B
RGB
CMYK
RGB Variations
Color information
#E2FA9B (or 0xE2FA9B) is known color: Australian Mint. HEX triplet: E2, FA and 9B. RGB value is (226,250,155). Sum of RGB (Red+Green+Blue) = 226+250+155=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 155 (60.94% from 255 or 24.56% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FA9B is #1D0564. Grayscale: #E8E8E8. Windows color (decimal): -1901925 or 10222306. OLE color: 10222306.
HSL color Cylindrical-coordinate representation of color #E2FA9B: hue angle of 75.16º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2FA9B is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 155 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.02 |
| HSL | 75.16º | 0.9% | 0.79% | - |
| HSV(B) | 75.16º | 0.38% | 0.98% | - |
| XYZ | 71.47 | 86.91 | 44.02 | - |
| YUV | 231.99 | 84.55 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 155 | 0.10 | 0 | 0.38 | 0.02 | 75.16 | 0.9 | 0.79 |
| Hex | E2 | FA | 9B | A | 0 | 26 | 2 | 4B | 5A | 4F |
| Octal | 342 | 372 | 233 | 12 | 0 | 46 | 2 | 113 | 132 | 117 |
| Binary | 11100010 | 11111010 | 10011011 | 1010 | 0 | 100110 | 10 | 1001011 | 1011010 | 1001111 |
Color Harmonies of #E2FA9B
Complementary color
Monochromatic Colors of #E2FA9B
Black with #E2FA9B
Text Example
Text Example
White with #E2FA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FA9B; }
p { color: rgb(226,250,155); }
H1.HeaderClassName
{
color: #E2FA9B;
}
.AnyTagClassName
{
color: #E2FA9B;
}
</style>
background-color css
<style>
a { background-color: #E2FA9B; }
a { background-color: rgb(226,250,155); }
div.DivClassName
{
background-color: #E2FA9B;
}
.BgClassName
{
background-color: #E2FA9B;
}
</style>
border-color css
<style>
span { border-color: #E2FA9B; }
span { border-color: rgb(226,250,155); }
td.TdClassName
{
border-color: #E2FA9B;
}
.TagClassName
{
border-color: #E2FA9B;
}
</style>