Shades of Australian Mint #E7F5A3
Tints of Australian Mint #E7F5A3
RGB
CMYK
RGB Variations
Color information
#E7F5A3 (or 0xE7F5A3) is known color: Australian Mint. HEX triplet: E7, F5 and A3. RGB value is (231,245,163). Sum of RGB (Red+Green+Blue) = 231+245+163=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 245 (96.09% from 255 or 38.34% from 639); Blue value is 163 (64.06% from 255 or 25.51% from 639); Max value from RGB is 245 - color contains mainly: green. Hex color #E7F5A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7F5A3 is #180A5C. Grayscale: #E7E7E7. Windows color (decimal): -1575517 or 10745319. OLE color: 10745319.
HSL color Cylindrical-coordinate representation of color #E7F5A3: hue angle of 70.24º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7F5A3 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 245 | 163 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.04 |
| HSL | 70.24º | 0.8% | 0.8% | - |
| HSV(B) | 70.24º | 0.33% | 0.96% | - |
| XYZ | 72.22 | 84.94 | 47.24 | - |
| YUV | 231.47 | 89.36 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 245 | 163 | 0.06 | 0 | 0.33 | 0.04 | 70.24 | 0.8 | 0.8 |
| Hex | E7 | F5 | A3 | 6 | 0 | 21 | 4 | 46 | 50 | 50 |
| Octal | 347 | 365 | 243 | 6 | 0 | 41 | 4 | 106 | 120 | 120 |
| Binary | 11100111 | 11110101 | 10100011 | 110 | 0 | 100001 | 100 | 1000110 | 1010000 | 1010000 |
Color Harmonies of #E7F5A3
Complementary color
Monochromatic Colors of #E7F5A3
Black with #E7F5A3
Text Example
Text Example
White with #E7F5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F5A3; }
p { color: rgb(231,245,163); }
H1.HeaderClassName
{
color: #E7F5A3;
}
.AnyTagClassName
{
color: #E7F5A3;
}
</style>
background-color css
<style>
a { background-color: #E7F5A3; }
a { background-color: rgb(231,245,163); }
div.DivClassName
{
background-color: #E7F5A3;
}
.BgClassName
{
background-color: #E7F5A3;
}
</style>
border-color css
<style>
span { border-color: #E7F5A3; }
span { border-color: rgb(231,245,163); }
td.TdClassName
{
border-color: #E7F5A3;
}
.TagClassName
{
border-color: #E7F5A3;
}
</style>