Shades of Australian Mint #E5FAAC
Tints of Australian Mint #E5FAAC
RGB
CMYK
RGB Variations
Color information
#E5FAAC (or 0xE5FAAC) is known color: Australian Mint. HEX triplet: E5, FA and AC. RGB value is (229,250,172). Sum of RGB (Red+Green+Blue) = 229+250+172=651 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.18% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 172 (67.58% from 255 or 26.42% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FAAC is #1A0553. Grayscale: #EBEBEB. Windows color (decimal): -1705300 or 11336421. OLE color: 11336421.
HSL color Cylindrical-coordinate representation of color #E5FAAC: hue angle of 76.15º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5FAAC is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 250 | 172 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.02 |
| HSL | 76.15º | 0.89% | 0.83% | - |
| HSV(B) | 76.15º | 0.31% | 0.98% | - |
| XYZ | 73.95 | 88.01 | 52.12 | - |
| YUV | 234.83 | 92.54 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 250 | 172 | 0.08 | 0 | 0.31 | 0.02 | 76.15 | 0.89 | 0.83 |
| Hex | E5 | FA | AC | 8 | 0 | 1F | 2 | 4C | 59 | 53 |
| Octal | 345 | 372 | 254 | 10 | 0 | 37 | 2 | 114 | 131 | 123 |
| Binary | 11100101 | 11111010 | 10101100 | 1000 | 0 | 11111 | 10 | 1001100 | 1011001 | 1010011 |
Color Harmonies of #E5FAAC
Complementary color
Monochromatic Colors of #E5FAAC
Black with #E5FAAC
Text Example
Text Example
White with #E5FAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FAAC; }
p { color: rgb(229,250,172); }
H1.HeaderClassName
{
color: #E5FAAC;
}
.AnyTagClassName
{
color: #E5FAAC;
}
</style>
background-color css
<style>
a { background-color: #E5FAAC; }
a { background-color: rgb(229,250,172); }
div.DivClassName
{
background-color: #E5FAAC;
}
.BgClassName
{
background-color: #E5FAAC;
}
</style>
border-color css
<style>
span { border-color: #E5FAAC; }
span { border-color: rgb(229,250,172); }
td.TdClassName
{
border-color: #E5FAAC;
}
.TagClassName
{
border-color: #E5FAAC;
}
</style>