Shades of Australian Mint #E7F0AB
Tints of Australian Mint #E7F0AB
RGB
CMYK
RGB Variations
Color information
#E7F0AB (or 0xE7F0AB) is known color: Australian Mint. HEX triplet: E7, F0 and AB. RGB value is (231,240,171). Sum of RGB (Red+Green+Blue) = 231+240+171=642 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.98% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 171 (67.19% from 255 or 26.64% from 642); Max value from RGB is 240 - color contains mainly: green. Hex color #E7F0AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7F0AB is #180F54. Grayscale: #E5E5E5. Windows color (decimal): -1576789 or 11268327. OLE color: 11268327.
HSL color Cylindrical-coordinate representation of color #E7F0AB: hue angle of 67.83º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7F0AB is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 240 | 171 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.06 |
| HSL | 67.83º | 0.7% | 0.81% | - |
| HSV(B) | 67.83º | 0.29% | 0.94% | - |
| XYZ | 71.47 | 82.25 | 50.64 | - |
| YUV | 229.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 240 | 171 | 0.04 | 0 | 0.29 | 0.06 | 67.83 | 0.7 | 0.81 |
| Hex | E7 | F0 | AB | 4 | 0 | 1D | 6 | 44 | 46 | 51 |
| Octal | 347 | 360 | 253 | 4 | 0 | 35 | 6 | 104 | 106 | 121 |
| Binary | 11100111 | 11110000 | 10101011 | 100 | 0 | 11101 | 110 | 1000100 | 1000110 | 1010001 |
Color Harmonies of #E7F0AB
Complementary color
Monochromatic Colors of #E7F0AB
Black with #E7F0AB
Text Example
Text Example
White with #E7F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F0AB; }
p { color: rgb(231,240,171); }
H1.HeaderClassName
{
color: #E7F0AB;
}
.AnyTagClassName
{
color: #E7F0AB;
}
</style>
background-color css
<style>
a { background-color: #E7F0AB; }
a { background-color: rgb(231,240,171); }
div.DivClassName
{
background-color: #E7F0AB;
}
.BgClassName
{
background-color: #E7F0AB;
}
</style>
border-color css
<style>
span { border-color: #E7F0AB; }
span { border-color: rgb(231,240,171); }
td.TdClassName
{
border-color: #E7F0AB;
}
.TagClassName
{
border-color: #E7F0AB;
}
</style>