Shades of Australian Mint #ECFF9B
Tints of Australian Mint #ECFF9B
RGB
CMYK
RGB Variations
Color information
#ECFF9B (or 0xECFF9B) is known color: Australian Mint. HEX triplet: EC, FF and 9B. RGB value is (236,255,155). Sum of RGB (Red+Green+Blue) = 236+255+155=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 155 (60.94% from 255 or 23.99% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFF9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFF9B is #130064. Grayscale: #EEEEEE. Windows color (decimal): -1245285 or 10223596. OLE color: 10223596.
HSL color Cylindrical-coordinate representation of color #ECFF9B: hue angle of 71.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECFF9B is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 155 | - |
| CMYK | 0.07 | 0 | 0.39 | 0 |
| HSL | 71.4º | 1% | 0.8% | - |
| HSV(B) | 71.4º | 0.39% | 1% | - |
| XYZ | 76.27 | 91.72 | 44.69 | - |
| YUV | 237.92 | 81.21 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 155 | 0.07 | 0 | 0.39 | 0 | 71.4 | 1 | 0.8 |
| Hex | EC | FF | 9B | 7 | 0 | 27 | 0 | 47 | 64 | 50 |
| Octal | 354 | 377 | 233 | 7 | 0 | 47 | 0 | 107 | 144 | 120 |
| Binary | 11101100 | 11111111 | 10011011 | 111 | 0 | 100111 | 0 | 1000111 | 1100100 | 1010000 |
Color Harmonies of #ECFF9B
Complementary color
Monochromatic Colors of #ECFF9B
Black with #ECFF9B
Text Example
Text Example
White with #ECFF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFF9B; }
p { color: rgb(236,255,155); }
H1.HeaderClassName
{
color: #ECFF9B;
}
.AnyTagClassName
{
color: #ECFF9B;
}
</style>
background-color css
<style>
a { background-color: #ECFF9B; }
a { background-color: rgb(236,255,155); }
div.DivClassName
{
background-color: #ECFF9B;
}
.BgClassName
{
background-color: #ECFF9B;
}
</style>
border-color css
<style>
span { border-color: #ECFF9B; }
span { border-color: rgb(236,255,155); }
td.TdClassName
{
border-color: #ECFF9B;
}
.TagClassName
{
border-color: #ECFF9B;
}
</style>