Shades of Australian Mint #E6FEA0
Tints of Australian Mint #E6FEA0
RGB
CMYK
RGB Variations
Color information
#E6FEA0 (or 0xE6FEA0) is known color: Australian Mint. HEX triplet: E6, FE and A0. RGB value is (230,254,160). Sum of RGB (Red+Green+Blue) = 230+254+160=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 160 (62.89% from 255 or 24.84% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #E6FEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FEA0 is #19015F. Grayscale: #ECECEC. Windows color (decimal): -1638752 or 10551014. OLE color: 10551014.
HSL color Cylindrical-coordinate representation of color #E6FEA0: hue angle of 75.32º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6FEA0 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 254 | 160 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.00 |
| HSL | 75.32º | 0.98% | 0.81% | - |
| HSV(B) | 75.32º | 0.37% | 1% | - |
| XYZ | 74.42 | 90.24 | 46.75 | - |
| YUV | 236.11 | 85.05 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 254 | 160 | 0.09 | 0 | 0.37 | 0.00 | 75.32 | 0.98 | 0.81 |
| Hex | E6 | FE | A0 | 9 | 0 | 25 | 0 | 4B | 62 | 51 |
| Octal | 346 | 376 | 240 | 11 | 0 | 45 | 0 | 113 | 142 | 121 |
| Binary | 11100110 | 11111110 | 10100000 | 1001 | 0 | 100101 | 0 | 1001011 | 1100010 | 1010001 |
Color Harmonies of #E6FEA0
Complementary color
Monochromatic Colors of #E6FEA0
Black with #E6FEA0
Text Example
Text Example
White with #E6FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FEA0; }
p { color: rgb(230,254,160); }
H1.HeaderClassName
{
color: #E6FEA0;
}
.AnyTagClassName
{
color: #E6FEA0;
}
</style>
background-color css
<style>
a { background-color: #E6FEA0; }
a { background-color: rgb(230,254,160); }
div.DivClassName
{
background-color: #E6FEA0;
}
.BgClassName
{
background-color: #E6FEA0;
}
</style>
border-color css
<style>
span { border-color: #E6FEA0; }
span { border-color: rgb(230,254,160); }
td.TdClassName
{
border-color: #E6FEA0;
}
.TagClassName
{
border-color: #E6FEA0;
}
</style>