Shades of Australian Mint #E1FFAF
Tints of Australian Mint #E1FFAF
RGB
CMYK
RGB Variations
Color information
#E1FFAF (or 0xE1FFAF) is known color: Australian Mint. HEX triplet: E1, FF and AF. RGB value is (225,255,175). Sum of RGB (Red+Green+Blue) = 225+255+175=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 175 (68.75% from 255 or 26.72% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FFAF is #1E0050. Grayscale: #EDEDED. Windows color (decimal): -1966161 or 11534305. OLE color: 11534305.
HSL color Cylindrical-coordinate representation of color #E1FFAF: hue angle of 82.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1FFAF is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 175 | - |
| CMYK | 0.12 | 0 | 0.31 | 0 |
| HSL | 82.5º | 1% | 0.84% | - |
| HSV(B) | 82.5º | 0.31% | 1% | - |
| XYZ | 74.55 | 90.62 | 54.12 | - |
| YUV | 236.91 | 93.06 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 175 | 0.12 | 0 | 0.31 | 0 | 82.5 | 1 | 0.84 |
| Hex | E1 | FF | AF | C | 0 | 1F | 0 | 52 | 64 | 54 |
| Octal | 341 | 377 | 257 | 14 | 0 | 37 | 0 | 122 | 144 | 124 |
| Binary | 11100001 | 11111111 | 10101111 | 1100 | 0 | 11111 | 0 | 1010010 | 1100100 | 1010100 |
Color Harmonies of #E1FFAF
Complementary color
Monochromatic Colors of #E1FFAF
Black with #E1FFAF
Text Example
Text Example
White with #E1FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FFAF; }
p { color: rgb(225,255,175); }
H1.HeaderClassName
{
color: #E1FFAF;
}
.AnyTagClassName
{
color: #E1FFAF;
}
</style>
background-color css
<style>
a { background-color: #E1FFAF; }
a { background-color: rgb(225,255,175); }
div.DivClassName
{
background-color: #E1FFAF;
}
.BgClassName
{
background-color: #E1FFAF;
}
</style>
border-color css
<style>
span { border-color: #E1FFAF; }
span { border-color: rgb(225,255,175); }
td.TdClassName
{
border-color: #E1FFAF;
}
.TagClassName
{
border-color: #E1FFAF;
}
</style>