Shades of Australian Mint #ECFF9A
Tints of Australian Mint #ECFF9A
RGB
CMYK
RGB Variations
Color information
#ECFF9A (or 0xECFF9A) is known color: Australian Mint. HEX triplet: EC, FF and 9A. RGB value is (236,255,154). Sum of RGB (Red+Green+Blue) = 236+255+154=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 154 (60.55% from 255 or 23.88% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFF9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFF9A is #130065. Grayscale: #EEEEEE. Windows color (decimal): -1245286 or 10158060. OLE color: 10158060.
HSL color Cylindrical-coordinate representation of color #ECFF9A: hue angle of 71.29º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECFF9A is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 154 | - |
| CMYK | 0.07 | 0 | 0.40 | 0 |
| HSL | 71.29º | 1% | 0.8% | - |
| HSV(B) | 71.29º | 0.4% | 1% | - |
| XYZ | 76.18 | 91.69 | 44.25 | - |
| YUV | 237.81 | 80.71 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 154 | 0.07 | 0 | 0.40 | 0 | 71.29 | 1 | 0.8 |
| Hex | EC | FF | 9A | 7 | 0 | 28 | 0 | 47 | 64 | 50 |
| Octal | 354 | 377 | 232 | 7 | 0 | 50 | 0 | 107 | 144 | 120 |
| Binary | 11101100 | 11111111 | 10011010 | 111 | 0 | 101000 | 0 | 1000111 | 1100100 | 1010000 |
Color Harmonies of #ECFF9A
Complementary color
Monochromatic Colors of #ECFF9A
Black with #ECFF9A
Text Example
Text Example
White with #ECFF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFF9A; }
p { color: rgb(236,255,154); }
H1.HeaderClassName
{
color: #ECFF9A;
}
.AnyTagClassName
{
color: #ECFF9A;
}
</style>
background-color css
<style>
a { background-color: #ECFF9A; }
a { background-color: rgb(236,255,154); }
div.DivClassName
{
background-color: #ECFF9A;
}
.BgClassName
{
background-color: #ECFF9A;
}
</style>
border-color css
<style>
span { border-color: #ECFF9A; }
span { border-color: rgb(236,255,154); }
td.TdClassName
{
border-color: #ECFF9A;
}
.TagClassName
{
border-color: #ECFF9A;
}
</style>