Shades of Australian Mint #E1FCA9
Tints of Australian Mint #E1FCA9
RGB
CMYK
RGB Variations
Color information
#E1FCA9 (or 0xE1FCA9) is known color: Australian Mint. HEX triplet: E1, FC and A9. RGB value is (225,252,169). Sum of RGB (Red+Green+Blue) = 225+252+169=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 169 (66.41% from 255 or 26.16% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #E1FCA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FCA9 is #1E0356. Grayscale: #EAEAEA. Windows color (decimal): -1966935 or 11140321. OLE color: 11140321.
HSL color Cylindrical-coordinate representation of color #E1FCA9: hue angle of 79.52º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1FCA9 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 252 | 169 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.01 |
| HSL | 79.52º | 0.93% | 0.83% | - |
| HSV(B) | 79.52º | 0.33% | 0.99% | - |
| XYZ | 73.02 | 88.49 | 50.77 | - |
| YUV | 234.47 | 91.05 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 252 | 169 | 0.11 | 0 | 0.33 | 0.01 | 79.52 | 0.93 | 0.83 |
| Hex | E1 | FC | A9 | B | 0 | 21 | 1 | 50 | 5D | 53 |
| Octal | 341 | 374 | 251 | 13 | 0 | 41 | 1 | 120 | 135 | 123 |
| Binary | 11100001 | 11111100 | 10101001 | 1011 | 0 | 100001 | 1 | 1010000 | 1011101 | 1010011 |
Color Harmonies of #E1FCA9
Complementary color
Monochromatic Colors of #E1FCA9
Black with #E1FCA9
Text Example
Text Example
White with #E1FCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FCA9; }
p { color: rgb(225,252,169); }
H1.HeaderClassName
{
color: #E1FCA9;
}
.AnyTagClassName
{
color: #E1FCA9;
}
</style>
background-color css
<style>
a { background-color: #E1FCA9; }
a { background-color: rgb(225,252,169); }
div.DivClassName
{
background-color: #E1FCA9;
}
.BgClassName
{
background-color: #E1FCA9;
}
</style>
border-color css
<style>
span { border-color: #E1FCA9; }
span { border-color: rgb(225,252,169); }
td.TdClassName
{
border-color: #E1FCA9;
}
.TagClassName
{
border-color: #E1FCA9;
}
</style>