Shades of Australian Mint #E5F2A3
Tints of Australian Mint #E5F2A3
RGB
CMYK
RGB Variations
Color information
#E5F2A3 (or 0xE5F2A3) is known color: Australian Mint. HEX triplet: E5, F2 and A3. RGB value is (229,242,163). Sum of RGB (Red+Green+Blue) = 229+242+163=634 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.12% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 163 (64.06% from 255 or 25.71% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F2A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F2A3 is #1A0D5C. Grayscale: #E5E5E5. Windows color (decimal): -1707357 or 10744549. OLE color: 10744549.
HSL color Cylindrical-coordinate representation of color #E5F2A3: hue angle of 69.87º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5F2A3 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 163 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.05 |
| HSL | 69.87º | 0.75% | 0.79% | - |
| HSV(B) | 69.87º | 0.33% | 0.95% | - |
| XYZ | 70.68 | 82.81 | 46.91 | - |
| YUV | 229.11 | 90.69 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 163 | 0.05 | 0 | 0.33 | 0.05 | 69.87 | 0.75 | 0.79 |
| Hex | E5 | F2 | A3 | 5 | 0 | 21 | 5 | 46 | 4B | 4F |
| Octal | 345 | 362 | 243 | 5 | 0 | 41 | 5 | 106 | 113 | 117 |
| Binary | 11100101 | 11110010 | 10100011 | 101 | 0 | 100001 | 101 | 1000110 | 1001011 | 1001111 |
Color Harmonies of #E5F2A3
Complementary color
Monochromatic Colors of #E5F2A3
Black with #E5F2A3
Text Example
Text Example
White with #E5F2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F2A3; }
p { color: rgb(229,242,163); }
H1.HeaderClassName
{
color: #E5F2A3;
}
.AnyTagClassName
{
color: #E5F2A3;
}
</style>
background-color css
<style>
a { background-color: #E5F2A3; }
a { background-color: rgb(229,242,163); }
div.DivClassName
{
background-color: #E5F2A3;
}
.BgClassName
{
background-color: #E5F2A3;
}
</style>
border-color css
<style>
span { border-color: #E5F2A3; }
span { border-color: rgb(229,242,163); }
td.TdClassName
{
border-color: #E5F2A3;
}
.TagClassName
{
border-color: #E5F2A3;
}
</style>