Shades of Australian Mint #EDF7A0
Tints of Australian Mint #EDF7A0
RGB
CMYK
RGB Variations
Color information
#EDF7A0 (or 0xEDF7A0) is known color: Australian Mint. HEX triplet: ED, F7 and A0. RGB value is (237,247,160). Sum of RGB (Red+Green+Blue) = 237+247+160=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 247 (96.88% from 255 or 38.35% from 644); Blue value is 160 (62.89% from 255 or 24.84% from 644); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF7A0 is #12085F. Grayscale: #EAEAEA. Windows color (decimal): -1181792 or 10549229. OLE color: 10549229.
HSL color Cylindrical-coordinate representation of color #EDF7A0: hue angle of 66.9º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDF7A0 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 160 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.03 |
| HSL | 66.9º | 0.84% | 0.8% | - |
| HSV(B) | 66.9º | 0.35% | 0.97% | - |
| XYZ | 74.53 | 87.06 | 46.13 | - |
| YUV | 234.09 | 86.19 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 160 | 0.04 | 0 | 0.35 | 0.03 | 66.9 | 0.84 | 0.8 |
| Hex | ED | F7 | A0 | 4 | 0 | 23 | 3 | 43 | 54 | 50 |
| Octal | 355 | 367 | 240 | 4 | 0 | 43 | 3 | 103 | 124 | 120 |
| Binary | 11101101 | 11110111 | 10100000 | 100 | 0 | 100011 | 11 | 1000011 | 1010100 | 1010000 |
Color Harmonies of #EDF7A0
Complementary color
Monochromatic Colors of #EDF7A0
Black with #EDF7A0
Text Example
Text Example
White with #EDF7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF7A0; }
p { color: rgb(237,247,160); }
H1.HeaderClassName
{
color: #EDF7A0;
}
.AnyTagClassName
{
color: #EDF7A0;
}
</style>
background-color css
<style>
a { background-color: #EDF7A0; }
a { background-color: rgb(237,247,160); }
div.DivClassName
{
background-color: #EDF7A0;
}
.BgClassName
{
background-color: #EDF7A0;
}
</style>
border-color css
<style>
span { border-color: #EDF7A0; }
span { border-color: rgb(237,247,160); }
td.TdClassName
{
border-color: #EDF7A0;
}
.TagClassName
{
border-color: #EDF7A0;
}
</style>