Shades of Australian Mint #E9F5AF
Tints of Australian Mint #E9F5AF
RGB
CMYK
RGB Variations
Color information
#E9F5AF (or 0xE9F5AF) is known color: Australian Mint. HEX triplet: E9, F5 and AF. RGB value is (233,245,175). Sum of RGB (Red+Green+Blue) = 233+245+175=653 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.68% from 653); Green value is 245 (96.09% from 255 or 37.52% from 653); Blue value is 175 (68.75% from 255 or 26.80% from 653); Max value from RGB is 245 - color contains mainly: green. Hex color #E9F5AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9F5AF is #160A50. Grayscale: #E9E9E9. Windows color (decimal): -1444433 or 11531753. OLE color: 11531753.
HSL color Cylindrical-coordinate representation of color #E9F5AF: hue angle of 70.29º 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 #E9F5AF is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 245 | 175 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.04 |
| HSL | 70.29º | 0.78% | 0.82% | - |
| HSV(B) | 70.29º | 0.29% | 0.96% | - |
| XYZ | 73.99 | 85.72 | 53.2 | - |
| YUV | 233.43 | 95.02 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 245 | 175 | 0.05 | 0 | 0.29 | 0.04 | 70.29 | 0.78 | 0.82 |
| Hex | E9 | F5 | AF | 5 | 0 | 1D | 4 | 46 | 4E | 52 |
| Octal | 351 | 365 | 257 | 5 | 0 | 35 | 4 | 106 | 116 | 122 |
| Binary | 11101001 | 11110101 | 10101111 | 101 | 0 | 11101 | 100 | 1000110 | 1001110 | 1010010 |
Color Harmonies of #E9F5AF
Complementary color
Monochromatic Colors of #E9F5AF
Black with #E9F5AF
Text Example
Text Example
White with #E9F5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F5AF; }
p { color: rgb(233,245,175); }
H1.HeaderClassName
{
color: #E9F5AF;
}
.AnyTagClassName
{
color: #E9F5AF;
}
</style>
background-color css
<style>
a { background-color: #E9F5AF; }
a { background-color: rgb(233,245,175); }
div.DivClassName
{
background-color: #E9F5AF;
}
.BgClassName
{
background-color: #E9F5AF;
}
</style>
border-color css
<style>
span { border-color: #E9F5AF; }
span { border-color: rgb(233,245,175); }
td.TdClassName
{
border-color: #E9F5AF;
}
.TagClassName
{
border-color: #E9F5AF;
}
</style>