Shades of Australian Mint #EDFFA0
Tints of Australian Mint #EDFFA0
RGB
CMYK
RGB Variations
Color information
#EDFFA0 (or 0xEDFFA0) is known color: Australian Mint. HEX triplet: ED, FF and A0. RGB value is (237,255,160). Sum of RGB (Red+Green+Blue) = 237+255+160=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 160 (62.89% from 255 or 24.54% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFFA0 is #12005F. Grayscale: #EFEFEF. Windows color (decimal): -1179744 or 10551277. OLE color: 10551277.
HSL color Cylindrical-coordinate representation of color #EDFFA0: hue angle of 71.37º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDFFA0 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 160 | - |
| CMYK | 0.07 | 0 | 0.37 | 0 |
| HSL | 71.37º | 1% | 0.81% | - |
| HSV(B) | 71.37º | 0.37% | 1% | - |
| XYZ | 77.03 | 92.06 | 46.97 | - |
| YUV | 238.79 | 83.54 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 160 | 0.07 | 0 | 0.37 | 0 | 71.37 | 1 | 0.81 |
| Hex | ED | FF | A0 | 7 | 0 | 25 | 0 | 47 | 64 | 51 |
| Octal | 355 | 377 | 240 | 7 | 0 | 45 | 0 | 107 | 144 | 121 |
| Binary | 11101101 | 11111111 | 10100000 | 111 | 0 | 100101 | 0 | 1000111 | 1100100 | 1010001 |
Color Harmonies of #EDFFA0
Complementary color
Monochromatic Colors of #EDFFA0
Black with #EDFFA0
Text Example
Text Example
White with #EDFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFA0; }
p { color: rgb(237,255,160); }
H1.HeaderClassName
{
color: #EDFFA0;
}
.AnyTagClassName
{
color: #EDFFA0;
}
</style>
background-color css
<style>
a { background-color: #EDFFA0; }
a { background-color: rgb(237,255,160); }
div.DivClassName
{
background-color: #EDFFA0;
}
.BgClassName
{
background-color: #EDFFA0;
}
</style>
border-color css
<style>
span { border-color: #EDFFA0; }
span { border-color: rgb(237,255,160); }
td.TdClassName
{
border-color: #EDFFA0;
}
.TagClassName
{
border-color: #EDFFA0;
}
</style>