Shades of Australian Mint #E2EFA6
Tints of Australian Mint #E2EFA6
RGB
CMYK
RGB Variations
Color information
#E2EFA6 (or 0xE2EFA6) is known color: Australian Mint. HEX triplet: E2, EF and A6. RGB value is (226,239,166). Sum of RGB (Red+Green+Blue) = 226+239+166=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 166 (65.23% from 255 or 26.31% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EFA6 is #1D1059. Grayscale: #E3E3E3. Windows color (decimal): -1904730 or 10940386. OLE color: 10940386.
HSL color Cylindrical-coordinate representation of color #E2EFA6: hue angle of 70.68º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2EFA6 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 166 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.06 |
| HSL | 70.68º | 0.7% | 0.79% | - |
| HSV(B) | 70.68º | 0.31% | 0.94% | - |
| XYZ | 69.11 | 80.65 | 48 | - |
| YUV | 226.79 | 93.69 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 166 | 0.05 | 0 | 0.31 | 0.06 | 70.68 | 0.7 | 0.79 |
| Hex | E2 | EF | A6 | 5 | 0 | 1F | 6 | 47 | 46 | 4F |
| Octal | 342 | 357 | 246 | 5 | 0 | 37 | 6 | 107 | 106 | 117 |
| Binary | 11100010 | 11101111 | 10100110 | 101 | 0 | 11111 | 110 | 1000111 | 1000110 | 1001111 |
Color Harmonies of #E2EFA6
Complementary color
Monochromatic Colors of #E2EFA6
Black with #E2EFA6
Text Example
Text Example
White with #E2EFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EFA6; }
p { color: rgb(226,239,166); }
H1.HeaderClassName
{
color: #E2EFA6;
}
.AnyTagClassName
{
color: #E2EFA6;
}
</style>
background-color css
<style>
a { background-color: #E2EFA6; }
a { background-color: rgb(226,239,166); }
div.DivClassName
{
background-color: #E2EFA6;
}
.BgClassName
{
background-color: #E2EFA6;
}
</style>
border-color css
<style>
span { border-color: #E2EFA6; }
span { border-color: rgb(226,239,166); }
td.TdClassName
{
border-color: #E2EFA6;
}
.TagClassName
{
border-color: #E2EFA6;
}
</style>