Shades of Australian Mint #E8FFA1
Tints of Australian Mint #E8FFA1
RGB
CMYK
RGB Variations
Color information
#E8FFA1 (or 0xE8FFA1) is known color: Australian Mint. HEX triplet: E8, FF and A1. RGB value is (232,255,161). Sum of RGB (Red+Green+Blue) = 232+255+161=648 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.80% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 161 (63.28% from 255 or 24.85% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #E8FFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FFA1 is #17005E. Grayscale: #EDEDED. Windows color (decimal): -1507423 or 10616808. OLE color: 10616808.
HSL color Cylindrical-coordinate representation of color #E8FFA1: hue angle of 74.68º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E8FFA1 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 255 | 161 | - |
| CMYK | 0.09 | 0 | 0.37 | 0 |
| HSL | 74.68º | 1% | 0.82% | - |
| HSV(B) | 74.68º | 0.37% | 1% | - |
| XYZ | 75.47 | 91.25 | 47.35 | - |
| YUV | 237.41 | 84.88 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 255 | 161 | 0.09 | 0 | 0.37 | 0 | 74.68 | 1 | 0.82 |
| Hex | E8 | FF | A1 | 9 | 0 | 25 | 0 | 4B | 64 | 52 |
| Octal | 350 | 377 | 241 | 11 | 0 | 45 | 0 | 113 | 144 | 122 |
| Binary | 11101000 | 11111111 | 10100001 | 1001 | 0 | 100101 | 0 | 1001011 | 1100100 | 1010010 |
Color Harmonies of #E8FFA1
Complementary color
Monochromatic Colors of #E8FFA1
Black with #E8FFA1
Text Example
Text Example
White with #E8FFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FFA1; }
p { color: rgb(232,255,161); }
H1.HeaderClassName
{
color: #E8FFA1;
}
.AnyTagClassName
{
color: #E8FFA1;
}
</style>
background-color css
<style>
a { background-color: #E8FFA1; }
a { background-color: rgb(232,255,161); }
div.DivClassName
{
background-color: #E8FFA1;
}
.BgClassName
{
background-color: #E8FFA1;
}
</style>
border-color css
<style>
span { border-color: #E8FFA1; }
span { border-color: rgb(232,255,161); }
td.TdClassName
{
border-color: #E8FFA1;
}
.TagClassName
{
border-color: #E8FFA1;
}
</style>