Shades of Australian Mint #E4F0AD
Tints of Australian Mint #E4F0AD
RGB
CMYK
RGB Variations
Color information
#E4F0AD (or 0xE4F0AD) is known color: Australian Mint. HEX triplet: E4, F0 and AD. RGB value is (228,240,173). Sum of RGB (Red+Green+Blue) = 228+240+173=641 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.57% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 173 (67.97% from 255 or 26.99% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #E4F0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F0AD is #1B0F52. Grayscale: #E5E5E5. Windows color (decimal): -1773395 or 11399396. OLE color: 11399396.
HSL color Cylindrical-coordinate representation of color #E4F0AD: hue angle of 70.75º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E4F0AD is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 240 | 173 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.06 |
| HSL | 70.75º | 0.69% | 0.81% | - |
| HSV(B) | 70.75º | 0.28% | 0.94% | - |
| XYZ | 70.7 | 81.83 | 51.6 | - |
| YUV | 228.77 | 96.52 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 240 | 173 | 0.05 | 0 | 0.28 | 0.06 | 70.75 | 0.69 | 0.81 |
| Hex | E4 | F0 | AD | 5 | 0 | 1C | 6 | 47 | 45 | 51 |
| Octal | 344 | 360 | 255 | 5 | 0 | 34 | 6 | 107 | 105 | 121 |
| Binary | 11100100 | 11110000 | 10101101 | 101 | 0 | 11100 | 110 | 1000111 | 1000101 | 1010001 |
Color Harmonies of #E4F0AD
Complementary color
Monochromatic Colors of #E4F0AD
Black with #E4F0AD
Text Example
Text Example
White with #E4F0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F0AD; }
p { color: rgb(228,240,173); }
H1.HeaderClassName
{
color: #E4F0AD;
}
.AnyTagClassName
{
color: #E4F0AD;
}
</style>
background-color css
<style>
a { background-color: #E4F0AD; }
a { background-color: rgb(228,240,173); }
div.DivClassName
{
background-color: #E4F0AD;
}
.BgClassName
{
background-color: #E4F0AD;
}
</style>
border-color css
<style>
span { border-color: #E4F0AD; }
span { border-color: rgb(228,240,173); }
td.TdClassName
{
border-color: #E4F0AD;
}
.TagClassName
{
border-color: #E4F0AD;
}
</style>