Shades of Australian Mint #E1F5AF
Tints of Australian Mint #E1F5AF
RGB
CMYK
RGB Variations
Color information
#E1F5AF (or 0xE1F5AF) is known color: Australian Mint. HEX triplet: E1, F5 and AF. RGB value is (225,245,175). Sum of RGB (Red+Green+Blue) = 225+245+175=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 245 (96.09% from 255 or 37.98% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 245 - color contains mainly: green. Hex color #E1F5AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F5AF is #1E0A50. Grayscale: #E7E7E7. Windows color (decimal): -1968721 or 11531745. OLE color: 11531745.
HSL color Cylindrical-coordinate representation of color #E1F5AF: hue angle of 77.14º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1F5AF is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 245 | 175 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.04 |
| HSL | 77.14º | 0.78% | 0.82% | - |
| HSV(B) | 77.14º | 0.29% | 0.96% | - |
| XYZ | 71.44 | 84.41 | 53.08 | - |
| YUV | 231.04 | 96.37 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 245 | 175 | 0.08 | 0 | 0.29 | 0.04 | 77.14 | 0.78 | 0.82 |
| Hex | E1 | F5 | AF | 8 | 0 | 1D | 4 | 4D | 4E | 52 |
| Octal | 341 | 365 | 257 | 10 | 0 | 35 | 4 | 115 | 116 | 122 |
| Binary | 11100001 | 11110101 | 10101111 | 1000 | 0 | 11101 | 100 | 1001101 | 1001110 | 1010010 |
Color Harmonies of #E1F5AF
Complementary color
Monochromatic Colors of #E1F5AF
Black with #E1F5AF
Text Example
Text Example
White with #E1F5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F5AF; }
p { color: rgb(225,245,175); }
H1.HeaderClassName
{
color: #E1F5AF;
}
.AnyTagClassName
{
color: #E1F5AF;
}
</style>
background-color css
<style>
a { background-color: #E1F5AF; }
a { background-color: rgb(225,245,175); }
div.DivClassName
{
background-color: #E1F5AF;
}
.BgClassName
{
background-color: #E1F5AF;
}
</style>
border-color css
<style>
span { border-color: #E1F5AF; }
span { border-color: rgb(225,245,175); }
td.TdClassName
{
border-color: #E1F5AF;
}
.TagClassName
{
border-color: #E1F5AF;
}
</style>