Shades of Australian Mint #ECFF9D
Tints of Australian Mint #ECFF9D
RGB
CMYK
RGB Variations
Color information
#ECFF9D (or 0xECFF9D) is known color: Australian Mint. HEX triplet: EC, FF and 9D. RGB value is (236,255,157). Sum of RGB (Red+Green+Blue) = 236+255+157=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 157 (61.72% from 255 or 24.23% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFF9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFF9D is #130062. Grayscale: #EEEEEE. Windows color (decimal): -1245283 or 10354668. OLE color: 10354668.
HSL color Cylindrical-coordinate representation of color #ECFF9D: hue angle of 71.63º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ECFF9D is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 157 | - |
| CMYK | 0.07 | 0 | 0.38 | 0 |
| HSL | 71.63º | 1% | 0.81% | - |
| HSV(B) | 71.63º | 0.38% | 1% | - |
| XYZ | 76.44 | 91.79 | 45.59 | - |
| YUV | 238.15 | 82.21 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 157 | 0.07 | 0 | 0.38 | 0 | 71.63 | 1 | 0.81 |
| Hex | EC | FF | 9D | 7 | 0 | 26 | 0 | 48 | 64 | 51 |
| Octal | 354 | 377 | 235 | 7 | 0 | 46 | 0 | 110 | 144 | 121 |
| Binary | 11101100 | 11111111 | 10011101 | 111 | 0 | 100110 | 0 | 1001000 | 1100100 | 1010001 |
Color Harmonies of #ECFF9D
Complementary color
Monochromatic Colors of #ECFF9D
Black with #ECFF9D
Text Example
Text Example
White with #ECFF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFF9D; }
p { color: rgb(236,255,157); }
H1.HeaderClassName
{
color: #ECFF9D;
}
.AnyTagClassName
{
color: #ECFF9D;
}
</style>
background-color css
<style>
a { background-color: #ECFF9D; }
a { background-color: rgb(236,255,157); }
div.DivClassName
{
background-color: #ECFF9D;
}
.BgClassName
{
background-color: #ECFF9D;
}
</style>
border-color css
<style>
span { border-color: #ECFF9D; }
span { border-color: rgb(236,255,157); }
td.TdClassName
{
border-color: #ECFF9D;
}
.TagClassName
{
border-color: #ECFF9D;
}
</style>