Shades of Australian Mint #ECF7A8
Tints of Australian Mint #ECF7A8
RGB
CMYK
RGB Variations
Color information
#ECF7A8 (or 0xECF7A8) is known color: Australian Mint. HEX triplet: EC, F7 and A8. RGB value is (236,247,168). Sum of RGB (Red+Green+Blue) = 236+247+168=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 247 (96.88% from 255 or 37.94% from 651); Blue value is 168 (66.02% from 255 or 25.81% from 651); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF7A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF7A8 is #130857. Grayscale: #EBEBEB. Windows color (decimal): -1247320 or 11073516. OLE color: 11073516.
HSL color Cylindrical-coordinate representation of color #ECF7A8: hue angle of 68.35º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECF7A8 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 247 | 168 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.03 |
| HSL | 68.35º | 0.83% | 0.81% | - |
| HSV(B) | 68.35º | 0.32% | 0.97% | - |
| XYZ | 74.92 | 87.18 | 49.92 | - |
| YUV | 234.71 | 90.36 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 247 | 168 | 0.04 | 0 | 0.32 | 0.03 | 68.35 | 0.83 | 0.81 |
| Hex | EC | F7 | A8 | 4 | 0 | 20 | 3 | 44 | 53 | 51 |
| Octal | 354 | 367 | 250 | 4 | 0 | 40 | 3 | 104 | 123 | 121 |
| Binary | 11101100 | 11110111 | 10101000 | 100 | 0 | 100000 | 11 | 1000100 | 1010011 | 1010001 |
Color Harmonies of #ECF7A8
Complementary color
Monochromatic Colors of #ECF7A8
Black with #ECF7A8
Text Example
Text Example
White with #ECF7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF7A8; }
p { color: rgb(236,247,168); }
H1.HeaderClassName
{
color: #ECF7A8;
}
.AnyTagClassName
{
color: #ECF7A8;
}
</style>
background-color css
<style>
a { background-color: #ECF7A8; }
a { background-color: rgb(236,247,168); }
div.DivClassName
{
background-color: #ECF7A8;
}
.BgClassName
{
background-color: #ECF7A8;
}
</style>
border-color css
<style>
span { border-color: #ECF7A8; }
span { border-color: rgb(236,247,168); }
td.TdClassName
{
border-color: #ECF7A8;
}
.TagClassName
{
border-color: #ECF7A8;
}
</style>