Shades of Australian Mint #E6F0A0
Tints of Australian Mint #E6F0A0
RGB
CMYK
RGB Variations
Color information
#E6F0A0 (or 0xE6F0A0) is known color: Australian Mint. HEX triplet: E6, F0 and A0. RGB value is (230,240,160). Sum of RGB (Red+Green+Blue) = 230+240+160=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 160 (62.89% from 255 or 25.40% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F0A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F0A0 is #190F5F. Grayscale: #E4E4E4. Windows color (decimal): -1642336 or 10547430. OLE color: 10547430.
HSL color Cylindrical-coordinate representation of color #E6F0A0: hue angle of 67.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6F0A0 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 240 | 160 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.06 |
| HSL | 67.5º | 0.73% | 0.78% | - |
| HSV(B) | 67.5º | 0.33% | 0.94% | - |
| XYZ | 70.14 | 81.68 | 45.33 | - |
| YUV | 227.89 | 89.69 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 240 | 160 | 0.04 | 0 | 0.33 | 0.06 | 67.5 | 0.73 | 0.78 |
| Hex | E6 | F0 | A0 | 4 | 0 | 21 | 6 | 44 | 49 | 4E |
| Octal | 346 | 360 | 240 | 4 | 0 | 41 | 6 | 104 | 111 | 116 |
| Binary | 11100110 | 11110000 | 10100000 | 100 | 0 | 100001 | 110 | 1000100 | 1001001 | 1001110 |
Color Harmonies of #E6F0A0
Complementary color
Monochromatic Colors of #E6F0A0
Black with #E6F0A0
Text Example
Text Example
White with #E6F0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F0A0; }
p { color: rgb(230,240,160); }
H1.HeaderClassName
{
color: #E6F0A0;
}
.AnyTagClassName
{
color: #E6F0A0;
}
</style>
background-color css
<style>
a { background-color: #E6F0A0; }
a { background-color: rgb(230,240,160); }
div.DivClassName
{
background-color: #E6F0A0;
}
.BgClassName
{
background-color: #E6F0A0;
}
</style>
border-color css
<style>
span { border-color: #E6F0A0; }
span { border-color: rgb(230,240,160); }
td.TdClassName
{
border-color: #E6F0A0;
}
.TagClassName
{
border-color: #E6F0A0;
}
</style>