Shades of Australian Mint #E3FAAA
Tints of Australian Mint #E3FAAA
RGB
CMYK
RGB Variations
Color information
#E3FAAA (or 0xE3FAAA) is known color: Australian Mint. HEX triplet: E3, FA and AA. RGB value is (227,250,170). Sum of RGB (Red+Green+Blue) = 227+250+170=647 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.09% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 170 (66.80% from 255 or 26.28% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #E3FAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3FAAA is #1C0555. Grayscale: #EAEAEA. Windows color (decimal): -1836374 or 11205347. OLE color: 11205347.
HSL color Cylindrical-coordinate representation of color #E3FAAA: hue angle of 77.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E3FAAA is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 250 | 170 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.02 |
| HSL | 77.25º | 0.89% | 0.82% | - |
| HSV(B) | 77.25º | 0.32% | 0.98% | - |
| XYZ | 73.12 | 87.6 | 51.09 | - |
| YUV | 234 | 91.88 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 250 | 170 | 0.09 | 0 | 0.32 | 0.02 | 77.25 | 0.89 | 0.82 |
| Hex | E3 | FA | AA | 9 | 0 | 20 | 2 | 4D | 59 | 52 |
| Octal | 343 | 372 | 252 | 11 | 0 | 40 | 2 | 115 | 131 | 122 |
| Binary | 11100011 | 11111010 | 10101010 | 1001 | 0 | 100000 | 10 | 1001101 | 1011001 | 1010010 |
Color Harmonies of #E3FAAA
Complementary color
Monochromatic Colors of #E3FAAA
Black with #E3FAAA
Text Example
Text Example
White with #E3FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3FAAA; }
p { color: rgb(227,250,170); }
H1.HeaderClassName
{
color: #E3FAAA;
}
.AnyTagClassName
{
color: #E3FAAA;
}
</style>
background-color css
<style>
a { background-color: #E3FAAA; }
a { background-color: rgb(227,250,170); }
div.DivClassName
{
background-color: #E3FAAA;
}
.BgClassName
{
background-color: #E3FAAA;
}
</style>
border-color css
<style>
span { border-color: #E3FAAA; }
span { border-color: rgb(227,250,170); }
td.TdClassName
{
border-color: #E3FAAA;
}
.TagClassName
{
border-color: #E3FAAA;
}
</style>