Shades of Australian Mint #ECFC9F
Tints of Australian Mint #ECFC9F
RGB
CMYK
RGB Variations
Color information
#ECFC9F (or 0xECFC9F) is known color: Australian Mint. HEX triplet: EC, FC and 9F. RGB value is (236,252,159). Sum of RGB (Red+Green+Blue) = 236+252+159=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 159 (62.5% from 255 or 24.57% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFC9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFC9F is #130360. Grayscale: #ECECEC. Windows color (decimal): -1246049 or 10484972. OLE color: 10484972.
HSL color Cylindrical-coordinate representation of color #ECFC9F: hue angle of 70.32º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECFC9F is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 252 | 159 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.01 |
| HSL | 70.32º | 0.94% | 0.81% | - |
| HSV(B) | 70.32º | 0.37% | 0.99% | - |
| XYZ | 75.66 | 89.96 | 46.18 | - |
| YUV | 236.61 | 84.2 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 252 | 159 | 0.06 | 0 | 0.37 | 0.01 | 70.32 | 0.94 | 0.81 |
| Hex | EC | FC | 9F | 6 | 0 | 25 | 1 | 46 | 5E | 51 |
| Octal | 354 | 374 | 237 | 6 | 0 | 45 | 1 | 106 | 136 | 121 |
| Binary | 11101100 | 11111100 | 10011111 | 110 | 0 | 100101 | 1 | 1000110 | 1011110 | 1010001 |
Color Harmonies of #ECFC9F
Complementary color
Monochromatic Colors of #ECFC9F
Black with #ECFC9F
Text Example
Text Example
White with #ECFC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFC9F; }
p { color: rgb(236,252,159); }
H1.HeaderClassName
{
color: #ECFC9F;
}
.AnyTagClassName
{
color: #ECFC9F;
}
</style>
background-color css
<style>
a { background-color: #ECFC9F; }
a { background-color: rgb(236,252,159); }
div.DivClassName
{
background-color: #ECFC9F;
}
.BgClassName
{
background-color: #ECFC9F;
}
</style>
border-color css
<style>
span { border-color: #ECFC9F; }
span { border-color: rgb(236,252,159); }
td.TdClassName
{
border-color: #ECFC9F;
}
.TagClassName
{
border-color: #ECFC9F;
}
</style>