Shades of Australian Mint #ECF9A9
Tints of Australian Mint #ECF9A9
RGB
CMYK
RGB Variations
Color information
#ECF9A9 (or 0xECF9A9) is known color: Australian Mint. HEX triplet: EC, F9 and A9. RGB value is (236,249,169). Sum of RGB (Red+Green+Blue) = 236+249+169=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 249 (97.66% from 255 or 38.07% from 654); Blue value is 169 (66.41% from 255 or 25.84% from 654); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF9A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF9A9 is #130656. Grayscale: #ECECEC. Windows color (decimal): -1246807 or 11139564. OLE color: 11139564.
HSL color Cylindrical-coordinate representation of color #ECF9A9: hue angle of 69.75º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECF9A9 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 169 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.02 |
| HSL | 69.75º | 0.87% | 0.82% | - |
| HSV(B) | 69.75º | 0.32% | 0.98% | - |
| XYZ | 75.63 | 88.45 | 50.62 | - |
| YUV | 235.99 | 90.19 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 169 | 0.05 | 0 | 0.32 | 0.02 | 69.75 | 0.87 | 0.82 |
| Hex | EC | F9 | A9 | 5 | 0 | 20 | 2 | 46 | 57 | 52 |
| Octal | 354 | 371 | 251 | 5 | 0 | 40 | 2 | 106 | 127 | 122 |
| Binary | 11101100 | 11111001 | 10101001 | 101 | 0 | 100000 | 10 | 1000110 | 1010111 | 1010010 |
Color Harmonies of #ECF9A9
Complementary color
Monochromatic Colors of #ECF9A9
Black with #ECF9A9
Text Example
Text Example
White with #ECF9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF9A9; }
p { color: rgb(236,249,169); }
H1.HeaderClassName
{
color: #ECF9A9;
}
.AnyTagClassName
{
color: #ECF9A9;
}
</style>
background-color css
<style>
a { background-color: #ECF9A9; }
a { background-color: rgb(236,249,169); }
div.DivClassName
{
background-color: #ECF9A9;
}
.BgClassName
{
background-color: #ECF9A9;
}
</style>
border-color css
<style>
span { border-color: #ECF9A9; }
span { border-color: rgb(236,249,169); }
td.TdClassName
{
border-color: #ECF9A9;
}
.TagClassName
{
border-color: #ECF9A9;
}
</style>