Shades of Australian Mint #ECF2AC
Tints of Australian Mint #ECF2AC
RGB
CMYK
RGB Variations
Color information
#ECF2AC (or 0xECF2AC) is known color: Australian Mint. HEX triplet: EC, F2 and AC. RGB value is (236,242,172). Sum of RGB (Red+Green+Blue) = 236+242+172=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 172 (67.58% from 255 or 26.46% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF2AC is #130D53. Grayscale: #E8E8E8. Windows color (decimal): -1248596 or 11334380. OLE color: 11334380.
HSL color Cylindrical-coordinate representation of color #ECF2AC: hue angle of 65.14º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECF2AC is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 172 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.05 |
| HSL | 65.14º | 0.73% | 0.81% | - |
| HSV(B) | 65.14º | 0.29% | 0.95% | - |
| XYZ | 73.79 | 84.32 | 51.42 | - |
| YUV | 232.23 | 94.01 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 172 | 0.02 | 0 | 0.29 | 0.05 | 65.14 | 0.73 | 0.81 |
| Hex | EC | F2 | AC | 2 | 0 | 1D | 5 | 41 | 49 | 51 |
| Octal | 354 | 362 | 254 | 2 | 0 | 35 | 5 | 101 | 111 | 121 |
| Binary | 11101100 | 11110010 | 10101100 | 10 | 0 | 11101 | 101 | 1000001 | 1001001 | 1010001 |
Color Harmonies of #ECF2AC
Complementary color
Monochromatic Colors of #ECF2AC
Black with #ECF2AC
Text Example
Text Example
White with #ECF2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2AC; }
p { color: rgb(236,242,172); }
H1.HeaderClassName
{
color: #ECF2AC;
}
.AnyTagClassName
{
color: #ECF2AC;
}
</style>
background-color css
<style>
a { background-color: #ECF2AC; }
a { background-color: rgb(236,242,172); }
div.DivClassName
{
background-color: #ECF2AC;
}
.BgClassName
{
background-color: #ECF2AC;
}
</style>
border-color css
<style>
span { border-color: #ECF2AC; }
span { border-color: rgb(236,242,172); }
td.TdClassName
{
border-color: #ECF2AC;
}
.TagClassName
{
border-color: #ECF2AC;
}
</style>