Shades of Australian Mint #E9F5AD
Tints of Australian Mint #E9F5AD
RGB
CMYK
RGB Variations
Color information
#E9F5AD (or 0xE9F5AD) is known color: Australian Mint. HEX triplet: E9, F5 and AD. RGB value is (233,245,173). Sum of RGB (Red+Green+Blue) = 233+245+173=651 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.79% from 651); Green value is 245 (96.09% from 255 or 37.63% from 651); Blue value is 173 (67.97% from 255 or 26.57% from 651); Max value from RGB is 245 - color contains mainly: green. Hex color #E9F5AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9F5AD is #160A52. Grayscale: #E9E9E9. Windows color (decimal): -1444435 or 11400681. OLE color: 11400681.
HSL color Cylindrical-coordinate representation of color #E9F5AD: hue angle of 70º 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 #E9F5AD is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 245 | 173 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.04 |
| HSL | 70º | 0.78% | 0.82% | - |
| HSV(B) | 70º | 0.29% | 0.96% | - |
| XYZ | 73.8 | 85.65 | 52.18 | - |
| YUV | 233.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 245 | 173 | 0.05 | 0 | 0.29 | 0.04 | 70 | 0.78 | 0.82 |
| Hex | E9 | F5 | AD | 5 | 0 | 1D | 4 | 46 | 4E | 52 |
| Octal | 351 | 365 | 255 | 5 | 0 | 35 | 4 | 106 | 116 | 122 |
| Binary | 11101001 | 11110101 | 10101101 | 101 | 0 | 11101 | 100 | 1000110 | 1001110 | 1010010 |
Color Harmonies of #E9F5AD
Complementary color
Monochromatic Colors of #E9F5AD
Black with #E9F5AD
Text Example
Text Example
White with #E9F5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F5AD; }
p { color: rgb(233,245,173); }
H1.HeaderClassName
{
color: #E9F5AD;
}
.AnyTagClassName
{
color: #E9F5AD;
}
</style>
background-color css
<style>
a { background-color: #E9F5AD; }
a { background-color: rgb(233,245,173); }
div.DivClassName
{
background-color: #E9F5AD;
}
.BgClassName
{
background-color: #E9F5AD;
}
</style>
border-color css
<style>
span { border-color: #E9F5AD; }
span { border-color: rgb(233,245,173); }
td.TdClassName
{
border-color: #E9F5AD;
}
.TagClassName
{
border-color: #E9F5AD;
}
</style>