Shades of Australian Mint #ECFDA6
Tints of Australian Mint #ECFDA6
RGB
CMYK
RGB Variations
Color information
#ECFDA6 (or 0xECFDA6) is known color: Australian Mint. HEX triplet: EC, FD and A6. RGB value is (236,253,166). Sum of RGB (Red+Green+Blue) = 236+253+166=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 166 (65.23% from 255 or 25.34% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFDA6 is #130259. Grayscale: #EEEEEE. Windows color (decimal): -1245786 or 10943980. OLE color: 10943980.
HSL color Cylindrical-coordinate representation of color #ECFDA6: hue angle of 71.72º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECFDA6 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 253 | 166 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.01 |
| HSL | 71.72º | 0.96% | 0.82% | - |
| HSV(B) | 71.72º | 0.34% | 0.99% | - |
| XYZ | 76.6 | 90.84 | 49.57 | - |
| YUV | 238 | 87.37 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 253 | 166 | 0.07 | 0 | 0.34 | 0.01 | 71.72 | 0.96 | 0.82 |
| Hex | EC | FD | A6 | 7 | 0 | 22 | 1 | 48 | 60 | 52 |
| Octal | 354 | 375 | 246 | 7 | 0 | 42 | 1 | 110 | 140 | 122 |
| Binary | 11101100 | 11111101 | 10100110 | 111 | 0 | 100010 | 1 | 1001000 | 1100000 | 1010010 |
Color Harmonies of #ECFDA6
Complementary color
Monochromatic Colors of #ECFDA6
Black with #ECFDA6
Text Example
Text Example
White with #ECFDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFDA6; }
p { color: rgb(236,253,166); }
H1.HeaderClassName
{
color: #ECFDA6;
}
.AnyTagClassName
{
color: #ECFDA6;
}
</style>
background-color css
<style>
a { background-color: #ECFDA6; }
a { background-color: rgb(236,253,166); }
div.DivClassName
{
background-color: #ECFDA6;
}
.BgClassName
{
background-color: #ECFDA6;
}
</style>
border-color css
<style>
span { border-color: #ECFDA6; }
span { border-color: rgb(236,253,166); }
td.TdClassName
{
border-color: #ECFDA6;
}
.TagClassName
{
border-color: #ECFDA6;
}
</style>