Shades of Australian Mint #ECFFA2
Tints of Australian Mint #ECFFA2
RGB
CMYK
RGB Variations
Color information
#ECFFA2 (or 0xECFFA2) is known color: Australian Mint. HEX triplet: EC, FF and A2. RGB value is (236,255,162). Sum of RGB (Red+Green+Blue) = 236+255+162=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 162 (63.67% from 255 or 24.81% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFFA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFFA2 is #13005D. Grayscale: #EFEFEF. Windows color (decimal): -1245278 or 10682348. OLE color: 10682348.
HSL color Cylindrical-coordinate representation of color #ECFFA2: hue angle of 72.26º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECFFA2 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 162 | - |
| CMYK | 0.07 | 0 | 0.36 | 0 |
| HSL | 72.26º | 1% | 0.82% | - |
| HSV(B) | 72.26º | 0.36% | 1% | - |
| XYZ | 76.87 | 91.96 | 47.88 | - |
| YUV | 238.72 | 84.71 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 162 | 0.07 | 0 | 0.36 | 0 | 72.26 | 1 | 0.82 |
| Hex | EC | FF | A2 | 7 | 0 | 24 | 0 | 48 | 64 | 52 |
| Octal | 354 | 377 | 242 | 7 | 0 | 44 | 0 | 110 | 144 | 122 |
| Binary | 11101100 | 11111111 | 10100010 | 111 | 0 | 100100 | 0 | 1001000 | 1100100 | 1010010 |
Color Harmonies of #ECFFA2
Complementary color
Monochromatic Colors of #ECFFA2
Black with #ECFFA2
Text Example
Text Example
White with #ECFFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFFA2; }
p { color: rgb(236,255,162); }
H1.HeaderClassName
{
color: #ECFFA2;
}
.AnyTagClassName
{
color: #ECFFA2;
}
</style>
background-color css
<style>
a { background-color: #ECFFA2; }
a { background-color: rgb(236,255,162); }
div.DivClassName
{
background-color: #ECFFA2;
}
.BgClassName
{
background-color: #ECFFA2;
}
</style>
border-color css
<style>
span { border-color: #ECFFA2; }
span { border-color: rgb(236,255,162); }
td.TdClassName
{
border-color: #ECFFA2;
}
.TagClassName
{
border-color: #ECFFA2;
}
</style>