Shades of Australian Mint #ECF9A2
Tints of Australian Mint #ECF9A2
RGB
CMYK
RGB Variations
Color information
#ECF9A2 (or 0xECF9A2) is known color: Australian Mint. HEX triplet: EC, F9 and A2. RGB value is (236,249,162). Sum of RGB (Red+Green+Blue) = 236+249+162=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 249 (97.66% from 255 or 38.49% from 647); Blue value is 162 (63.67% from 255 or 25.04% from 647); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF9A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF9A2 is #13065D. Grayscale: #EBEBEB. Windows color (decimal): -1246814 or 10680812. OLE color: 10680812.
HSL color Cylindrical-coordinate representation of color #ECF9A2: hue angle of 68.97º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECF9A2 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 162 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.02 |
| HSL | 68.97º | 0.88% | 0.81% | - |
| HSV(B) | 68.97º | 0.35% | 0.98% | - |
| XYZ | 74.99 | 88.19 | 47.25 | - |
| YUV | 235.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 162 | 0.05 | 0 | 0.35 | 0.02 | 68.97 | 0.88 | 0.81 |
| Hex | EC | F9 | A2 | 5 | 0 | 23 | 2 | 45 | 58 | 51 |
| Octal | 354 | 371 | 242 | 5 | 0 | 43 | 2 | 105 | 130 | 121 |
| Binary | 11101100 | 11111001 | 10100010 | 101 | 0 | 100011 | 10 | 1000101 | 1011000 | 1010001 |
Color Harmonies of #ECF9A2
Complementary color
Monochromatic Colors of #ECF9A2
Black with #ECF9A2
Text Example
Text Example
White with #ECF9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF9A2; }
p { color: rgb(236,249,162); }
H1.HeaderClassName
{
color: #ECF9A2;
}
.AnyTagClassName
{
color: #ECF9A2;
}
</style>
background-color css
<style>
a { background-color: #ECF9A2; }
a { background-color: rgb(236,249,162); }
div.DivClassName
{
background-color: #ECF9A2;
}
.BgClassName
{
background-color: #ECF9A2;
}
</style>
border-color css
<style>
span { border-color: #ECF9A2; }
span { border-color: rgb(236,249,162); }
td.TdClassName
{
border-color: #ECF9A2;
}
.TagClassName
{
border-color: #ECF9A2;
}
</style>