Shades of Australian Mint #ECFDA2
Tints of Australian Mint #ECFDA2
RGB
CMYK
RGB Variations
Color information
#ECFDA2 (or 0xECFDA2) is known color: Australian Mint. HEX triplet: EC, FD and A2. RGB value is (236,253,162). Sum of RGB (Red+Green+Blue) = 236+253+162=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 162 (63.67% from 255 or 24.88% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFDA2 is #13025D. Grayscale: #EDEDED. Windows color (decimal): -1245790 or 10681836. OLE color: 10681836.
HSL color Cylindrical-coordinate representation of color #ECFDA2: hue angle of 71.21º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECFDA2 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 253 | 162 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.01 |
| HSL | 71.21º | 0.96% | 0.81% | - |
| HSV(B) | 71.21º | 0.36% | 0.99% | - |
| XYZ | 76.24 | 90.69 | 47.67 | - |
| YUV | 237.54 | 85.37 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 253 | 162 | 0.07 | 0 | 0.36 | 0.01 | 71.21 | 0.96 | 0.81 |
| Hex | EC | FD | A2 | 7 | 0 | 24 | 1 | 47 | 60 | 51 |
| Octal | 354 | 375 | 242 | 7 | 0 | 44 | 1 | 107 | 140 | 121 |
| Binary | 11101100 | 11111101 | 10100010 | 111 | 0 | 100100 | 1 | 1000111 | 1100000 | 1010001 |
Color Harmonies of #ECFDA2
Complementary color
Monochromatic Colors of #ECFDA2
Black with #ECFDA2
Text Example
Text Example
White with #ECFDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFDA2; }
p { color: rgb(236,253,162); }
H1.HeaderClassName
{
color: #ECFDA2;
}
.AnyTagClassName
{
color: #ECFDA2;
}
</style>
background-color css
<style>
a { background-color: #ECFDA2; }
a { background-color: rgb(236,253,162); }
div.DivClassName
{
background-color: #ECFDA2;
}
.BgClassName
{
background-color: #ECFDA2;
}
</style>
border-color css
<style>
span { border-color: #ECFDA2; }
span { border-color: rgb(236,253,162); }
td.TdClassName
{
border-color: #ECFDA2;
}
.TagClassName
{
border-color: #ECFDA2;
}
</style>