Shades of Australian Mint #E8F5AD
Tints of Australian Mint #E8F5AD
RGB
CMYK
RGB Variations
Color information
#E8F5AD (or 0xE8F5AD) is known color: Australian Mint. HEX triplet: E8, F5 and AD. RGB value is (232,245,173). Sum of RGB (Red+Green+Blue) = 232+245+173=650 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.69% from 650); Green value is 245 (96.09% from 255 or 37.69% from 650); Blue value is 173 (67.97% from 255 or 26.62% from 650); Max value from RGB is 245 - color contains mainly: green. Hex color #E8F5AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F5AD is #170A52. Grayscale: #E9E9E9. Windows color (decimal): -1509971 or 11400680. OLE color: 11400680.
HSL color Cylindrical-coordinate representation of color #E8F5AD: hue angle of 70.83º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8F5AD is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 245 | 173 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.04 |
| HSL | 70.83º | 0.78% | 0.82% | - |
| HSV(B) | 70.83º | 0.29% | 0.96% | - |
| XYZ | 73.47 | 85.48 | 52.16 | - |
| YUV | 232.91 | 94.19 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 245 | 173 | 0.05 | 0 | 0.29 | 0.04 | 70.83 | 0.78 | 0.82 |
| Hex | E8 | F5 | AD | 5 | 0 | 1D | 4 | 47 | 4E | 52 |
| Octal | 350 | 365 | 255 | 5 | 0 | 35 | 4 | 107 | 116 | 122 |
| Binary | 11101000 | 11110101 | 10101101 | 101 | 0 | 11101 | 100 | 1000111 | 1001110 | 1010010 |
Color Harmonies of #E8F5AD
Complementary color
Monochromatic Colors of #E8F5AD
Black with #E8F5AD
Text Example
Text Example
White with #E8F5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F5AD; }
p { color: rgb(232,245,173); }
H1.HeaderClassName
{
color: #E8F5AD;
}
.AnyTagClassName
{
color: #E8F5AD;
}
</style>
background-color css
<style>
a { background-color: #E8F5AD; }
a { background-color: rgb(232,245,173); }
div.DivClassName
{
background-color: #E8F5AD;
}
.BgClassName
{
background-color: #E8F5AD;
}
</style>
border-color css
<style>
span { border-color: #E8F5AD; }
span { border-color: rgb(232,245,173); }
td.TdClassName
{
border-color: #E8F5AD;
}
.TagClassName
{
border-color: #E8F5AD;
}
</style>