Shades of Australian Mint #E7FFA0
Tints of Australian Mint #E7FFA0
RGB
CMYK
RGB Variations
Color information
#E7FFA0 (or 0xE7FFA0) is known color: Australian Mint. HEX triplet: E7, FF and A0. RGB value is (231,255,160). Sum of RGB (Red+Green+Blue) = 231+255+160=646 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.76% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 160 (62.89% from 255 or 24.77% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #E7FFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7FFA0 is #18005F. Grayscale: #EDEDED. Windows color (decimal): -1572960 or 10551271. OLE color: 10551271.
HSL color Cylindrical-coordinate representation of color #E7FFA0: hue angle of 75.16º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E7FFA0 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 255 | 160 | - |
| CMYK | 0.09 | 0 | 0.37 | 0 |
| HSL | 75.16º | 1% | 0.81% | - |
| HSV(B) | 75.16º | 0.37% | 1% | - |
| XYZ | 75.06 | 91.05 | 46.88 | - |
| YUV | 236.99 | 84.55 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 255 | 160 | 0.09 | 0 | 0.37 | 0 | 75.16 | 1 | 0.81 |
| Hex | E7 | FF | A0 | 9 | 0 | 25 | 0 | 4B | 64 | 51 |
| Octal | 347 | 377 | 240 | 11 | 0 | 45 | 0 | 113 | 144 | 121 |
| Binary | 11100111 | 11111111 | 10100000 | 1001 | 0 | 100101 | 0 | 1001011 | 1100100 | 1010001 |
Color Harmonies of #E7FFA0
Complementary color
Monochromatic Colors of #E7FFA0
Black with #E7FFA0
Text Example
Text Example
White with #E7FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FFA0; }
p { color: rgb(231,255,160); }
H1.HeaderClassName
{
color: #E7FFA0;
}
.AnyTagClassName
{
color: #E7FFA0;
}
</style>
background-color css
<style>
a { background-color: #E7FFA0; }
a { background-color: rgb(231,255,160); }
div.DivClassName
{
background-color: #E7FFA0;
}
.BgClassName
{
background-color: #E7FFA0;
}
</style>
border-color css
<style>
span { border-color: #E7FFA0; }
span { border-color: rgb(231,255,160); }
td.TdClassName
{
border-color: #E7FFA0;
}
.TagClassName
{
border-color: #E7FFA0;
}
</style>