Shades of Australian Mint #E1F7AD
Tints of Australian Mint #E1F7AD
RGB
CMYK
RGB Variations
Color information
#E1F7AD (or 0xE1F7AD) is known color: Australian Mint. HEX triplet: E1, F7 and AD. RGB value is (225,247,173). Sum of RGB (Red+Green+Blue) = 225+247+173=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 247 (96.88% from 255 or 38.29% from 645); Blue value is 173 (67.97% from 255 or 26.82% from 645); Max value from RGB is 247 - color contains mainly: green. Hex color #E1F7AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F7AD is #1E0852. Grayscale: #E8E8E8. Windows color (decimal): -1968211 or 11401185. OLE color: 11401185.
HSL color Cylindrical-coordinate representation of color #E1F7AD: hue angle of 77.84º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1F7AD is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 247 | 173 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.03 |
| HSL | 77.84º | 0.82% | 0.82% | - |
| HSV(B) | 77.84º | 0.3% | 0.97% | - |
| XYZ | 71.85 | 85.55 | 52.26 | - |
| YUV | 231.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 247 | 173 | 0.09 | 0 | 0.30 | 0.03 | 77.84 | 0.82 | 0.82 |
| Hex | E1 | F7 | AD | 9 | 0 | 1E | 3 | 4E | 52 | 52 |
| Octal | 341 | 367 | 255 | 11 | 0 | 36 | 3 | 116 | 122 | 122 |
| Binary | 11100001 | 11110111 | 10101101 | 1001 | 0 | 11110 | 11 | 1001110 | 1010010 | 1010010 |
Color Harmonies of #E1F7AD
Complementary color
Monochromatic Colors of #E1F7AD
Black with #E1F7AD
Text Example
Text Example
White with #E1F7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F7AD; }
p { color: rgb(225,247,173); }
H1.HeaderClassName
{
color: #E1F7AD;
}
.AnyTagClassName
{
color: #E1F7AD;
}
</style>
background-color css
<style>
a { background-color: #E1F7AD; }
a { background-color: rgb(225,247,173); }
div.DivClassName
{
background-color: #E1F7AD;
}
.BgClassName
{
background-color: #E1F7AD;
}
</style>
border-color css
<style>
span { border-color: #E1F7AD; }
span { border-color: rgb(225,247,173); }
td.TdClassName
{
border-color: #E1F7AD;
}
.TagClassName
{
border-color: #E1F7AD;
}
</style>