Shades of Australian Mint #E3F2AA
Tints of Australian Mint #E3F2AA
RGB
CMYK
RGB Variations
Color information
#E3F2AA (or 0xE3F2AA) is known color: Australian Mint. HEX triplet: E3, F2 and AA. RGB value is (227,242,170). Sum of RGB (Red+Green+Blue) = 227+242+170=639 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.52% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 170 (66.80% from 255 or 26.60% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #E3F2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3F2AA is #1C0D55. Grayscale: #E5E5E5. Windows color (decimal): -1838422 or 11203299. OLE color: 11203299.
HSL color Cylindrical-coordinate representation of color #E3F2AA: hue angle of 72.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 #E3F2AA is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 242 | 170 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.05 |
| HSL | 72.5º | 0.73% | 0.81% | - |
| HSV(B) | 72.5º | 0.3% | 0.95% | - |
| XYZ | 70.69 | 82.74 | 50.27 | - |
| YUV | 229.31 | 94.53 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 242 | 170 | 0.06 | 0 | 0.30 | 0.05 | 72.5 | 0.73 | 0.81 |
| Hex | E3 | F2 | AA | 6 | 0 | 1E | 5 | 48 | 49 | 51 |
| Octal | 343 | 362 | 252 | 6 | 0 | 36 | 5 | 110 | 111 | 121 |
| Binary | 11100011 | 11110010 | 10101010 | 110 | 0 | 11110 | 101 | 1001000 | 1001001 | 1010001 |
Color Harmonies of #E3F2AA
Complementary color
Monochromatic Colors of #E3F2AA
Black with #E3F2AA
Text Example
Text Example
White with #E3F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F2AA; }
p { color: rgb(227,242,170); }
H1.HeaderClassName
{
color: #E3F2AA;
}
.AnyTagClassName
{
color: #E3F2AA;
}
</style>
background-color css
<style>
a { background-color: #E3F2AA; }
a { background-color: rgb(227,242,170); }
div.DivClassName
{
background-color: #E3F2AA;
}
.BgClassName
{
background-color: #E3F2AA;
}
</style>
border-color css
<style>
span { border-color: #E3F2AA; }
span { border-color: rgb(227,242,170); }
td.TdClassName
{
border-color: #E3F2AA;
}
.TagClassName
{
border-color: #E3F2AA;
}
</style>