Shades of Australian Mint #E9F2AA
Tints of Australian Mint #E9F2AA
RGB
CMYK
RGB Variations
Color information
#E9F2AA (or 0xE9F2AA) is known color: Australian Mint. HEX triplet: E9, F2 and AA. RGB value is (233,242,170). Sum of RGB (Red+Green+Blue) = 233+242+170=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 170 (66.80% from 255 or 26.36% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F2AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9F2AA is #160D55. Grayscale: #E7E7E7. Windows color (decimal): -1445206 or 11203305. OLE color: 11203305.
HSL color Cylindrical-coordinate representation of color #E9F2AA: hue angle of 67.5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9F2AA is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 242 | 170 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.05 |
| HSL | 67.5º | 0.73% | 0.81% | - |
| HSV(B) | 67.5º | 0.3% | 0.95% | - |
| XYZ | 72.61 | 83.73 | 50.36 | - |
| YUV | 231.1 | 93.52 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 242 | 170 | 0.04 | 0 | 0.30 | 0.05 | 67.5 | 0.73 | 0.81 |
| Hex | E9 | F2 | AA | 4 | 0 | 1E | 5 | 44 | 49 | 51 |
| Octal | 351 | 362 | 252 | 4 | 0 | 36 | 5 | 104 | 111 | 121 |
| Binary | 11101001 | 11110010 | 10101010 | 100 | 0 | 11110 | 101 | 1000100 | 1001001 | 1010001 |
Color Harmonies of #E9F2AA
Complementary color
Monochromatic Colors of #E9F2AA
Black with #E9F2AA
Text Example
Text Example
White with #E9F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F2AA; }
p { color: rgb(233,242,170); }
H1.HeaderClassName
{
color: #E9F2AA;
}
.AnyTagClassName
{
color: #E9F2AA;
}
</style>
background-color css
<style>
a { background-color: #E9F2AA; }
a { background-color: rgb(233,242,170); }
div.DivClassName
{
background-color: #E9F2AA;
}
.BgClassName
{
background-color: #E9F2AA;
}
</style>
border-color css
<style>
span { border-color: #E9F2AA; }
span { border-color: rgb(233,242,170); }
td.TdClassName
{
border-color: #E9F2AA;
}
.TagClassName
{
border-color: #E9F2AA;
}
</style>