Shades of Australian Mint #E4FFAD
Tints of Australian Mint #E4FFAD
RGB
CMYK
RGB Variations
Color information
#E4FFAD (or 0xE4FFAD) is known color: Australian Mint. HEX triplet: E4, FF and AD. RGB value is (228,255,173). Sum of RGB (Red+Green+Blue) = 228+255+173=656 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.76% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 173 (67.97% from 255 or 26.37% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #E4FFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4FFAD is #1B0052. Grayscale: #EDEDED. Windows color (decimal): -1769555 or 11403236. OLE color: 11403236.
HSL color Cylindrical-coordinate representation of color #E4FFAD: hue angle of 79.76º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E4FFAD is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 255 | 173 | - |
| CMYK | 0.11 | 0 | 0.32 | 0 |
| HSL | 79.76º | 1% | 0.84% | - |
| HSV(B) | 79.76º | 0.32% | 1% | - |
| XYZ | 75.3 | 91.03 | 53.14 | - |
| YUV | 237.58 | 91.55 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 255 | 173 | 0.11 | 0 | 0.32 | 0 | 79.76 | 1 | 0.84 |
| Hex | E4 | FF | AD | B | 0 | 20 | 0 | 50 | 64 | 54 |
| Octal | 344 | 377 | 255 | 13 | 0 | 40 | 0 | 120 | 144 | 124 |
| Binary | 11100100 | 11111111 | 10101101 | 1011 | 0 | 100000 | 0 | 1010000 | 1100100 | 1010100 |
Color Harmonies of #E4FFAD
Complementary color
Monochromatic Colors of #E4FFAD
Black with #E4FFAD
Text Example
Text Example
White with #E4FFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FFAD; }
p { color: rgb(228,255,173); }
H1.HeaderClassName
{
color: #E4FFAD;
}
.AnyTagClassName
{
color: #E4FFAD;
}
</style>
background-color css
<style>
a { background-color: #E4FFAD; }
a { background-color: rgb(228,255,173); }
div.DivClassName
{
background-color: #E4FFAD;
}
.BgClassName
{
background-color: #E4FFAD;
}
</style>
border-color css
<style>
span { border-color: #E4FFAD; }
span { border-color: rgb(228,255,173); }
td.TdClassName
{
border-color: #E4FFAD;
}
.TagClassName
{
border-color: #E4FFAD;
}
</style>