Shades of Australian Mint #ECFEA2
Tints of Australian Mint #ECFEA2
RGB
CMYK
RGB Variations
Color information
#ECFEA2 (or 0xECFEA2) is known color: Australian Mint. HEX triplet: EC, FE and A2. RGB value is (236,254,162). Sum of RGB (Red+Green+Blue) = 236+254+162=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 162 (63.67% from 255 or 24.85% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFEA2 is #13015D. Grayscale: #EEEEEE. Windows color (decimal): -1245534 or 10682092. OLE color: 10682092.
HSL color Cylindrical-coordinate representation of color #ECFEA2: hue angle of 71.74º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECFEA2 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 254 | 162 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.00 |
| HSL | 71.74º | 0.98% | 0.82% | - |
| HSV(B) | 71.74º | 0.36% | 1% | - |
| XYZ | 76.56 | 91.33 | 47.78 | - |
| YUV | 238.13 | 85.04 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 254 | 162 | 0.07 | 0 | 0.36 | 0.00 | 71.74 | 0.98 | 0.82 |
| Hex | EC | FE | A2 | 7 | 0 | 24 | 0 | 48 | 62 | 52 |
| Octal | 354 | 376 | 242 | 7 | 0 | 44 | 0 | 110 | 142 | 122 |
| Binary | 11101100 | 11111110 | 10100010 | 111 | 0 | 100100 | 0 | 1001000 | 1100010 | 1010010 |
Color Harmonies of #ECFEA2
Complementary color
Monochromatic Colors of #ECFEA2
Black with #ECFEA2
Text Example
Text Example
White with #ECFEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFEA2; }
p { color: rgb(236,254,162); }
H1.HeaderClassName
{
color: #ECFEA2;
}
.AnyTagClassName
{
color: #ECFEA2;
}
</style>
background-color css
<style>
a { background-color: #ECFEA2; }
a { background-color: rgb(236,254,162); }
div.DivClassName
{
background-color: #ECFEA2;
}
.BgClassName
{
background-color: #ECFEA2;
}
</style>
border-color css
<style>
span { border-color: #ECFEA2; }
span { border-color: rgb(236,254,162); }
td.TdClassName
{
border-color: #ECFEA2;
}
.TagClassName
{
border-color: #ECFEA2;
}
</style>