Shades of Australian Mint #ECFCA8
Tints of Australian Mint #ECFCA8
RGB
CMYK
RGB Variations
Color information
#ECFCA8 (or 0xECFCA8) is known color: Australian Mint. HEX triplet: EC, FC and A8. RGB value is (236,252,168). Sum of RGB (Red+Green+Blue) = 236+252+168=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 168 (66.02% from 255 or 25.61% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFCA8 is #130357. Grayscale: #EDEDED. Windows color (decimal): -1246040 or 11074796. OLE color: 11074796.
HSL color Cylindrical-coordinate representation of color #ECFCA8: hue angle of 71.43º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECFCA8 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 252 | 168 | - |
CMYK | 0.06 | 0 | 0.33 | 0.01 |
HSL | 71.43º | 0.93% | 0.82% | - |
HSV(B) | 71.43º | 0.33% | 0.99% | - |
XYZ | 76.47 | 90.28 | 50.44 | - |
YUV | 237.64 | 88.7 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 252 | 168 | 0.06 | 0 | 0.33 | 0.01 | 71.43 | 0.93 | 0.82 |
Hex | EC | FC | A8 | 6 | 0 | 21 | 1 | 47 | 5D | 52 |
Octal | 354 | 374 | 250 | 6 | 0 | 41 | 1 | 107 | 135 | 122 |
Binary | 11101100 | 11111100 | 10101000 | 110 | 0 | 100001 | 1 | 1000111 | 1011101 | 1010010 |
Color Harmonies of #ECFCA8
Complementary color
Monochromatic Colors of #ECFCA8
Black with #ECFCA8
Text Example
Text Example
White with #ECFCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFCA8; }
p { color: rgb(236,252,168); }
H1.HeaderClassName
{
color: #ECFCA8;
}
.AnyTagClassName
{
color: #ECFCA8;
}
</style>
background-color css
<style>
a { background-color: #ECFCA8; }
a { background-color: rgb(236,252,168); }
div.DivClassName
{
background-color: #ECFCA8;
}
.BgClassName
{
background-color: #ECFCA8;
}
</style>
border-color css
<style>
span { border-color: #ECFCA8; }
span { border-color: rgb(236,252,168); }
td.TdClassName
{
border-color: #ECFCA8;
}
.TagClassName
{
border-color: #ECFCA8;
}
</style>