Shades of Australian Mint #EDFEA0
Tints of Australian Mint #EDFEA0
RGB
CMYK
RGB Variations
Color information
#EDFEA0 (or 0xEDFEA0) is known color: Australian Mint. HEX triplet: ED, FE and A0. RGB value is (237,254,160). Sum of RGB (Red+Green+Blue) = 237+254+160=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 160 (62.89% from 255 or 24.58% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFEA0 is #12015F. Grayscale: #EEEEEE. Windows color (decimal): -1180000 or 10551021. OLE color: 10551021.
HSL color Cylindrical-coordinate representation of color #EDFEA0: hue angle of 70.85º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDFEA0 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 160 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.00 |
| HSL | 70.85º | 0.98% | 0.81% | - |
| HSV(B) | 70.85º | 0.37% | 1% | - |
| XYZ | 76.71 | 91.43 | 46.86 | - |
| YUV | 238.2 | 83.87 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 160 | 0.07 | 0 | 0.37 | 0.00 | 70.85 | 0.98 | 0.81 |
| Hex | ED | FE | A0 | 7 | 0 | 25 | 0 | 47 | 62 | 51 |
| Octal | 355 | 376 | 240 | 7 | 0 | 45 | 0 | 107 | 142 | 121 |
| Binary | 11101101 | 11111110 | 10100000 | 111 | 0 | 100101 | 0 | 1000111 | 1100010 | 1010001 |
Color Harmonies of #EDFEA0
Complementary color
Monochromatic Colors of #EDFEA0
Black with #EDFEA0
Text Example
Text Example
White with #EDFEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFEA0; }
p { color: rgb(237,254,160); }
H1.HeaderClassName
{
color: #EDFEA0;
}
.AnyTagClassName
{
color: #EDFEA0;
}
</style>
background-color css
<style>
a { background-color: #EDFEA0; }
a { background-color: rgb(237,254,160); }
div.DivClassName
{
background-color: #EDFEA0;
}
.BgClassName
{
background-color: #EDFEA0;
}
</style>
border-color css
<style>
span { border-color: #EDFEA0; }
span { border-color: rgb(237,254,160); }
td.TdClassName
{
border-color: #EDFEA0;
}
.TagClassName
{
border-color: #EDFEA0;
}
</style>