Shades of Australian Mint #E6F0AA
Tints of Australian Mint #E6F0AA
RGB
CMYK
RGB Variations
Color information
#E6F0AA (or 0xE6F0AA) is known color: Australian Mint. HEX triplet: E6, F0 and AA. RGB value is (230,240,170). Sum of RGB (Red+Green+Blue) = 230+240+170=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 240 (94.14% from 255 or 37.5% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F0AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F0AA is #190F55. Grayscale: #E5E5E5. Windows color (decimal): -1642326 or 11202790. OLE color: 11202790.
HSL color Cylindrical-coordinate representation of color #E6F0AA: hue angle of 68.57º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6F0AA is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 240 | 170 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.06 |
| HSL | 68.57º | 0.7% | 0.8% | - |
| HSV(B) | 68.57º | 0.29% | 0.94% | - |
| XYZ | 71.05 | 82.05 | 50.12 | - |
| YUV | 229.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 240 | 170 | 0.04 | 0 | 0.29 | 0.06 | 68.57 | 0.7 | 0.8 |
| Hex | E6 | F0 | AA | 4 | 0 | 1D | 6 | 45 | 46 | 50 |
| Octal | 346 | 360 | 252 | 4 | 0 | 35 | 6 | 105 | 106 | 120 |
| Binary | 11100110 | 11110000 | 10101010 | 100 | 0 | 11101 | 110 | 1000101 | 1000110 | 1010000 |
Color Harmonies of #E6F0AA
Complementary color
Monochromatic Colors of #E6F0AA
Black with #E6F0AA
Text Example
Text Example
White with #E6F0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F0AA; }
p { color: rgb(230,240,170); }
H1.HeaderClassName
{
color: #E6F0AA;
}
.AnyTagClassName
{
color: #E6F0AA;
}
</style>
background-color css
<style>
a { background-color: #E6F0AA; }
a { background-color: rgb(230,240,170); }
div.DivClassName
{
background-color: #E6F0AA;
}
.BgClassName
{
background-color: #E6F0AA;
}
</style>
border-color css
<style>
span { border-color: #E6F0AA; }
span { border-color: rgb(230,240,170); }
td.TdClassName
{
border-color: #E6F0AA;
}
.TagClassName
{
border-color: #E6F0AA;
}
</style>