Shades of Australian Mint #E4FFA6
Tints of Australian Mint #E4FFA6
RGB
CMYK
RGB Variations
Color information
#E4FFA6 (or 0xE4FFA6) is known color: Australian Mint. HEX triplet: E4, FF and A6. RGB value is (228,255,166). Sum of RGB (Red+Green+Blue) = 228+255+166=649 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.13% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 166 (65.23% from 255 or 25.58% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #E4FFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4FFA6 is #1B0059. Grayscale: #EDEDED. Windows color (decimal): -1769562 or 10944484. OLE color: 10944484.
HSL color Cylindrical-coordinate representation of color #E4FFA6: hue angle of 78.2º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E4FFA6 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 255 | 166 | - |
| CMYK | 0.11 | 0 | 0.35 | 0 |
| HSL | 78.2º | 1% | 0.83% | - |
| HSV(B) | 78.2º | 0.35% | 1% | - |
| XYZ | 74.64 | 90.77 | 49.66 | - |
| YUV | 236.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 255 | 166 | 0.11 | 0 | 0.35 | 0 | 78.2 | 1 | 0.83 |
| Hex | E4 | FF | A6 | B | 0 | 23 | 0 | 4E | 64 | 53 |
| Octal | 344 | 377 | 246 | 13 | 0 | 43 | 0 | 116 | 144 | 123 |
| Binary | 11100100 | 11111111 | 10100110 | 1011 | 0 | 100011 | 0 | 1001110 | 1100100 | 1010011 |
Color Harmonies of #E4FFA6
Complementary color
Monochromatic Colors of #E4FFA6
Black with #E4FFA6
Text Example
Text Example
White with #E4FFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FFA6; }
p { color: rgb(228,255,166); }
H1.HeaderClassName
{
color: #E4FFA6;
}
.AnyTagClassName
{
color: #E4FFA6;
}
</style>
background-color css
<style>
a { background-color: #E4FFA6; }
a { background-color: rgb(228,255,166); }
div.DivClassName
{
background-color: #E4FFA6;
}
.BgClassName
{
background-color: #E4FFA6;
}
</style>
border-color css
<style>
span { border-color: #E4FFA6; }
span { border-color: rgb(228,255,166); }
td.TdClassName
{
border-color: #E4FFA6;
}
.TagClassName
{
border-color: #E4FFA6;
}
</style>