Shades of Australian Mint #ECFDAC
Tints of Australian Mint #ECFDAC
RGB
CMYK
RGB Variations
Color information
#ECFDAC (or 0xECFDAC) is known color: Australian Mint. HEX triplet: EC, FD and AC. RGB value is (236,253,172). Sum of RGB (Red+Green+Blue) = 236+253+172=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 172 (67.58% from 255 or 26.02% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFDAC is #130253. Grayscale: #EEEEEE. Windows color (decimal): -1245780 or 11337196. OLE color: 11337196.
HSL color Cylindrical-coordinate representation of color #ECFDAC: hue angle of 72.59º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECFDAC is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 253 | 172 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.01 |
| HSL | 72.59º | 0.95% | 0.83% | - |
| HSV(B) | 72.59º | 0.32% | 0.99% | - |
| XYZ | 77.16 | 91.06 | 52.54 | - |
| YUV | 238.68 | 90.37 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 253 | 172 | 0.07 | 0 | 0.32 | 0.01 | 72.59 | 0.95 | 0.83 |
| Hex | EC | FD | AC | 7 | 0 | 20 | 1 | 49 | 5F | 53 |
| Octal | 354 | 375 | 254 | 7 | 0 | 40 | 1 | 111 | 137 | 123 |
| Binary | 11101100 | 11111101 | 10101100 | 111 | 0 | 100000 | 1 | 1001001 | 1011111 | 1010011 |
Color Harmonies of #ECFDAC
Complementary color
Monochromatic Colors of #ECFDAC
Black with #ECFDAC
Text Example
Text Example
White with #ECFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFDAC; }
p { color: rgb(236,253,172); }
H1.HeaderClassName
{
color: #ECFDAC;
}
.AnyTagClassName
{
color: #ECFDAC;
}
</style>
background-color css
<style>
a { background-color: #ECFDAC; }
a { background-color: rgb(236,253,172); }
div.DivClassName
{
background-color: #ECFDAC;
}
.BgClassName
{
background-color: #ECFDAC;
}
</style>
border-color css
<style>
span { border-color: #ECFDAC; }
span { border-color: rgb(236,253,172); }
td.TdClassName
{
border-color: #ECFDAC;
}
.TagClassName
{
border-color: #ECFDAC;
}
</style>