Shades of Australian Mint #E9F2A5
Tints of Australian Mint #E9F2A5
RGB
CMYK
RGB Variations
Color information
#E9F2A5 (or 0xE9F2A5) is known color: Australian Mint. HEX triplet: E9, F2 and A5. RGB value is (233,242,165). Sum of RGB (Red+Green+Blue) = 233+242+165=640 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.41% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 165 (64.84% from 255 or 25.78% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F2A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9F2A5 is #160D5A. Grayscale: #E6E6E6. Windows color (decimal): -1445211 or 10875625. OLE color: 10875625.
HSL color Cylindrical-coordinate representation of color #E9F2A5: hue angle of 67.01º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E9F2A5 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 242 | 165 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.05 |
| HSL | 67.01º | 0.75% | 0.8% | - |
| HSV(B) | 67.01º | 0.32% | 0.95% | - |
| XYZ | 72.15 | 83.54 | 47.92 | - |
| YUV | 230.53 | 91.02 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 242 | 165 | 0.04 | 0 | 0.32 | 0.05 | 67.01 | 0.75 | 0.8 |
| Hex | E9 | F2 | A5 | 4 | 0 | 20 | 5 | 43 | 4B | 50 |
| Octal | 351 | 362 | 245 | 4 | 0 | 40 | 5 | 103 | 113 | 120 |
| Binary | 11101001 | 11110010 | 10100101 | 100 | 0 | 100000 | 101 | 1000011 | 1001011 | 1010000 |
Color Harmonies of #E9F2A5
Complementary color
Monochromatic Colors of #E9F2A5
Black with #E9F2A5
Text Example
Text Example
White with #E9F2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F2A5; }
p { color: rgb(233,242,165); }
H1.HeaderClassName
{
color: #E9F2A5;
}
.AnyTagClassName
{
color: #E9F2A5;
}
</style>
background-color css
<style>
a { background-color: #E9F2A5; }
a { background-color: rgb(233,242,165); }
div.DivClassName
{
background-color: #E9F2A5;
}
.BgClassName
{
background-color: #E9F2A5;
}
</style>
border-color css
<style>
span { border-color: #E9F2A5; }
span { border-color: rgb(233,242,165); }
td.TdClassName
{
border-color: #E9F2A5;
}
.TagClassName
{
border-color: #E9F2A5;
}
</style>